Mobile app version of vmapp.org
Login or Join
Sue5673885

: How can I associate my main domain to a RSS? This is an institutional site which uses Tumblr to keep the visitors updated. The Tumblr is linked via frames in the subdirectory /blog/ of the

@Sue5673885

Posted in: #Domains #Rss #Tumblr

This is an institutional site which uses Tumblr to keep the visitors updated. The Tumblr is linked via frames in the subdirectory /blog/ of the domain to track stats. My question is:

How can I allow my visitors to retrieve the Tumblr updates by simply inputing domain.com in their feed reader instead of domain.tumblr.com?

OR

How can I allow my visitors to retrieve the Tumblr updates by simply inputing domain.com/blog in their feed reader instead of domain.tumblr.com?

PS. For some reason the main domain is still associated with the old blogspot address.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

If you look at the source code for your Tumblr site, you'll see a feed auto-discovery link in the head section that'll look like this:

<link rel="alternate" type="application/rss+xml" href="/rss">


Copy that line, and in your text editor, change it to:

<link rel="alternate" type="application/rss+xml" href="http://domain.tumblr.com/rss">


(Replace domain.tumblr.com with whatever your actual Tumblr address is)
Add that line to the template for the rest of your regular site, in the head section.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme