Categories
blogging

100% Working Speedy Tip To Increase Your RSS Subscribers

I have been into blogging, websites and online business for more than 2 years now, with passage of time I have learned a lot and got to know about some great working hacks in blogging, social media marketing and other things related tricks in making money online.

Frankly, I am tech blogger by heart, I always love to write about computers and technologies but from now on I would occasionally write about some tips and tricks related to blogging world. I am going to provide these tips for all those newbie bloggers out there and fellow bloggers who would like to read these tips. Now, lets get started and come to the topic.

In order to increase subscribers you may have employed several tricks like attaching a custom message at the end of the post like “if you like this article please subscribe to RSS or Email Updates” this technique is quite common and works great but still does not give an amazing boost in increasing the RSS or Email subscribers.

Another good method of increasing subscribers is through The What Would Seth Godin Do WordPress Plugin which presents a custom welcome message to your readers which convince them to subscribe to your feeds, this plugin is again better than the previous one mentioned but again not so good and speedy in terms of increasing subscribers.

There are lot more tricks like these I have just mentioned but they all are not good enough and promising in increasing the subscribers so easily and speedily.

Let’s discuss the most speedy trick which can increase around around 30 – 50 subscribers per day depending on the traffic on your blog from search engines.

This trick converts many of your visitors into your RSS Email Feed Subscribers for your blog.

This trick involves putting up a button at some potential position in the single post page on your wordpress blog in the beginning or at the end of the content of the post.

rss-email-subscriber-button 

As you can see in this post or in the screen shot above there is a clickable button labelled Get FREE Computer Tips and Tricks which is a link to RSS email subscription request to your blog. So, if a reader click this button then he/she would need to enter the email id and will get subscribed to email updates on your blog which means a RSS email subscriber for your blog.

Make sure to place the button with some catchy text related to your blog which could make it more clickable and attractive for your blog readers.

Let me tell you what all code you will require for putting a button like this on your blog.

<form action=http://www.feedburner.com/fb/a/emailverify 
method="post" target="popupwindow" 
onsubmit="window.open('http://www.feedburner.com', 'popupwindow', 
'scrollbars=yes,width=550,height=520');return true">
<input type="hidden" value=”put your feed id URL here with feed id” 
name="url"/><input type="hidden" value="put domain name of your blog" 
name="title"/>
<input type="submit" value="write the catchy message here to attract 
your readers" />
			
</form>

For Example:

<form action=http://www.feedburner.com/fb/a/emailverify 
method="post" target="popupwindow" 
onsubmit="window.open('http://www.feedburner.com', 'popupwindow', 
'scrollbars=yes,width=550,height=520');return true">
<input type="hidden" value=”http://feeds.feedburner.com/~e?ffid=892385” 
name="url"/><input type="hidden" value="technixupdate.com" name="title"/>
<input type="submit" value="Get FREE Computer Tips and Tricks" />
			
</form>

Put this code into your single.php or single post php file just before the content and you will start feeling the magic of this RSS Email Subscriber, how ever you may see some great number of subscriptions with some some number of un subscriptions via Email but over all it will a plus effect on your email subscribers.

Use this button for at least one and see the growth of RSS email subscribers on your blog if you will love this RSS email subscription button. I have around 6k subscribers just because of this email subscription button 🙂

P S: This trick does not belong to me only I was Sahil who actually helped me recognizing this trick, thanks to him 🙂

6 replies on “100% Working Speedy Tip To Increase Your RSS Subscribers”

Thanks Abhishek,

I noticed this on your site and considered doing it myself. I’ve taken the plunge and added a button.

Keep up the good work here 🙂

I have used this method for about 1 month and indeed my number of subcribers has increased constantly.

I am glad that you have decided to share these blogging tips. Looking forward for the next one.

Thank you!

Leave a Reply

Your email address will not be published. Required fields are marked *