Tagged: facebook video post
-
AuthorPosts
-
August 11, 2016 at 10:58 am #959033
I use the JA Social Feed Plugin with Facebook in the JA Minisite template and it worked very well. Is exactly what I was looking for. But when I only have a video in the Facebook post it will display an image with "?".
I think this is a failure in the plugin. Maybe it has to differ if the main image is an image or a video.
Otherwise if there is no image in the post it should be possible to define a standard image which will be displayed (or leave it blank for no image to display).
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 15, 2017 at 10:04 pm #1002433This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 16, 2017 at 4:26 am #1002508Hi noffy,
You can send me the Facebook page ID from which you want to import feeds into your site, I will try at my end.
Regards
January 25, 2017 at 3:41 pm #1005493This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 26, 2017 at 9:55 am #1005761Hi noffy,
I tried to import from that FB page but it always get images correctly. Could you try to remove these articles (which have image with question mark) and configure the FB profile in JA Social feed plugin like this screenshot? http://prntscr.com/e0ipmw
Then run the cron job again.
Regards
January 26, 2017 at 9:05 pm #1005984Hi Saguaros,
these settings will change nothing. All posts with an image will still imported correctly. Only posts with an VIDEO will have the "?"-image as result. Therefore I think the extension does not differences between image and video. It still tries to display the video with an img-Tag. The result is the img-Tag.
It’s the same for se JA slideshow extension. It only knows images and no videos.
Maybe you check these extensions and give them the possibility to differ between images and videos.
regards.
noffySaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2017 at 7:15 am #1006709Hi noffy,
FB limits the imported feeds each time you run the cron (only 20 items) so I can’t see the issue, could you post a new feed into above FB page so I can check?
Which slideshow are you referring to? If it’s JA Slideshow module, it can support images only, not video.
Regards
March 13, 2017 at 10:30 am #1017720This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 14, 2017 at 2:56 am #1017947You can share the Admin login info of your site so I will take a look.
March 14, 2017 at 9:50 pm #1018338This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 15, 2017 at 3:26 pm #1018655Let me check with the facebook ID you sent above and see how it goes.
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
March 23, 2017 at 9:35 am #1021265Hi.
You could try this.
Edit the file /plugins/system/jasocial_feed/jasocial_feed.php
Look for line :321$dt->desc = '';
Add this under.
$dt->type = $item->type;
Look around line 425:
$post['source_images'] = $this->getFacebookImage('<img src="'.$dt->img.'" />',$img_caption, $img_caption);
add this above
if ($dt->type == 'video') { $dt->img = 'https://graph.facebook.com/'.preg_replace('/^(.*?)_/','',$dt->id).'/picture'; }
And for now we can only get small thumbnail of video post in public mode without access token.
-
AuthorPosts
This topic contains 12 replies, has 3 voices, and was last updated by Mo0nlight 7 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum