Here is an example of one that is working:
http://www.virtualpr...od...oway-3-091
And here is the code I used on the page to display the video playlist:
[tubepress template="course.tpl.php" mode="playlist" playlistValue="3B87AF6948F5E8F9" orderBy="position" playerLocation="normal" ajaxPagination="true" playerImplementation="youtube" playerLocation="fancybox" embeddedWidth="auto" embeddedHeight="auto" descriptionLimit="500" thumbHeight="90" thumbHeight="120" resultsPerPage="50"]
But when I try to create a new post with the following playlist...
http://www.youtube.com/watch?v=whjt_N9uYFI&feature=list_related&playnext=1&list=PL8B24C31197EC371C
with the usual coding I use, here...
[tubepress template="course.tpl.php" mode="playlist" playlistValue="PL8B24C31197EC371C" orderBy="position" playerLocation="normal" ajaxPagination="true" playerImplementation="youtube" playerLocation="fancybox" embeddedWidth="auto" embeddedHeight="auto" descriptionLimit="500" thumbHeight="90" thumbHeight="120" resultsPerPage="50"]
...no videos display on the page.
And it did it with another playlist I tried as well. Is there something with this playlist that does not allow the playlist to be shown? I don't see any difference in the code that works and the code that does not work.