Embedding streaming content from specific sites

for all net-related stuff
Post Reply
User avatar
faceless
Posts: 26492
Joined: Tue Apr 25, 2006 6:16 pm

Embedding streaming content from specific sites

Post by faceless »

I've known about stagevu.com for a good while now, but didn't realise I could embed their content... but I've found out how, and here's how you can use it to embed stuff here. Simply copy the code and replace the uid with the relevant one for the video you want to share.

Code: Select all

[align=center]<iframe src="https://stagevu.com/embed?width=720&height=420&uid=jmmsieyrgurq" width="720" height="480"></iframe>[/align]
This is how that code will look in a post. You might find that the height needs to be adjusted depending on the video you want to play, so adjust the one which says height="380" to 480 and that should do it.

[align=center]<iframe src="https://stagevu.com/embed?width=720&heig ... msieyrgurq" width="720" height="380"></iframe>[/align]
Last edited by faceless on Fri Dec 16, 2011 2:15 am, edited 2 times in total.
User avatar
faceless
Posts: 26492
Joined: Tue Apr 25, 2006 6:16 pm

Post by faceless »

If you want to embed streams from Democracy Now, you'd usually get code like this when you click on their '</> embed' button.

Code: Select all

<script type="text/javascript" src="https://www.democracynow.org/embed_show_v2/300/2011/10/18/story/noam_chomsky_on_israel_palestine_prisoner"></script>
the problem with that is that it gives a small embed - but reading the URL you can see that it has '300' as part of it. To embiggen the embed, simply change that 300 to 640 and you're set. The way that works is on their own Javascript though, so they won't align to the centre if you tell it to... ah well.
User avatar
faceless
Posts: 26492
Joined: Tue Apr 25, 2006 6:16 pm

Post by faceless »

Since filecloud have removed their captcha page, it's now possible to embed videos from there.

Here's the code - you just change the filecloud file link and that's it. Sorted.

Code: Select all

<video width="640" height="380" controls="controls" src="https://filecloud.io/w19dk2mn" type="video/mp4">
And this is what it looks like


<video width="640" height="380" controls="controls" src="https://filecloud.io/w19dk2mn" type="video/mp4">
Post Reply