
YouTube PlayLists not showing
#1
Posted 04 December 2011 - 06:12 AM
TubePress Pro Version 2.2.9
On our site we have an YouTube playlist working ( http://LTV.ro)
On the same website another playlist is NOT working ( http://LTV.ro/test/ )
Both playlists use same settings on YouTube
mode="playlist" playlistValue="PL447EA8824A95174E" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="8" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="ltv"
Can, anyone take a look and help us to fix it ?
Thank you,
Clement
#2
Posted 05 December 2011 - 04:39 AM
#3
Posted 05 December 2011 - 01:25 PM
I figured it was an API issue so I tried updating it. Still getting the same problem. Any ideas?
#4
Posted 05 December 2011 - 01:32 PM
mode="playlist" playlistValue="PL447EA8824A95174E" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="8" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="ltv"
Clement if you were to change your code to this it should work:
mode="playlist" playlistValue="447EA8824A95174E" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="8" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="ltv"
Good luck everybody.
-Pat
http://patflaherty.net
#5
Posted 06 December 2011 - 12:32 AM
I am actually experiencing the same problem at the moment. Any help would be much appreciated.
Can, anyone take a look and help us to fix it ?
Have you tried Pat's solution of removing the "PL" from the beginning of the playlist? If that still doesn't work for you, please share a link to your site and I'll be happy to take a look. Thanks.
#6
Posted 14 December 2011 - 03:27 PM
nothing. nada ... just the tremendously helpful message "No matching videos"
I am dead in the water with the plugin. Shame - the screenshots look so good.
Hey I figured it out you guys! The new playlist code for all new youtube playlists adds a 'PL' before the playlist code number, if you remove it you will be in business. It worked perfect for me!
mode="playlist" playlistValue="PL447EA8824A95174E" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="8" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="ltv"
Clement if you were to change your code to this it should work:
mode="playlist" playlistValue="447EA8824A95174E" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="8" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="ltv"
Good luck everybody.
-Pat
http://patflaherty.net
#7
Posted 14 December 2011 - 11:42 PM
Doesn't work for me. I literally pasted the syntax below, replacing the shortcode with my Playlist number (without PL)
nothing. nada ... just the tremendously helpful message "No matching videos"
I am dead in the water with the plugin. Shame - the screenshots look so good.
What's your site's address? I'll take a look..
#8
Posted 15 December 2011 - 02:38 AM
the page is ...
http://metapreneursh...et/tubepress-2/
the shortcode code is ...
[tubepress mode="playlist" playlistValue="94C52AFD7C56FF79" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="4" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="youtube"]
You can duplicate the problem by merely clicking on any page number button, or Next.
Thanks for your help!
#9
Posted 15 December 2011 - 02:35 PM
I have had this problem since your last update several months ago. Today I bought your pro version hoping it would work but it doesn't.
Here is what I use - [tubepress mode="playlist" playlistValue="747F34263AEA6BB4"]
It worked well before but not any more :-(
Here is my url: http://www.goldenvis...nt...stimonies/
It seems that many people had this problem fixed. I have wasted too much time on this. Please kindly help. Thank you!
#10
Posted 15 December 2011 - 07:54 PM
Hi Eric,
I have had this problem since your last update several months ago. Today I bought your pro version hoping it would work but it doesn't.
Here is what I use - [tubepress mode="playlist" playlistValue="747F34263AEA6BB4"]
It worked well before but not any more :-(
Here is my url: http://www.goldenvis...raining.com/int ... stimonies/
It seems that many people had this problem fixed. I have wasted too much time on this. Please kindly help. Thank you!
Hi,
The problem here is that your page is loading 2 separate copies of jQuery, and each of those is a version prior to 1.6 (which is required for TubePress). The current version of jQuery is 1.7.1. This is usually a result of theme/plugin authors not including jQuery the right way. So we'll need to do two things:
- Get rid of the duplicate jQuery loads so your site is only loading it once.
- Upgrade to jQuery 1.7.1
For step 1, you'll want to find which part of your site (theme/plugin) is loading jQuery from this location. I would guess it's probably your theme.
For step 2, I recommend simply upgrading your installation of WordPress to 3.3 (the latest version). Since you're loading jQuery from wp-includes, this will automatically upgrade you to jQuery 1.7.1.
What do you think?
#11
Posted 15 December 2011 - 07:55 PM
Sure ...
the page is ...
http://metapreneursh...et/tubepress-2/
the shortcode code is ...[tubepress mode="playlist" playlistValue="94C52AFD7C56FF79" playerLocation="normal" paginationAbove="false" paginationBelow="true" randomize_thumbnails="false" hqThumbs="true" thumbHeight="140" thumbWidth="200" resultsPerPage="4" ajaxPagination="true" hd="true" showRelated="false" orderBy="published" theme="youtube"]
You can duplicate the problem by merely clicking on any page number button, or Next.
Thanks for your help!
Are you simply trying to use Ajax pagination? That is a feature reserved for TubePress Pro. So the solution for you is to simply set ajaxPagination="false" or treat yourself to a copy of TubePress Pro :)
Is TubePress working for your correctly otherwise?
#12
Posted 15 December 2011 - 08:22 PM
#13
Posted 19 December 2011 - 05:33 PM
I don't quite follow your instruction. I've asked the developer of my theme to help with the location of this jQuery. I ask for your help once I get it.
Thanks a lot!
Oliver
#14
Posted 19 December 2011 - 08:44 PM
I've got it working. Super!!! Thanks a lot!
Merry Christmas and Happy New Year!
Oliver
#15
Posted 19 December 2011 - 11:47 PM
Hi Eric,
I've got it working. Super!!! Thanks a lot!
Merry Christmas and Happy New Year!
Oliver
Great! Let us know if you run into any other issues. Thanks.
#16
Posted 04 January 2012 - 12:15 PM
Perhaps this little fact should be added to the FAQ/Docs??
#17
Posted 04 January 2012 - 03:14 PM
I read all posts of this chat, but not help me.
Someone can help me?
I'm using [tubepress mode="playlist" playlistValue="E4EE42E323B08301"]
The link is: http://www.bigodesig...br/nexus/?p=830
Thanks!
#18
Posted 05 January 2012 - 11:20 AM
But have one problem:
The thunbnails aren't linkeds.
This can be jquery to?
#19
Posted 09 January 2012 - 11:58 PM
Can you please add this simple explanation to this page? http://tubepress.com...outube_playlist
The Feature Showcase pages are the ones I used to copy the codes from. So that would be really helpful to have that comment there.
Thanks!