lelebart
Member
Posted 2 years ago #
actually I'm managing "fb:" meta tags with my theme, and this plugin create other meta tags which override (coming before) my behaviour.
I disable them modifying the plugin.
Search: function fb_share_meta_header()
{
and replace with: function fb_share_meta_header()
{ return true; // break;
I don't like this solution, I guess an option to disable that behaviour from plugin settings..
nemeshsingh
Member
Posted 2 years ago #
Lelbart, This will also be available in the next upgrade.
lelebart
Member
Posted 2 years ago #
anaventura
Member
Posted 1 year ago #
I am having a a similar problem.
I replaced the code like lelebart says, but I am still getting a post and a thumbnail that are obsolete;
Can you help please?
The site is http://www.bloco103.com and you can see the like button on the right bottom of the large image ;
When you click on it you get a text and a thumbnail that are no longer part of the site... :(
thanks