Forum Moderators: phranque
The Nofollow discussion on the homepage sparked my interest on the topic.
From a usability perspective, they should definitely be converted to hyperlinks. That leaves the question of trust. I have the ability to convert only text Urls added by trusted members. So my initial thought is to convert them all to natural links, no limiting attributes (like nofollow). That seems to make sense to me.
What does everyone else think? This particular site only has a few hundred inbound links.
Thanks!
In the past I never allowed links in comments, so they would just post as text. But now I want to make them more useful, save users having to cut and paste... =)
I just hate rocking the boat with big changes all at once. Kind of sucks that you have to think this way sometimes... at least when these sites are your livelyhood...
We also decided to take a different route than mentioned above. After doing a boatload of research, I decided to:
1. Enable links via javascript for established members.
2. Enable any .gov links by default
3. Enable any internal links added by users by default
After doing some research, I found that many of the topics on my site often discussed "unsafe" sites, and as a result some comments would inevitably add a link to such sites. I really didn't want to be linking to these bad neighborhoods, but I didn't really have a way to catch them all. So I opted for a javascript solution. It is quite simply. I basically wrap a DIV tag around the text URL. Then I transform it to act like a link via Stylesheets. Then I have a basic javascript function to handle the click. Works like a charm. No more worries about linking to bad neighborhoods from user-comments. And now my links are fully functional.