TehiesHomes For Sale
AndyB - Video

AndyB - Video 1.7

Adds Video Custom BB codes.
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.
Similar resources Most view View more

XenForo Theme Showcase

Discover professionally designed XenForo styles to enhance your community's appearance. TechiesHome.com highlights quality themes from trusted developers.

Featured XenForo Theme Collections

Recommended XenForo Developers

Explore themes from these industry leaders:

ThemeHouse, PixelExit, XenFocus, DohTheme, XenConcept, XenGentr

Why Trust Our Recommendations?

  • Quality Verified: We evaluate design and performance standards
  • Current Options: Regularly updated selections
  • Direct Sources: Links to official developer pages
  • Community Feedback: Real user experiences considered

Find the perfect style for your XenForo community through our curated theme directory.

Visit TechiesHome for more community resources.

Back
Top