• Hello, we have added follow buttons to our pages via the php function provided on your site but wish to add rel=nofollow to all the outbound links, how would we do this using the php code? The code is below…

    <?php if ( function_exists( 'ADDTOANY_FOLLOW_KIT' ) ) {
        ADDTOANY_FOLLOW_KIT( array(
            'buttons' => array(
                'facebook'  => array( 'id' => 'myfacebookpage' ),
                'instagram' => array( 'id' => 'myinstagram' ),
    			'youtube_channel'   => array( 'id' => 'myyoutube' ),
                'linkedin_company'   => array( 'id' => 'mylinkedin' ),
            ),
        ) );
    } ?>

    Thanks!

    • This topic was modified 1 year, 2 months ago by AndrewNYC.
    • This topic was modified 1 year, 2 months ago by AndrewNYC.
    • This topic was modified 1 year, 2 months ago by AndrewNYC.

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

  • The topic ‘How to add rel=nofollow tag to social media follow links via php code?’ is closed to new replies.