john0321
Forum Replies Created
-
Indeed that would be great. Maybe you should send your fixes directly to the dev – who can be contacted here : https://www.satollo.net/support-form (see email address)
He may not have checked this board as he can also be contacted (pro members) through the plugin’s own website.
Forum: Plugins
In reply to: [Polylang] Polylang 1.5.3 => Warning frontend-auto-translate.php l.160resolved
Forum: Plugins
In reply to: [Polylang] Polylang 1.5.3 => Warning frontend-auto-translate.php l.160Well sorry that was just a pair of missing brackets after the array name in the “for” loop, l.6 of my custom script…
Forum: Plugins
In reply to: [Recent FB Posts] 'excerpt_length' doesn't work for some postsHi Jyk, hi Danny,
I post here because I’ve got more or less the same problem (on a local WordPress installation). The only difference is that for me truncation doesn’t work at all (along with two other problems detailed below – everything else looks fine).
I added RFP function to my theme’s index.php this way:
<?php recent_facebook_posts(array( "likes" => "1", "comments" => "1", "excerpt_length" => "50", "number" => "13", "show_page_link" => "0", "el" => "div", "show_link_previews" => "1")); ?>
Whatever the excerpt paramater I give, it returns the same.
That is to say generally the full Facebook excerpt. And when that very one is itself truncated (on the Facebook page), then on WordPress it gets displayed the same PLUS a few more characters (never the same amount out of my 13 posts test – it seems random).Additionally (I’m not sure whether it is related or not), on the plugin’s admin page, whatever Image size and Image dimension paramaters I choose, the same got displayed – a small image with a specified width of 114px and unspecified height.
Last, on the Facebook page, the post dating back from Feb 10th (or this link previewed in Facebook) is given no preview on WordPress (only appears the comments/like/time/link line).
I’d be very interested with any suggestions!