Blue
Red
Green
Orange
Voilet
Slate
Dark
Resource icon

Addon XF 1.X [AndyB] Video 1.4

No permission to download
1669089362028.png


Adds Video Custom BB codes.

Allows adding a URL with either the MP4 or WEBM extension and upon saving the post will automatically add a video tag and embed a video player.

Live example here: https://www.southbayriders.com/forums/threads/121804/

Features:
  • Uses HTML <video> tag.
  • Plays MP4 and WEBM 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 Andy-Video-1.3.zip and unzip it.
  2. Copy the src/addons/Andy/Video directory to your server.
  3. From the Admin Control Panel Install the add-on.
Setup:

Open the extra.less template and add the following code:

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

How to use:
  1. Create or edit a post.
  2. Paste a video URL that ends with .mp4 or .webm extension.
  3. Save post.
  4. Click the play button to watch video.
1669089354971.png
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks