• 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..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Lelbart, This will also be available in the next upgrade.

    Thread Starter lelebart

    (@lelebart)

    thanks ??

    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 https://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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Facebook Share (New) Button] meta tags conflict’ is closed to new replies.