\\ is a comment in php, so using it in your links would screw things up. If you want to show an actual backslash in your text, use the html code \ wherever you want the backslash.
Like this,
<a href="http://wordpress.org/">WordPress \\ The Best CMS</a>
Shows,
WordPress \\ The Best CMS
See http://matrixmagic.com/tools/symbols.html for more about html codes.
Check out BuddyPress:
BuddyPress: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
http://buddypress.org
Emily, that is so helpful. Thank you, Nathon.