• Hi,

    I really like the simplicity of this plugin, only one thing: is it possible to incorporate in every link in a tweet rel=”nofollow” ? In another topic I read the following:

    ` function nofollow_tweets($tweet) {
    return preg_replace(“/href/”, ‘rel=”nofollow” href’, $tweet);
    }
    add_filter(‘latest_tweets_render_tweet’, ‘nofollow_tweets’, 10, 1);

    https://wordpress.org/plugins/ws-twitter-tweets-widget/

  • The topic ‘Rel="nofollow" for links in tweets’ is closed to new replies.