Is it possible to integrate a YouTube channel on a Forumotion website on a HTML page?
3 posters
Page 1 of 1
Is it possible to integrate a YouTube channel on a Forumotion website on a HTML page?
I know it would be a nightmare and a half to code, but would a integration of our YouTube channel complete with comments be possible on a HTML page for a Forumotion hosted website?
I know a videos section is indeed possible, but I'm not sure if the cross website commenting would be possible. :|
I know a videos section is indeed possible, but I'm not sure if the cross website commenting would be possible. :|
Rukiafan- Forumember
- Posts : 329
Reputation : 9
Language : English
Re: Is it possible to integrate a YouTube channel on a Forumotion website on a HTML page?
Technically, if we had access to YouTube's database, yes, it would be possible.
You can try contacting YouTube about this, otherwise this won't be possible.
You can try contacting YouTube about this, otherwise this won't be possible.
Re: Is it possible to integrate a YouTube channel on a Forumotion website on a HTML page?
Okay I will! @Staff please keep this topic open. 

Rukiafan- Forumember
- Posts : 329
Reputation : 9
Language : English
Re: Is it possible to integrate a YouTube channel on a Forumotion website on a HTML page?
Are you wanting to show your YouTube channel in your HTML like it does on YouTube itself? If so, you could always use an iframe! 
The "object data" and "embed src" should be the link to your channel (i.e. "https://www.youtube.com/user/****/. The "width" and "height" need to be changed to fit your page. I recommend changing width to "100%" and type in a larger number for height. Hope I helped!

- Code:
<object data=http://www.web-source.net width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>
The "object data" and "embed src" should be the link to your channel (i.e. "https://www.youtube.com/user/****/. The "width" and "height" need to be changed to fit your page. I recommend changing width to "100%" and type in a larger number for height. Hope I helped!

» emeding a youtube channel to your forum
» Can i integrate the forum into my html web page??
» Vote Video Intro for Youtube Channel
» Intro Page Html For This Website
» Website as a portal or html page ?
» Can i integrate the forum into my html web page??
» Vote Video Intro for Youtube Channel
» Intro Page Html For This Website
» Website as a portal or html page ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum