XenForo Video 1.7 Download

File Size: KB

Download Count:

File Update Date:

You can free Video


1.7 download the source from the button above

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Description:

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.xf2addons.com/threads/video-example.965/

(Example of video URL pasted into editor)

pic001-jpg.jpg


(Example of post after saving, video player is automatically embedded)

pic002-jpg.jpg


(Example of Options page)

pic003-jpg.jpg


Features:
  • Uses HTML
  • Plays MP4 and WEBM files.
  • Uses full URL in text portion of the BB code.
  • URL's can be internal or external.
  • Ability to exclude any domain.
  • Plays on all popular browsers.
  • Automatically resizes player to fit mobile phones.
Setup:

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

Code:
// video
.videotag {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 640px;
    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.
 

Similar Topics

Back
Top