How2 : YouTube Video to JW Longtail
1. Upload Video to YouTube
2. Create Playlist, copy the playlist ID. NOTE : Don't copy the "PL" at the end ( example = http://www.youtube.com/playlist?list=PLBD968C4F261819C7 ), just use the "BD968C4F261819C7" part.
3. Go to "Saving and Collecting Videos > Playlist > Get" on this page to convert playlist to XML Feed : http://gdata.youtube.com/demo/index.html
4. Feed will look like : http://gdata.youtube.com/feeds/api/playlists/6751A9FD6238DBBF - BIG NOTE : add this code at the end to make sure to load the most videos "?max-results=50"
5. Install Longtail Plugin for WP
6. Go to Longtail WP Plugin setup config and customize your player.
5. Place this code anywhere in a WP article to show video & playlist : [jwplayer config = "YouRock" file = "http://gdata.youtube.com/feeds/api/playlists/6751A9FD6238DBBF"]
Notes :
1. Longtail Reference : http://goo.gl/MYuEr
2. Longtail Wizard : http://goo.gl/YL2vw - NOTE : If some of your Youtube Videos in a playlist aren't showing up, test them in the YouTube Video section on this page. Some videos are restricted from plaing in embeded players!
3. PLAYLIST Manual Embed Code Example =
<p><div style="margin-left: 30px; margin-bottom: 30px; float: right"/>
<script type='text/javascript' src='http://player.longtailvideo.com/jwplayer.js'></script>
<div id='mediaspace'>accolo cloud recruiting</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'http://player.longtailvideo.com/player.swf',
'playlistfile': 'http://gdata.youtube.com/feeds/api/playlists/6C7D7A341FD380F0',
'image': 'http://www.accolo.com/wp-content/uploads/2011/05/accolo-cloud-recruiting-2.png',
'backcolor': 'ff5a00',
'frontcolor': 'FFFFFF',
'lightcolor': 'FFFFFF',
'screencolor': '001e48',
'controlbar': 'bottom',
'width': '400',
'height': '320'
});
</script>
</div></p>
4. SINGLE VIDEO Manual Embed Code Example =
<p><div style="margin-left: 30px; margin-bottom: 30px; float: right"/>
<script type='text/javascript' src='http://player.longtailvideo.com/jwplayer.js'></script></p>
<div id='mediaspace'>accolo cloud recruiting</div>
<p><script type='text/javascript'>
jwplayer('mediaspace').setup({
'image': 'http://www.accolo.com/wp-content/uploads/2005/04/cloud-poster-frame.jpg',
'flashplayer': 'http://player.longtailvideo.com/player.swf',
'file': 'http://www.youtube.com/watch?v=dDxrvWahSj4',
'controlbar': 'over',
'icons': 'false',
'backcolor': 'ff5a00',
'frontcolor': 'FFFFFF',
'lightcolor': 'FFFFFF',
'screencolor': '001e48',
'controlbar': 'bottom',
'width': '400',
'height': '321'
});
</script>
</div>
</p>
5. Shortcode Playlist When using the Wordpress Longtail Video Plugin :
[jwplayer playlistfile = "http://gdata.youtube.com/feeds/api/playlists/BD968C4F261819C7"]

