View Full Version : YouTube Playlist in Sidebar
SNATCH3R
11-16-2013, 07:20 AM
Hello
Is there any way of displaying a YouTube Playlist in the sidebar ? I have gone thru the forum and didn't find any suitable responses....
Can anybody help on this
Thanks
tbworld
11-16-2013, 08:06 AM
You should refer to something that you have seen so we know clearly what you are posting about. Are you refering to embedding a YouTube playlist in a forum sidebar?
If (NOT) maybe this will help.
https://vborg.vbsupport.ru/showthread.php?t=240677
SNATCH3R
11-16-2013, 08:15 AM
Well I haven't seen it anywhere on a vbulletin forum...but seen on Wordpress blogs...to have a youtube video embedd in a sidebar...
I thought of having something similar for vb....but can't find it tho.... :(
tbworld
11-16-2013, 10:10 AM
You can easily do something like this with little know how. Add this as a new forum block.
Title: YouTube PlayList
Block Content: HTML
<!-- HTML Forum Block Content -->
<div style="background: black; color:gold;">
<h1>Video One Title</h1>
<iframe width=240" src="//www.youtube.com/embed/cgEvCLJuBkg" frameborder="0" allowfullscreen></iframe>
<br />
<h1>Video Two Title</h1>
<iframe width=240" src="//www.youtube.com/embed/cgEvCLJuBkg" frameborder="0" allowfullscreen></iframe>
<br />
<h1>Video Three Title</h1>
<iframe width=240" src="//www.youtube.com/embed/cgEvCLJuBkg" frameborder="0" allowfullscreen></iframe>
</div>
I hope this will give you a place to start. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.