vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   YouTube Playlist in Sidebar (https://vborg.vbsupport.ru/showthread.php?t=304611)

SNATCH3R 11-16-2013 07:20 AM

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

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 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>

I hope this will give you a place to start. :)


All times are GMT. The time now is 04:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00888 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete