Hello,
I did change to the Newspaper Theme a month ago and am also missing many Facebook likes on my posts. I did flush the cache and checked the facebook id etc. Everything should be working properly but am still not seeing the number of Facebook likes that where there originally.
Adria
Here is one example of the articles where the likes disappeared, its definitely not the cache. http://www.fashionghana.com/site/hot-shots-cape-verde-beauty-at-its-finest-isilda-moreira-by-luc-valigny/ And its too risky at this moment to revert to the old theme just to test.
You have some errors on your page:
Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App’s settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App’s domains.
Hello,
I did a little digging into this matter and found some interesting results:
Check this link which has a https in front of it instead of the one you provided and see that there will be 2k likes:
https://www.fashionghana.com/site/hot-shots-cape-verde-beauty-at-its-finest-isilda-moreira-by-luc-valigny/
When you switch from https to http or reverse then facebook will not recognize your url anyumore and the likes will not get displayed.
Thank you!
Ideally you should only be serving one version of your website, either http or https and not both. If setup as https, you should have 301 redirect for all http requests to https version, per Google guidelines. Adding implicit https URL in your wp-config.php settings also helps.
Hello Nana,
As @Chris have suggested you above, you have to make the 301 redirect for all HTTP requests to HTTPS version.
You can always redirect a link with a 301 redirect: http://www.inboundnow.com/how-to-properly-set-up-wordpress-301-redirects/
I hope this helps.
Thank you!
Hi Chris
Sorry for getting to you late. First off thanks for explaining this problem, and a bigger thank you as it is now obvious its not the fault of your theme.
I was going throug the instructions you gave, but inbound now plugin doesnt seem to be working at the moment. Are there any other redirect plugins you think can do the job?
Hello Nana,
You should try to find another plugin with this functionality and test them on your side and see how it works for you. You should check this list of these kinds of plugins -> http://screencast.com/t/WEFGCQHaGE
Hope this helps!
Thank you for the message!