Video

xF2 Add-on Video 1.6

No permission to download
Compatible XF Versions
  1. 2.0
  2. 2.1
  3. 2.2
Adds Video Custom BB codes.

If you have created videos and wish to host them yourself, this add-on is a perfect solution for that.

(Example of video URL in editor)


xenforo_com_community_attachments_pic001_jpg_159287__.jpg



(Example of video player)


xenforo_com_community_attachments_pic002_jpg_159288__.jpg



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 Andy-Video-1.0.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 video URL that ends with .mp4 extension.
  3. Add VIDEO tags:


  1. Save post.
  2. Click play button to watch video.
  • Like
Reactions: appsfinder
Author
Admin
Size
15.2 KB
Extension
zip
Downloads
13
Views
1,075
First release
Last update

More resources from Admin

Latest updates

  1. Video v1.6 changes:

    Fixed issue if post contains empty video tag it no longer throws a server error.
  2. Video v1.5 changes:

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

    Now works with XF v2.0 and v2.1.

Similar resources

[XenConcept] Youtube Video Profile Admin
This addon Allows member to add a youtube video on their profile.
0.00 star(s) 0 ratings
Downloads
9
Updated