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

Vimeo No Matching Videos


  • Please log in to reply
2 replies to this topic

#1 opencreativity

opencreativity

    Newbie

  • Members
  • Pip
  • 2 posts
  • LocationMilano

Posted 25 March 2014 - 10:27 AM

We're trying to use Tubepress Pro as standalone PHP with Vimeo advanced API to access private videos (the album is public).

The result is "no matching videos".

 

The code is:

 

<?php
include "/home/altslide/public_html/tubepress/src/main/php/classes/TubePressPro.php";
TubePressPro::setBaseUrl("http://185.17.106.214/tubepress");
?>
<html>
<head>
<title>WebAcademy by Tubepress</title>
<?php print TubePressPro::getHtmlForHead(true); ?>
</head>
<body>
<?php
print TubePressPro::getHtmlForShortcode('vimeoKey="XXX" vimeoSecret="XXX" vimeoAccessToken="XXX" vimeoAccessTokenSecret="XXX" mode="vimeoAlbum" vimeoAlbumValue="2796105"');
?>
</body>
</html>
 
Is the something wrong? Can anybody help us?
Thanks!


#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 26 March 2014 - 11:40 PM

Hello,

 

Natively, Tubepress can not play private Vimeo videos, which explains why it is not able to find any matching videos.

 

We do offer the Vimeo All Access plugin, which you can read more about here: http://docs.tubepres...cess/index.html

 

Please let us know if you have any more questions

 

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!


#3 opencreativity

opencreativity

    Newbie

  • Members
  • Pip
  • 2 posts
  • LocationMilano

Posted 27 March 2014 - 08:59 AM

Thank you, I'll give it a try!