Skip to main content

People Follow Blogs, Not Templates Or URLs

Occasionally, we have people expressing confusion about loss of Followers.
I updated my template, and I lost my Followers!
If you only update your template and nothing else, your blog should still have its Followers. You may lose various gadgets from the template, when you make changes - but even if the Followers gadget is lost, the existing Followers continue. Just look at the Followers community, from your dashboard, and you'll see the Followers.

If you look at the code behind the "Follow Blog" link in the navbar, you'll see an odd code snippet. Here's an example of what you might see.

<script type="text/javascript">function follow(blogID) {window.open("/follow-blog.g?blogID=" + blogID, "followblog", "height=600, width=600, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no" );} </script>

The key there is "blogID" (blog number), not "URL" (blog address). When you Follow a blog, you Follow the blog by number, not by address. This gives two very interesting results.

  • If you setup a new blog, to maybe test a major template change, use that blog only for testing, and copy the tested template into the existing blog. If you swap URLs, and make the test blog your operational blog, your Followers will remain with the old blog.
  • If you change the URL of your blog, setup a stub blog at the old URL, with a redirected feed. Your Followers will Follow the feed from your new URL, just as they Followed the the feed from the old URL.

That does mean, though, that renaming your blog will not affect your Followers - though it will affect their ability to Follow you using the blog newsfeeds. If you care about this detail, immediately after renaming your blog, setup a stub blog, at the old URL - then use the Post Feed Redirect to point to the new URL.

Comments

polyhexanide said…
so what exactly is a blog id?
i have changed the title of my blog recently and seem to have no response from my followers. is that the problem
Nitecruzr said…
Adele,

If you're deleting your blog, make a new blog, with a stub post, "This blog has been deleted.". If you're renaming your blog, make a new blog, with a stub post "This blog has moved to xxxxxxxx.blogspot.com".

http://blogging.nitecruzr.net/2006/06/stub-post.html

Popular posts from this blog

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.

Referer Spam Is Annoying - And, It's Persistent

Recently, we've seen a few blog owners who are curious about odd trends in their Stats displays. My numbers seem to go up steadily for a while, then drop. Then, they go up again, for a while, then drop again. Rises and falls in traffic are normal. You'll never have the same number of people, viewing your blog, constantly. During some days and some hours, our readers are going to be elsewhere, and not viewing our blogs.

Jump Break Is Visible Only In An Index Page

Some blog owners are unsure what a Jump Break looks like, when applied to their blogs. Occasionally, in Blogger Help Forum: Get Help with an Issue , we see the confusion. Where's the Jump Break? or I added a Jump Break to several posts, but it never shows up! When asked for a screen print of what they're seeing, they may provide a image of the post, in the Post Editor Preview window - or possibly, the published post, but in post page view.