Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Multi Object In The Same Page


  • Please log in to reply
1 reply to this topic

#1 falconi

falconi

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 11 November 2014 - 03:35 PM

Hi,

 

I set many objects (tubepress) in the same page with different playlist. But when I click in one video it change the first video in all list to this video.

 

How can I use multiple tubepress in the same page? 

 

Here, the page with the correct list http://187.1.85.27/video-en/people/

 

Here, the page with the incorrect list http://187.1.85.27/v...ubepress_page=1

 

Take a look that all first videos are "Jorge Paulo Lemann - Sucession".

 

Code:

echo apply_filters('the_content','<p>[multimidia output="searchInput" searchResultsUrl="'.$end.'video-en/search"]</p>');
echo apply_filters('the_content','<p>[multimidia video=""]</p>');
echo ('<h2>Vicente Falconi</h2>');
echo apply_filters('the_content','<p>[multimidia resultsPerPage="4" mode="playlist" playlistValue="PLQi8TDPSH80iUWX7NksDswiNIhvsHMXdw"]</p>');
echo ('<h2>Jorge Paulo Lemann</h2>');
echo apply_filters('the_content','<p>[multimidia resultsPerPage="4" mode="playlist" playlistValue="PLQi8TDPSH80i5rvfv69-QkE-WaswpYqoC"]</p>');
echo ('<h2>FALCONI Consultants</h2>');
echo apply_filters('the_content','<p>[multimidia resultsPerPage="4" mode="playlist" playlistValue="PLQi8TDPSH80ie7N54fYgeFejRIBVHjcI6"]</p>');
 
Thanks.


#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 12 November 2014 - 02:39 AM

Hello,

 

This is a result of the fact that the first thumbnail is programmed to be the video that is playing, so when you change videos, all of the thumbnails change.

 

Try adding the playerLocation= option to your shortcode and choose something like popup, jqmodal or shadowbox.  This will resolve this issue for you.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!