-
AuthorPosts
-
August 11, 2012 at 10:34 pm #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
August 12, 2012 at 3:53 am #463934I 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 14, 2012 at 3:15 am #464122Hi Kars
Please run verify feed account before running collect data.Regards,
August 14, 2012 at 11:14 pm #464224Hi 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 15, 2012 at 3:09 am #464245Hi
Go to Back end > plugins manager > ja social feeds > vimeo tabs > increase value of ‘Import Limit’ param ( default value is 20 )Regards,
August 15, 2012 at 12:24 pm #464313HeRo,
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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 16, 2012 at 1:53 am #464349Hi 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
August 16, 2012 at 1:09 pm #464428HeRo,
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.
-
AuthorPosts
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