Help With Rotating YouTube Video Script?

by rhab
3 replies
  • WEB DESIGN
  • |
Hey guys, I've been searching for a script that would allow me to have 3-4 youtube or vimeo videos rotate on each refresh of my site. I haven't really found anything yet that I can make heads or tails out of.

Is anyone familiar with a script that would let me do this on my site or knows of the proper html maybe?

Basically I have a video widget in my sidebar of my wordpress blog and I would like 4 videos to be rotated upon each visit and on each new page as the user navigates through the site.

Thanks much!
#rotating #script #video #youtube
  • Profile picture of the author Rob Holmes
    Originally Posted by rhab View Post

    Hey guys, I've been searching for a script that would allow me to have 3-4 youtube or vimeo videos rotate on each refresh of my site. I haven't really found anything yet that I can make heads or tails out of.

    Is anyone familiar with a script that would let me do this on my site or knows of the proper html maybe?

    Basically I have a video widget in my sidebar of my wordpress blog and I would like 4 videos to be rotated upon each visit and on each new page as the user navigates through the site.

    Thanks much!
    I dont think im allowed to promote my own products, so ill just give you the php code.

    Code:
    <?
    $video[] = "HTML Video Code 1";
    $video[] = "HTML Video Code 2";
    $video[] = "HTML Video Code 3";
    $video[] = "HTML Video Code 4";
    
    echo $video[rand(0,count($video)-1)];
    ?>
    Be carefull with quotes when adding the actual video code to each variable, either use single quotes or escape any double quotes.
    {{ DiscussionBoard.errors[1546723].message }}
    • Profile picture of the author cashmania
      Will this work on the pages you create as well, with out the widget side bar? Still a little new at this... Where exactly would that code go on the php? Thanks for your help I have been searching high and low for the last week... lol
      {{ DiscussionBoard.errors[1577646].message }}
  • Profile picture of the author projek001
    Thanks Rob, you helps me to solve my problem too.
    Signature
    I will build, SEO and promote your blog to over 1000 blog for only $5

    PM me or ask me via Yahoo Messenger (my id:saifulbest) for more info about this crazy deal.
    {{ DiscussionBoard.errors[1549059].message }}

Trending Topics