The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
YouTube Playlist in Sidebar
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 |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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.... |
#4
|
|||
|
|||
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 Code:
<!-- 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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|