








From the archive …
The ShortCode :
[videogallery num=9 square=true w=180 id=AmyWinehouseVEVO channelids=’KeaneVEVO:Keane, thepussycatdollsvevo:The PussyCat Dolls, robbiewilliamsvevo:Robbie Williams, AvrilLavigneVEVO:Avril Lavigne, AmyWinehouseVEVO:Amy Winehouse, adelevevo:Adele, coldplayvevo:Coldplay, DidoVEVO:Dido, QueenVEVO:Queen’]
Enclose the channelids parameter in single quotation marks.
‘Jukebox’ is just an example of a multi-channel gallery – the channels do not need to be music channels! Nor the thumbnail type be square. It’s all up to you …
As always, there is also a non-ShortCode method using HTML and Javascipt. This would allow you to customise the display of the channel list. This alternative is detailed below.
<div class=’videogallery’ id=’jukebox’>id=AmyWinehouseVEVO, num=9, square=true, w=180</div>
<div style=”margin-top:6px;margin-bottom:3px;”>Change channel :</div>
<div>
<span style=”cursor:pointer;color:#1122dd;” onclick=”updateGalleryId(‘jukebox’,’KeaneVEVO’,’channel’)”><img src=”http://www.embed-videos.com/bdot.gif” />Keane</span>
<span style=”cursor:pointer;color:#1122dd;” onclick=”updateGalleryId(‘jukebox’,’thepussycatdollsvevo’,’channel’)”><img src=”http://www.embed-videos.com/bdot.gif” />Pussycat Dolls</span>
<span style=”cursor:pointer;color:#1122dd;” onclick=”updateGalleryId(‘jukebox’,’robbiewilliamsvevo’,’channel’)”><img src=”http://www.embed-videos.com/bdot.gif” />Robbie Williams</span>
<span style=”cursor:pointer;color:#1122dd;” onclick=”updateGalleryId(‘jukebox’,’AvrilLavigneVEVO’,’channel’)”><img src=”http://www.embed-videos.com/bdot.gif” />Avril Lavigne</span>
<span style=”cursor:pointer;color:#1122dd;” onclick=”updateGalleryId(‘jukebox’,’AmyWinehouseVEVO’,’channel’)”><img src=”http://www.embed-videos.com/bdot.gif” />Amy Winehouse</span>
</div>