• Resolved raefwolfe

    (@raefwolfe)


    For weeks, my default site image has not loaded, but (most) included images have. I could live with that. Today however, even the image isn’t showing. If I could, I would roll back today’s update in an instant (in fact, I would back up several updates). It’s completely changed how my posts are displaying, and is completely ignoring my open graph content. Please figure out asap whatever change could have caused it to ignore open graph choices 🙁 I’ve made the Open Graph decisions solely on how the post would look when sent to Discord by your bot.

    https://imgur.com/a5f48165-360a-43e6-969f-37042a4305f8

    On the left is what my post looks like. On the right is what it SHOULD look like. The left was posted by your bot – the right was posted manually, by me. The only thing I have told your bot to post is the %url%.

    Let me know if there’s any info that you could use to help track down what’s doing that.

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

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello,
    The image URL is not working. Can you check?

    This plugin never had any integration with Open Graph. Previously, Discord was automatically creating the embed content, now it does not any more so the last update added it back.

    Thread Starter raefwolfe

    (@raefwolfe)

    Bah, sorry, Imgur changed recently so the old fast method I have of grabbing links doesn’t work anymore.

    View post on imgur.com

    Thread Starter raefwolfe

    (@raefwolfe)

    I understand the plugin doesn’t “have integration with open graph” but that’s how my embeds used to look before I added Open Graph info to change how posts looked. It’s not seeing my meta tags – even the meta color. To me, it looks like it’s simply embedding page info, which isn’t what I want it to do. I just want it to spit out the link, which Discord will then display based on the meta tags within the page.

    Plugin Author Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    You can use the filter wp_discord_post_post_embed to change the content of the embed post, or use add_filter( 'wp_discord_post_post_embed', function() { return array(); } ); to remove it entirely.

    Plugin Author Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    I’m marking this as solved since it has been over a week from my last reply.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bot is completely ignoring Open Graph decisions’ is closed to new replies.