How I can set rel="nofollow" target="_blank" for twitter tweets?
I put it already inside in /modules/mod_social_gk5/tmpl/twitterTweets.php
line 75
<a href="<?php echo 'http://twitter.com/'.$this->pData[$i]->url; ?>"rel="nofollow" target="_blank"><?php echo $this->pData[$i]->username; ?></a>
and line 115 -119
<a class="reply" href="https://twitter.com/intent/tweet?in_reply_to=<?php echo $this->pData[$i]->id; ?>"rel="nofollow" target="_blank"><?php echo JText::_( 'MOD_SOCIAL_REPLY' ) ?></a>
<a class="retweet" href="https://twitter.com/intent/retweet?tweet_id=<?php echo $this->pData[$i]->id; ?>"rel="nofollow" target="_blank"><?php echo JText::_( 'MOD_SOCIAL_RETWEET' ) ?></a>
But when people tweet like this: SANA MAPANSIN AKO NI @vicegandako TAPOS IGUEST NYA AKO SA GGV. Lol ASSUMING )))
@vicegandako is a link and I want set all links to rel="nofollow" target="_blank".
Thank you
Here you can test it: http://www.showtime.com.ph/ (left module position)