Hi,
When i use skydrive to get an embedded image i get an iframe link (no idea what that is), likewise when i try to embed from youtube i get an iframe link. How can i use these in gamedev.net to embed an image or video ?
Thanks
2 replies to this topic
Sponsor:
#2 Moderators - Reputation: 13567
Posted 19 December 2012 - 08:30 PM
Can you post up what one of these skydrive iframe links looks like? You should be able to cut the actual link out from the middle of the <iframe src="..."></iframe> crap, which is probably a link to a web-page (not an image), which you can then open to find the actual image link.
iframes are a HTML feature that allows you to embed a HTML page inside a HTML page. Most forums don't allow people to post raw HTML code (especially tags like iframe), because it allows posters to "hack" the forum layout for other readers.
Regarding YouTube, you can just paste the link to the video and the forum software automatically wraps you link in a [ media ] bbcode tag. e.g.
Test
iframes are a HTML feature that allows you to embed a HTML page inside a HTML page. Most forums don't allow people to post raw HTML code (especially tags like iframe), because it allows posters to "hack" the forum layout for other readers.
Regarding YouTube, you can just paste the link to the video and the forum software automatically wraps you link in a [ media ] bbcode tag. e.g.
Test http://www.youtube.com/watch?v=oHg5SJYRHA0Looks like:
Test
Edited by Hodgman, 19 December 2012 - 08:36 PM.






