Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Similar to dailymotion, slideshare, vimeo, youtube
This plugin allows you to embed flash video players from various video sharing sites. New services can be added by just editing a config file. This is not for displaying local video files.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
The basic syntax looks like this: {{videosite>videoid?parameter1¶meter2|title}}
videosite is one of the identifiers listed in Supported Services chaptervideoid is the identifier of the video at the respective siteparameters are optional. You start these with a ? and separate more of them by a &. Look in Parameters chapterA toolbar button pops up a prompt where you can simply paste the full URL to the page of the video you want to embed. The plugin will then try to figure out the video ID by itself
size parameter is the best supported parameter. You can either give it in the form:widthxheight like 500×300small, medium or large&start=<seconds> (YouTube, DailyMotion) or &initial_time=<seconds> (TwitchTV)&end=<seconds> (YouTube)&autoplay=1 (Vimeo, YouTube, DailyMotion, Bambuser) or &ap=1(MetaCafe)&rel=0 (YouTube) &startSlide=5 (SlideShare)Display a YouTube Video:
{{youtube>L-WM8YxwqEU}}
Show a larger player:
{{youtube>L-WM8YxwqEU?large}}
Right-align the player:
{{ youtube>L-WM8YxwqEU}}
Show a small, centered player:
{{ youtube>L-WM8YxwqEU?small }}
Show a small, centered player with a title (look for right space!):
{{ youtube>L-WM8YxwqEU?small |Some funny video}}
Some other additional parameters are supported (depending on video service) as well:
{{youtube>L-WM8YxwqEU?small&start=30&end=45|A random segment of 15 seconds}}
Copy paste the video url in the toolbar pop-up prompt to generate the syntax
| Identifier | Website | Supported parameters |
|---|---|---|
| 5min | 5min | |
| archiveorg | Archive.org | |
| bambuser | Bambuser | autoplay |
| bliptv | Blip.TV | |
| break | Break | |
| clipfish | Clipfish | |
| dailymotion | Daily Motion | start |
| gtrailers | GameTrailers | |
| metacafe | MetaCafe | ap |
| myspacetv | MySpaceTV | |
| odysee | Odysee LBRY | |
| rcmovie | RCMovie | |
| scivee | Scivee.tv | |
| twitchtv | Twitch.tv | chapter_id, initial_time |
| slideshare | Slideshare | startSlide |
| ustream | Ustream.TV | |
| veoh | Veoh | |
| viddler | Viddler | offsetTime |
| vimeo | Vimeo | autoplay |
| youtube | YouTube | start, end, rel, autoplay |
Additional sites can be added to the sites.conf file in the plugin directory. Video ID recognition patterns for the toolbar button are configured in sites.js
Please report bugs and request features at the issue tracker