reddalek
Forum Replies Created
-
This looks like it may be a different issue. When did it start happening? Did you make the edit to the add-link-to-facebook-int.php file?
@netmax Out of interest, which plugin did you switch to? I searched around but I couldn’t find anything with the same functionality I use (two-way comment syncing and imports of Facebook likes).
I updated my copy of the plugin to call the latest version of the Facebook API (2.8) which was introduced on 5th October 2016 and should be supported for at least another two years.
My understanding is that the plugin was sold.
Possible for you to share your add-link-to-facebook-int.php file?
@aljawalat After I made the change, I still had some error messages on the admin screen which I cleared using the ‘Clear all error messages’ option under ‘Misc.’. If you do that, do the error messages reoccur? Have you tested the plugin functionality itself?
Hi there @aljawalat
Did you re-authorise the plugin after making the change? What error message are you getting?
Glad to hear it ??
@gorno – did you re-authorise after the change?
Did you only just start getting the error message with the upgrade today?
Forum: Plugins
In reply to: [Instant Search & Suggest] Use home_url instead of site_url(Just found the GitHub link so submitted a pull request.)
Forum: Plugins
In reply to: [Add Link to Facebook] Solution to fix broken links to userNo worries! After I posted this I realised that it broke the display of user profile pictures, so I also changed:
$id = explode(‘id=’, $comment->comment_author_url);
to:
$id = explode(‘id/’, str_replace(‘id=’,’id/’,$comment->comment_author_url));
in add-link-to-facebook-int.php.
Actually, I managed to fix this myself by temporarily swapping the small images out. But I still think this could be a useful feature for others! Either way, thanks for a great plugin.