Nofollow tag for FlickrRss plugin

Discussion in 'Blogging' started by paladin2, May 4, 2008.

  1. #1
    I think this little change can help to preserve the link juice aka. outgoing PR...

    Open the flickrrss.php file:

    On line 108-109, you’ll see this:

    # grab image direct from flickr
    print $before_image . "<a href=\"$url\" title=\"$title\"><img src=\"$imgurl\" alt=\"$title\" /></a>" . $after_image;

    and change it to:

    # grab image direct from flickr
    print $before_image . "<a href=\"$url\" title=\"$title\" rel=\”nofollow\”><img src=\”$imgurl\” alt=\”$title\” /></a>” . $after_image;

    That’s all.
     
    paladin2, May 4, 2008 IP