rel="nofollow" target="_blank"

Free Joomla social activities module which can display data from Twitter, Facebook and Google+ in various layouts.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 11, 2013 7:17 pm
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)
User avatar
Senior Boarder

GK User
Thu Jul 11, 2013 8:29 pm
Hi,
Have you read this: http://doncrowther.com/twitter/twitter-nofollow-myth
Now you have those Reply & Retweet links in new window
new-window.png


But It's all you can do, rest dependent on Twitter, our module use only API we can not change main code, and new popup window is from Twitter!
User avatar
Platinum Boarder

GK User
Thu Jul 11, 2013 8:31 pm
p.s.
You can try to search here: https://dev.twitter.com/discussions/twitter-websites
but I'm not sure it will help. Twitter don't like when people try to change too much.
User avatar
Platinum Boarder

GK User
Thu Jul 11, 2013 9:08 pm
thanks for your answer. I let it how it is now. Username / reply / retweet in a new window and the rest in the same. I ´ll see the seo effect.
User avatar
Senior Boarder


cron