I have an article on my site that has published in a wrong category. I wanted to change the category, and since the category name is part of the url, I than added a 301 redirection to the updated url. That article had also several likes, but after the 301, it was reset to 0 likes, since to Facebook this is now as a new url with no likes. If I remove the 301 than the likes count is updated again. Is there a way to notify FB that a certain url is a result of a 301 that has likes count? I assume it is relevant as well for pages with FB comments
相关问题
- facebook error invalid key hash for some devices
- Stop .htaccess redirect with query string
- LoginActivty with Firebase & Facebook authenticati
- UrlEncodeUnicode and browser navigation errors
- facebook “could not retrieve data from URL”
相关文章
- How to get jQuery.ajax response status?
- send redirect and setting cookie, using laravel 5
- Facebook login for group members
- The method FB.api will stop working when called fr
- React native deep linking vs Facebook SDK conflct
- hapi.js - 404 route VS static files route
- UIActivity with no settings for Facebook
- How to get the http redirect status codes in Golan
You would need to set the "href" or "data-href" property of the like button to the original url that had the like counts, depending on which like button you are using. Facebook will not follow redirects.