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

    (@micropat)

    Since you’re using the floating buttons which use the current page’s title, you could disable your current floating bar then hardcode it into your theme with only the page title (and no site name) like so:

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_FLOATING' ) ) {
        ADDTOANY_SHARE_SAVE_FLOATING( array(
            'linkname' => strip_tags( get_the_title() ),
            'horizontal_type' => true,
            'use_current_page' => false,
        ) );
    } ?>

    Also, your Yoast SEO plugin is setting the Open Graph meta “title” tag, so change that to adjust what Facebook, Google+, and a few others pick up.

    I have a similar question. I’m using AddToAny with another plug-in called Secondary Title. But AddToAny picks up the secondary title with Twitter (this doesn’t happen with another social media sharing button I’m using on the back-end when I publish). Go to Metacurity.com and click on the sharing button. It pics up the author and publication name along with the article title. I just want the article title to appear. How can I do this? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing something from the 'Title' for sharing!’ is closed to new replies.