- Compatible XF Versions
- 2.0
- 2.1
- 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)
(Example of video player)
Features:
Open the extra.less template and add the following code:
How to use:
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)
(Example of video player)
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.
- Download Andy-Video-1.0.zip and unzip it.
- Copy the src/addons/Andy/Video directory to your server.
- From the Admin Control Panel Install the add-on.
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:
- Create or edit a post.
- Paste video URL that ends with .mp4 extension.
- Add VIDEO tags:
- Save post.
- Click play button to watch video.