Does not work with latest WP version?
-
I’ve been using this plug-in for a while, and it worked fine. However, since the last round of WP/plugin updates, the counter is no longer shown. Instead, an error message is supplied:
Could not get likes data. Please verify if page is correct.
I’m using the following code to display:
<a href="https://www.facebook.com/Project346" target="_blank"> <?php echo do_shortcode( '[likescounter page="Project346"]' ); ?> </a>
I’ve tried resolving the issue by adding a cache duration setting, as is suggested, but that does not help. The page is not misspelled, I’ve tested the link and it works just fine. I’ve also tested with other Facebook pages, they all result in the same error.
Is this a plugin compatibility issue with the latest version of WP, or has FB made some changes to their graphs counter access (I could not find any information about this)?
- The topic ‘Does not work with latest WP version?’ is closed to new replies.