What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

xF2 Add-on
< Previous | Next >
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 (1).jpg

(Example of post after saving, video player is automatically embedded)
pic002 (1).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:
// 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.
  • Like
Reactions: macrobert and ian

Latest updates

  1. AndyB Video 1.7

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

    Video v1.6 changes: Fixed issue if post contains empty video tag it no longer throws a server error.
Similar resources Most view View more
Top