Nofollow Social Counter Links

Posted in: Newsmag
Post count: 217

Hi,

how to nofollow the social counter links? I searched the whole forum and almost every file of the theme and found nothing. 🙁 I did it once, but I don’t know how.

And no, it’s not automatically nofollow, look at my site: http://www.promicabana.de/

Thanks!

  • This topic was modified 10 years by Bichareh.
Post count: 6535

Hi

You need to edit td_block_social_counter.php file and add this attribute here: http://screencast.com/t/eTTGbwd9CLhttp://screencast.com/t/r25qdB2dF

Thanks!

Post count: 101

hi i dont use Social Counter. i am using top bar template 1 and i want add nofollow link. and i want add social links no follow in mobile versiyon. i am using mobile plugin. Can you help me plz?

Post count: 101

i am using newspaper theme 🙂

Post count: 101

i found it 🙂

//if the $show_icon_id parameter is set to true also add the social network name
if($show_icon_id === true){
return '
<span class="td-social-icon-wrap">
<a' . $td_a_target . ' href="' . $url . '" title="' . self::$td_social_icons_array[$icon_id] . '" rel="nofollow">
<i class="td-icon-font td-icon-' . $icon_id . '"></i>
<span class="td-social-name">' . $icon_id . '</span>

</span>';
}

return '
<span class="td-social-icon-wrap">
<a' . $td_a_target . ' href="' . $url . '" title="' . self::$td_social_icons_array[$icon_id] . '" rel="nofollow">
<i class="td-icon-font td-icon-' . $icon_id . '"></i>

</span>';
}

Post count: 6535

Hi

Glad you have managed to find a solution.
Thanks for letting us know and also for sharing your solution here.

Have a nice day.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.