Questions? We've got answers.

Subscribing to feeds

How often will I get updates?

Blogtrottr provides a variety of schedules for you to choose from:

  • Real time (for PuSH enabled feeds, or we poll every hour for non-PuSH feeds). Every update gets its own email.
  • 2/4/6/8/12 hourly or daily digests - multiple updates are rolled into a single email.

What is PubSubHubbub (PuSH)?

If your feeds support PubSubHubub, then you can expect to get an update within just a few minutes of a new item being posted.

PubSubHubbub is a protocol that allows interested parties to be notified almost immediately when new content is added to a feed, rather than having to wait for a periodic check. It's quickly gaining traction, and is already being used by Blogger, FeedBurner, FriendFeed, LiveJournal, WordPress and more, with plugins available for most other popular blogging software, so there's a good chance that some of your favorite feeds already support it.


What if I don't know the exact feed URL?

Not to worry, we'll autodetect any available feeds from a website URL, and present you with a list you can choose from.


How can I change my email address?

Simply go into your Account Settings page, edit the Email address field, and click the Update button at the bottom of the page.

We'll send a confirmation email to the new address - just follow the link within, and the change is complete. Email change


Why do I sometimes get the same email more than once?

Feed owners sometimes edit items after posting, and what you're seeing is a new email with the revised content.


Do you have a bookmarklet that I can use to quickly subscribe to feeds?

Yes. Add this Blogtrottr bookmarklet to your favourites (by right clicking and selecting 'Add to favourites' or dragging it to your favourites toolbar), and when you're on a page that you want to follow with Blogtrottr, just click the bookmarklet.


That's lovely, but just what is a bookmarklet?

A bookmarklet is a tiny program contained in a bookmark which can be saved and used the same way you use normal bookmarks.


Can I replace the prompt in the bookmarklet with my email address?

Sure thing, just replace email=prompt('Please%20enter%20your%20email%20address'); with email='myemail@example.com';


How can I add Blogtrottr as a Firefox feed reader?

Firefox feed reader

Simply click here to add Blogtrottr to your Firefox feed readers.


Can I subscribe to feeds that require me to log in?

If the feed supports basic HTTP authentication, then yes - you can embed a username and password into a URL like this: http(s)://username:password@server.domain.com/feedname.xml
This means of course that we'll have these credentials stored in plain text, and while we won't reveal them to anyone it'd be a sensible precaution to use a unique password, and not one that you use on other sites or services.


Why are some feeds restricted to Daily Digests only?

Unfortunately some services place strict limits on how frequently we can poll them for updates.
Currently, restricted domains are:

  • twitter.com
  • pipes.yahoo.com

Webmasters

Can I use a form on my site to let people easily follow my feeds using Blogtrottr?

Of course! Copy the code below, and replace http://yourfeed with your feed URL.

<form method='post' action='http://blogtrottr.com'> Your email: <input type='text' name='btr_email' /><br /> <input type='hidden' name='btr_url' value='http://yourfeed' /> <input type='submit' value='Follow this feed via email' /> </form>


I don't like forms. Can I use a button?

You certainly can. Help yourself to a button, copy the code below, and replace http://yourfeed with your feed URL.

<a href='http://blogtrottr.com/?subscribe=http://yourfeed' title='Get this feed delivered by email'> <img src='/images/icons/blogtrottr-16px.png' alt='Blogtrottr' /></a>
Blogtrottr Blogtrottr Blogtrottr Blogtrottr Blogtrottr

Privacy

How do you use my email address?

We only use your email address to send you feeds that you have subscribed to, although we may very occasionally use it to contact you if there's some kind of problem.

Here at Blogtrottr we hate spam as much as you, and so we will never sell, share, rent, or in any way disclose your email address to anyone else.