Design

Category: Tutorials|Jun 12, 2018 | Author: Admin

CMSMS HTML5 Video UDT

Share on

CMS Made Simple 1.11.x / 1.12 | 1-10-2014 | Pascal Merks | 

Here is a UDT for CMS Made Simple to put videos on your website without using youtube. You just host your video on your own website.

 

Create a new UDT:
Extensions \ User separated tags \ Add tag

Name: video

Code:

$config = cmsms()->GetConfig();
echo '<video width="100%" controls poster="' . $config['root_url'] . '/uploads/videos/' . ($params['file']) . '.jpg">
<source src="' . $config['root_url'] . '/uploads/videos/' . ($params['file']) . '.mp4" type="video/mp4">
<source src="' . $config['root_url'] . '/uploads/videos/' . ($params['file']) . '.ogv" type="video/ogg">
<source src="' . $config['root_url'] . '/uploads/videos/' . ($params['file']) . '.webm" type="video/webm">
Your browser does not support HTML5 video.
</video>';

Create a new folder:
Go to Content / File manager and create a folder of videos in the folder uploads (here the videos are shown).

Upload 4 files with the named name in this folder.

The video file in MP4 format. (File extension .mp4)
The video file in OGG format. (File extension .ogv)
The video file in WEBM format. (File extension .webm)
A preview image in JPG format. (File extension .jpg)

Through this website https://video.online-convert.com you can convert your videos to the correct format or use a program for this /any-video-converter.com/products/for_video_free/ is there a good one for that.

View video on your website:
If you have done everything right, you can now call your video via this line:

Bracket Start video file = "name video" Bracket end

name video is the name you gave to all the files without the file extension (mp4, ogv, jpg).

Example video:

{video file = "test"}

Sponsored Ads:

Comments:

Sponsored Ads:

Discord

Page 1 of 1005  >  >>

Google has a hidden collection of highly-addictive retro games

news/id3015/google-28-04-24.png google-28-04-24.png

Apr 28, 2024 | Category: Google | Comments

Retro games were the pinnacle of fun 20 years ago. Does anyone remember, Miniclip Games?

read more…

Google is officially a $2 trillion company

news/id3014/STK093_Google_01.png STK093_Google_01.png

Apr 27, 2024 | Category: Google | Comments

Google has spent the past year dealing with two of the biggest threats in its 25-year history

read more…

Snowden: “DO NOT use Reddit!”

news/id3013/D7A30876-BD14-4C17-B1FA-F6B5E087E586_1_201_a-1155x770.png D7A30876-BD14-4C17-B1FA-F6B5E087E586_1_201_a-1155x770.png

Apr 26, 2024 | Category: IT | Comments

NSA whistleblower Edward Snowden still lives in Russia. The whistleblower received Russian citizenship in 2022.

read more…

Page 1 of 1005  >  >>