By Squark
Description
This solution allows you to embed Schooltube videos. All you need to do is to go to the Schooltube, choose a video you want to embed, copy Embed URL code and paste it into your page between [[embed]] ... [[/embed]] tags as shown below:
Code
[[embed]]
<object width="450" height="375"><param name="movie" value="http://www.schooltube.com/v/85c85a42760841ce8904" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><embed src="http://www.schooltube.com/v/85c85a42760841ce8904" type="application/x-shockwave-flash" wmode="transparent" allowFullScreen="true" width="450" height="375"></embed></object>
[[/embed]]
In action
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by Squark
Teachertube - 06 Jun 2021 03:45
Mp3 and video player - 21 Oct 2016 12:48
Voicethread - 16 Feb 2012 01:51
Vimeo - 16 Feb 2012 01:51
Slideboom - 16 Feb 2012 01:42
Reflections - 16 Feb 2012 01:39
Playlist - 16 Feb 2012 01:31
Picasaweb - 16 Feb 2012 01:30
Ohloh - 16 Feb 2012 01:27
Js Kit Ratings - 16 Feb 2012 01:15
Gametrailers - 16 Feb 2012 01:03
Flickr Video - 16 Feb 2012 01:01
Dailymotion - 15 Feb 2012 00:42
Collapsible Block Unleashed - 15 Feb 2012 00:33
Blip TV - 15 Feb 2012 00:26
Rate this solution
If you think this solution is useful — rate it up!
www.youtube.com/watch?v=eLiSzb63qWA&feature=player_embedded
Just use the code that YouTube gives you:
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server | NEW: Wikiroo, backup tool (in development)
Just wrap the code in [[html]] ... [[/html]]. I just tried a random video from that site and it works fine:
-Ed
Community Admin
Hello, the code you use in your example works fine but when I put any other video in its spot in the code it does not work…any ideas?