First thing to do for your new coRank site
May 29th, 2007
Filed under: Uncategorized, Web 2.0
coRank has just opened up their sub-domains to anybody who wants to start their own Digg-like community. One thing they didn’t do is put an RSS link in the header.html template file. No problem:
- Grab the RSS link from your coRank site. It should look something like this:
http://YOURSITE.corank.com/tech/all/upcoming/rss.xml - Open up the
Header.htmltemplate file and insert that URL into the head section:
<link rel="alternate" href="http://YOURSITE.corank.com/tech/all/upcoming/rss.xml"
type="application/rss+xml" title="Travel at coRank"/>
Leave a Reply