AndyB Video

xF2 Add-on AndyB Video 1.7

No permission to download
Compatible XF Versions
2.0, 2.1, 2.2
Visible Branding
No
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.

(Example of video URL pasted into editor)
video.jpg

(Example of video player)
video-2.jpg

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.
Author
ENXF NET
Downloads
127
Views
2,027
Last update
Rating
4.50 star(s) 2 ratings

More resources from ENXF NET

Latest updates

  1. See description

    Video v1.7 changes: Added Options page. Now has the ability to exclude any domain.
  2. See description

    Video v1.6 changes: Fixed issue if post contains empty video tag it no longer throws a server...
  3. See description

    Video v1.5 changes: Code now only runs if post message is new or edited.

Latest reviews

nice
Wonderful plugin. Thank you
Top