• Resolved Luca Coralli

    (@ciarals)


    Hi! I think that your plugin is perfect! But before finding it, I’ve tried different plugins and now I think that one (ore more) of them have messed up all the configuration. I’m not a programmer but from Facebook Debugger it seems that your plugin haven’t written anything over the old plugin settings.

    For example look at this Facebook Debugger page for one of my page.

    If you look at the og:image it links to the old link of the old plugin I was using: https://www.millerpictures.it/wp-content/uploads/2012/06/Facebook-Meta-Tags.png

    The old plugin’s name (that I’ve already deactivated and uninstalled) was Facebook Meta Tags.

    In other pages, things are still not working correctly for other errors: this is the home page.

    I know that maybe this request is a bit too much, but can you please help me fixing all the errors of my site? If you can’t, just tell me what do I have to do in order to fix this.

    I’d really like to make a donation to you if this plugin finally solves my problems, and I think it can make it. I always do this for the free plugins that help me with my website.

    Thank you very much for your help.

    https://www.ads-software.com/extend/plugins/nextgen-facebook/

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

    (@jsmoriss)

    Yup, you have more than one plugin/theme adding open graph headers:

    <!-- Setup OpenGraph support-->
    
    <meta property="og:title" content="Miller Pictures – Luca Coralli Videomaker"/>
    <meta property="og:description" content="Sito web di Luca Coralli e della Miller Pictures: news, video, foto, portfolio e contatti"/>
    <meta property="og:url" content="https://www.millerpictures.it"/>
    <meta property="og:image" content=""/>
    <meta property="og:type" content="website"/>
    <meta property="og:site_name" content="Miller Pictures – Luca Coralli Videomaker"/>
    <!-- NextGEN Facebook Open Graph meta tags BEGIN -->
    <meta name="generator" content="NextGEN Facebook Open Graph 4.3" />
    <link rel="publisher" href="https://plus.google.com/102298006936191538477" />
    <link rel="author" href="https://www.millerpictures.it/author/hal9000/" />
    <meta property="fb:admins" content="luca.coralli" />
    <meta property="og:description" content="Sito web di Luca Coralli e della Miller Pictures: news, video, foto, portfolio e contatti" />
    <!-- og:image:1 --><meta property="og:image" content="https://www.millerpictures.it/wp-content/uploads/2013/05/Facebook-300x300.jpg" />
    <!-- og:image:1 --><meta property="og:image:height" content="300" />
    <!-- og:image:1 --><meta property="og:image:width" content="300" />
    <meta property="og:site_name" content="Miller Pictures &ndash; Luca Coralli Videomaker" />
    <meta property="og:title" content="Miller Pictures &ndash; Luca Coralli Videomaker" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://www.millerpictures.it/" />
    <!-- NextGEN Facebook Open Graph meta tags END -->

    Unfortunately, I can’t tell from the HTML source which plugin/theme might be adding that first set.

    If you have access to the UNIX command line, you could try running this command from the wordpress folder: grep -R 'Setup OpenGraph support' .

    Alternatively, you could de-activate every plugin and check the HTML source until that first block of open graph code goes away. And if it doesn’t, then it would be part of your theme. If your theme doesn’t allow you to remove it, then you’d have to edit the theme’s functions.php file and comment out the relevant section of code.

    js.

    Thread Starter Luca Coralli

    (@ciarals)

    Thanks for your answer. I don’t know where the first box you quoted comes from. I’ve deactivated the other plugin I was using: there’s only yours remaining. I’ve already asked the theme’s guys if they have Open Graph on the theme. I’ll let you know.

    Since I’m not a programmer and not very good in codes, there’s nothing I/we can do?

    Thread Starter Luca Coralli

    (@ciarals)

    Ehm, it’s not [resolved]… I’ve asked you one more question ??

    Plugin Author JS Morisset

    (@jsmoriss)

    Sorry, but your issue is not related to NGFB, so I’ve closed the thread.

    js.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Old Open Graph's plugin settings are still there’ is closed to new replies.