Author |
Please read before posting Videos |
|
|
20-Oct-2011 1:26:55 PM
|
Please label the topic name as the same name of the video as posted on Youtube/Vimeo etc so that we don't get duplicated postings of the same video. That way it is easy for people to do a quick topic search to find out if they are just reposting something everyone has seen already.
Please embed the video in your post rather than just pasting a URL. You can usually copy/paste the code for this from Youtube - it's located under the video. Find SHARE, then click EMBED, then make sure you select USE OLD EMBED CODE. Copy paste the supplied lines of code into your Chockstone topic.
Thanks!
|
7-Feb-2015 7:59:37 AM
|
To embed youtube videos, copy this code:
<object width="853" height="480"><param name="movie" value="//www.youtube.com/v/[videoID]"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="//www.youtube.com/v/[videoID]" type="application/x-shockwave-flash" width="853" height="480" allowscriptaccess="always" allowfullscreen="true"></object>
Replace both instances of [videoID] with the video id of your video.
Eg.
For https://www.youtube.com/watch?v=yDyn79PTboY the video id is yDyn79PTboY
|
19-Dec-2015 6:51:00 AM
|
Vimeo has disabled old style embeding code on their share button.
To embed from vimeo copy this:
<object width="800" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="https://vimeo.com/moogaloop.swf?clip_id=[videoid]&force_embed=vimeo.com&fullscreen=1" /><embed src="https://vimeo.com/moogaloop.swf?clip_id=[videoid]&force_embed=vimeo.com&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="800" height="450"></embed></object>
And change both instances of [videoid].
|