Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Well, looking at the source from your page, it looks like you commented ALL the NextGEN Facebook meta tags, so when you share the page, Facebook will propose all the images it finds on the page (since there’s no og:image tag).

    PHP is a little odd as a language, PHP files are basically HTML with PHP code in it, so some parts, like the og:url line in nextgen-facebook.php is actually HTML, not PHP. You could change it from:

    <meta property="og:url" content="https://<?php echo $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ?>" />

    To:

    <!-- <meta property="og:url" content="https://<?php echo $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] ?>" /> -->

    Or even just delete that line.

    But even better, I think I’ll include some options to turn on/off each individual OG tag in the next version…

    Thanks,

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    If you want to install the development version (download it from https://downloads.www.ads-software.com/plugin/nextgen-facebook.zip), it has some new features to turn off/on each Open Graph HTML meta tag. Alternatively you could wait for me to release it sometime next week.

    js.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Facebook] conflict with Facebook for WordPress’ is closed to new replies.