• Resolved Michael

    (@mgparisi)


    Filed this ticket with Yoast, but turns out your the culprit.

    Your plugin BREAKS Yoast SEO. It removes the usage of the YOAST SEO OpenGraph and Twitter fields. It ALSO breaks these filters.

    add_filter( ‘wpseo_title’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
    add_filter( ‘wpseo_opengraph_title’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
    add_filter( ‘wpseo_metadesc’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );
    add_filter( ‘wpseo_opengraph_desc’, array( $this, ‘replace_title_text_pre’ ), 10, 1 );

    https://github.com/Yoast/wordpress-seo/issues/21672

    This makes your plugin unusable. Please fix.

Viewing 1 replies (of 1 total)
  • Plugin Support Blog2Social-Support

    (@blog2socialsupport)

    Hello,

    Thank you for reaching out.

    This seems to be a misunderstanding. You can use Blog2Social to set the metadata of your website, but it does not remove or break any metadata from other plugins such as Yoast. We also recommend using only one plugin for creating your metadata to avoid any issues.

    If you do not want Blog2Social to set your metadata (open graph tags and twitter cards), please click on “Settings” -> “Social Meta Data” and untick the three boxes below “Meta Tags Settings for Posts and Pages”.

    Please be aware:
    If you change the image of your social media post in Blog2Social but another plugin is setting your metadata, this change in Blog2Social might not have any effect.

    Please let us know if you have any other questions.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.