Home Forums Basel support forum Nofollow on social icons

Nofollow on social icons

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #57306

    Giulio
    Participant

    Hi there, I’d like to set a “nofollow” on social icons. How I can do it? Could you insert it in next update? Thank you.

    #57310

    Artem Temos
    Keymaster

    Hi,

    You can customize our social links in the file inc/shortcodes.php.

    Regards

    #57313

    Giulio
    Participant

    Thank you guy. Where I can insert nofollow here?

    <a href="'.esc_url( $facebook ).'">

    #57352

    Artem Temos
    Keymaster

    For example <a href="'.esc_url( $facebook ).'" rel="nofollow">

    #57355

    Giulio
    Participant

    It not works 😕

    Attachments:
    You must be logged in to view attached files.
    #57357

    Artem Temos
    Keymaster

    You are editing a team member shortcode, not social buttons. Replace all occurrences of social links in that file.

    #57359

    Giulio
    Participant

    Ops 🙂 Where I have to insert the nofollow?

    <li class="social-facebook"><a href="<?php echo ($type == 'follow') ? basel_get_opt( 'fb_link' ) : 'https://www.facebook.com/sharer/sharer.php?u=' . get_the_permalink(); ?>" target="<?php echo esc_attr( $target ); ?>" class="<?php if( $tooltip == "yes" ) echo 'basel-tooltip'; ?>"><i class="fa fa-facebook"></i><span class="basel-social-icon-name"><?php _e('Facebook', 'basel') ?></span></a></li>

    #57371

    Artem Temos
    Keymaster

    Insert it after this code target="<?php echo esc_attr( $target ); ?>"

    #57414

    Giulio
    Participant

    Great!

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Nofollow on social icons’ is closed to new replies.