test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • kars Friend
    #179853

    Hello,

    I wanted to get information on two items.

    1. When utilizing the Vimeo social feed plugin, there is a selection for “Album”. It does not work. In checking on Vimeo’s API site, it appears that “Album” requires username and password authentication to work. Unless I have misread.

    2. The plugin only imports 20 Vimeo videos. Even when setting the number to higher in the parameters, there is no change.

    Could you enlighten us how to modify the code to allow for more? Or will this be fixed soon?

    I’ve seen some other questions floating around on feed item restraints. It seems a pretty pertinent issue and a video feed was the reason we purchased JA WALL. I don’t recall seeing a 20 item limit.

    Thanks for any assistance on this!

    Regards

    myforum2015 Friend
    #463934

    I have little knowledge about Vimeo Plugin. I have also fetch such types of problem several times. I have downloaded another fresh version and works well. Thanks

    My site
    ————————-

    MOD NOTE : DO NOT EMBED PERSONAL LINKS IN THE POSTS. SIGNATURES ARE ALLOWED ONLY FOR PAID MEMBERS.

    HeR0 Friend
    #464122

    Hi Kars
    Please run verify feed account before running collect data.

    Regards,

    kars Friend
    #464224

    Hi HeRo.

    Thank you for the follow-up. Just to confirm, we are running the latest version of the plugin.

    We have verified the feed numerous times. The XML map that appears is only 20 items long. The plugin will still only pull 20 items.

    How do we modify this to pull more?

    Thanks!

    HeR0 Friend
    #464245

    Hi
    Go to Back end > plugins manager > ja social feeds > vimeo tabs > increase value of ‘Import Limit’ param ( default value is 20 )

    Regards,

    kars Friend
    #464313

    HeRo,

    Hi. Thanks for the response – though of course we have done this. We set our value to 99.

    I did notice that in the plugins index.php file, there is this:

    LINE 557: $limit = $this->getProperty($profile, ‘vimeo_limit_post’, 20);

    Please note that the amount listed in the plugin parameters did not affect the ’20” listed here. Also, I tried to change this line – but again the plugin will only fetch 20.

    Please advise..

    Thanks

    HeR0 Friend
    #464349

    Hi Kars
    Sorry, i do not know why the param in plugin setting does not affect value. Now, you should modify as below

    $limit = $this->getProperty($profile, 'vimeo_limit_post', 20);
    to

    $limit = 99;
    to resolve your issue.

    Regards

    kars Friend
    #464428

    HeRo,

    Hello there. Yes, we had already changed the value there. It appears that the JA Social Feed is utilizing Vimeo’s Simple API which limits video feeds to 20 per page. They have some additional options with URL parameter and also an advanced API though I am not sure how this plugin can be modified accordingly.

    https://developer.vimeo.com/apis/simple#

    HeR0 Friend
    #464480

    Hi Kars
    Yes, JA Social feed is using Vimeo API.

    Regards,

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  HeR0 12 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum