AndyB - Video

Premium AndyB - Video 1.7

No permission to download
Compatible XF Versions
  1. 2.0
  2. 2.1
  3. 2.2
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: Video example

(Example of video URL pasted into editor)

View attachment 4632


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

View attachment 4633


(Example of Options page)

View attachment 4634


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.
  • 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.
Author
XenBD
Downloads
0
Views
102
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from XenBD

Similar resources Most view View more
Back
Top