• Resolved edugar

    (@edugar)


    Hello,
    After updating the plugin, all facebook shared pages show only the small image and content text on the right. Before it was sharing very well with BIG images and the content text of the page was under the image.

    See on this link how it is now, SMALL: https://imgur.com/a/pU3OA
    See on this link how it was before, BIG: https://imgur.com/a/3lgcN

    When I introduce the link on Facebook Sharing Debugger, the image is BIG. The same when I introduce the link on Facebook to share on the wall, but when I share from the website, the image is SMALL.
    Also, the new sharing result on the site add an excerpt of the content at the top of the image + an X to remove it. Before it wasn’t there.

    How Can I get the Image BIG as Before? Any help?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author micropat

    (@micropat)

    Set an AddToAny Template to remove Facebook’s “quote” parameter by adding the following code to your “Additional JavaScript” box in AddToAny Settings:

    a2a_config.templates.facebook = {
        quote: ""
    };
    Thread Starter edugar

    (@edugar)

    thank you micropat,
    It seems that now it will share the big image.
    But other issue appears or continue appearing: When sharing now, the space for the big image is there but not the image. It shows an image icon instead.

    Problem also happen while using Facebook Debugger.
    See it on this link: https://imgur.com/a/qAwSI

    Can you help me with it? Thank you in advance…

    Plugin Author micropat

    (@micropat)

    That latter issue isn’t an AddToAny issue, but a Facebook issue. Facebook’s cache invalidator is infamous for not re-scraping preview images, so sometimes you have to simply wait 24 hours for Facebook to re-scape a perfectly valid image.

    Thread Starter edugar

    (@edugar)

    OK,
    thank, micropat, for the support.
    Have a great day!

    Plugin Author micropat

    (@micropat)

    Update: An AddToAny core release rolling out over the next couples days will avoid using a quote by default for Facebook sharing. So you’ll no longer need the template code above. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After Updating Plugin, Facebook Share only show small image (no big anymore)’ is closed to new replies.