Video

Video 1.1

No permission to download
Compatible XF 1.x versions
  1. 1.2
  2. 1.3
  3. 1.4
  4. 1.5
Description:

Creates a Video BB Code to play video files in messages.

Features:
  • Uses HTML <video> tag.
  • Plays MP4 files.
  • Uses full URL in text portion of the BB Code.
  • URL's can be internal or external.
  • Plays on all popular browsers.
  • Automatically resizes player to fit mobile phones.
Installation:
  1. Download video_v1.1.zip and unzip it.
  2. From your Admin Control Panel, go to the "Install Add-on" page.
  3. Upload the addon-Video_v1.1.xml file.
  4. Click the Install Add-on button.
Setup:

Open the EXTRA.css template and add the following CSS code:

Code:
.videotag {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    background: #000000;
}

How to use:
  1. Create a new post and add a link to a valid .mp4 video link like this:
    Code:
    [VIDEO]http://www.domain.com/example.mp4[/VIDEO]

  2. Save post.
  3. Click play button to watch video.

    pic001.webp
Sending a donation:

If you like this add-on, please consider sending a small donation.

https://www.paypal.me/andybajka

Thank you.
Author
AndyB
Downloads
172
Views
1,849
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from AndyB

Latest updates

  1. See description

    Video v1.1 changes: Renamed the following CSS element, .video is now .videotag.

Latest reviews

Works perfectly - top work as always Andy, you're a great developer and always cover those areas needed by everyone :)
10/10 and easy to use and also modify the video size.
Top Bottom