WordPress themes with optional eMail subscription links integrated into them require you to enter your FeedBurner IDs. Read no further if you already use FeedBurner and know your FeedBurner ID. If not…
How do I ?
- You have to sign-up for a FeedBurner account first.
- After you’ve signed-up and are logged in, you’ll have to create a feed (burn a feed). You can create any number of feeds. Each of those feeds will have a unique ID.
- After you’re done creating a feed, if you click on it, you’ll be taken to that particular feed’s settings panel.
- While you’re there, activate the ‘email subscriptions’ service in your feed settings panel (it’s under the ‘publicize’ tab) to provide your readers with email updates.
![]()
Now, all the while you were browsing through your feed’s settings panel, if you look in your browser’s address bar, you’ll find the URLs ending with a number (…?id=xxxxxxx). Yes, that is your FeedBurner ID for that particular feed.
What the bleep is a Feed?
If you have no clue what a feed is, here’s an excellent video by CommonCraft. You probably will not find a better & simpler explanation anywhere on the web. It gives you the all essential bigger picture which otherwise takes a considerable amount of time to see.
and why FeedBurner?
We have almost no control over our default WordPress feeds. FeedBurner is an advanced feed management service which lets us do a lot of things to the default feed. Here are a few.
- We can track the feed statistics.
- Create custom feed urls.
- We can include ads in our feeds as well.
- Place those ’submit to’ links to social media sites.

Excellent explanation!
I will be linking to this page for “How to find your feedburner id” support with all my up coming Wordpress themes.
Thank you and hope this serves you well.
(The added video is the icing on the cake)
Unfortunately this option do not work with the new feedburner by google anymore. Users that tried to update their feed or signed up at feedburner.google.com don’t have that 7 digit ID anymore and the submit URL has changed as well.
Hope you’ll be able to release an updated version of your great theme soon !
Just reiterating what Jacques said – Feedburner mail link no longer works since feeds have been transferred to Google’s service.
This option work with the new feedburner by google, but You have to modify ../themes/primepress/subscribe.php
Change href=”http://www.feedburner.com
to
href=”http://feedburner.google.com
[code]
<a target="_blank" href="http://feedburner.google.com/fb/a/emailverifySubmit?feedId=" title="Subscribe via Email" >Subscribe via eMail
[/code]
I’m also hoping to find a way to make the mail link work under the google feeds.
When you moved to a google account with feedburner (something you have to eventually I guess). You get a new ID. Mine is something like this: 7ec211ggc1k0nghp3phohuji4s
And then I was going to write that it all works, but it doesn’t.
So, I just hacked the “subscribe.php” and put the link in hard. Still fill in your ID, else the link doesn’t show (it’s the second HREF on the page).
It’s a hack, but it works.
Thanks Ravi for such a great theme!
cheers
Ravi,
Quick question:
On some themes, there is a simple way (in the dashboard) to make a page the homepage, so that when a user navigates to a URL, that page is where they end up, rather than the main blog page.
Do you know how to accomplish this with your theme?
Thanks!
Just wanted to note that I used my complicated Feedburner id, as referenced in #6, and it did work; at least, it displayed my Feedburner subscriber page.
To make the feeds work with the updated feedburner, you need to edit subscribe.php:
Change This:
<a target=”_blank” href=”http://www.feedburner.com/fb/a/emailverifySubmit?feedId=” title=”Subscribe via Email” >Subscribe via eMail
To This:
Subscribe via eMail
You need to change the href part to your email subscription link – for me it is “http://feedburner.google.com/fb/a/mailverify?uri=stringo0&loc=en_US”
If this becomes the new way people use/read the web, then how will websites stay in business if users don’t visit the website to bring in advertising dollars?
As Suraj described in #9, change the href adress at subscribe.php and put that same adress at wordpress dashboard-appearance-prime press options- feed burner id, and eeverything will work fine.
Just reiterating what Jacques said – Feedburner mail link no longer works since feeds have been transferred to Google’s service
thanks for creating a good tips and theme, i have been using you great theme
Давно искала эту информацию, спасибо.
my theme was working numeric ID
how can i fix it? i dont understand any php code, my theme is wp-max from ahmad fouad
Отличная статья Спасибо огромное
Подскаите, где купить новый iPhone? Никак не могу найти в Москве…
Неоднократно доводилось читать подобные посты на англоязычных блогах, но это не значит что ваш пост мне не понравился
Сенкс. Интересно, и вообще полезный у Вас блог
Мне кажется очень полезная штука
спасибо, прочитал на одном дыхании
Хм… даже такое бывает.
I really liked your theme…I am using your WP theme as a theme to my site..please follow the link above.
Really nice..I am a bit busy with my exams and have not been able to play around with the theme… but simple and impressive theme it is.
Regards
Tejaswy
I have one issue though…where us the search button in this,,,,,would be brat if you could add a search button feature in this theme
Suraj,
What part do I change? Mine is below.
http://feedburner.google.com/fb/a/mailverify?uri=HowInternetMarketing
I can’t get my Email Subscription to work in my Feedburner Google feed. I have a built in form for my WP theme, but have to idea what to enter here:
Feedburner ID:
Feedburner URL:
If I can figure this out, it should work.
Hey, nice post, really well written. You should post more about this. I’ll certainly be subscribing.
very nice blogs thanks admin
Sy lg mau cr kerja yg sesuai dng bdang sy,sy prnh bekerja sbg maintene elektrik,dan skrng jg profesi sy sbg fitter bidang konstruksi baja,msing2 slama 2 tahun,sekiranya ada peluang yg sy butuhkan
NZjf2n beautiful site..)),
Thank you for this site, such as multi information.I! Thank you!,
thank you this topic,
Unfortunately this option do not work with the new feedburner by google anymore. Users that tried to update their feed or signed up at feedburner.google.com don’t have that 7 digit ID anymore and the submit URL has changed as well.
Hope you’ll be able to release an updated version of your great theme soon !
Hi Ravi,
Thanks for the topic I am struggling to find the feedburner by google as I don’t think the new feedburner has the correct API. FeedBurner offers different APIs for different purposes and I cannot see the one connected to this release. Hopefully you will provide an updated release soon. Thanks anyway. Emma
nice blog i like this skin
very nice blogs thanks admin
I’m also hoping to find a way to make the mail link work under the google feeds.
To everyone having issues with the Feedburner ID and the eMail subscriptions,
You can just set your Feedburner ID (under PrimePress options) to your Feed Address (everything after “http://feeds.feedburner.com/”).
Then you just need to modify the subscribe.php file of your theme to use the new Google eMail URL. On line 9 of subscribe change:
<a target=”_blank” href=”http://www.feedburner.com/fb/a/emailverifySubmit?feedId=” title=”Subscribe via Email” >Subscribe via eMail
to
<a target=”_blank” href=”http://feedburner.google.com/fb/a/mailverify?uri=” title=”Subscribe via Email” >Subscribe via eMail
p.s. – don’t forget to close the anchor tag in that code. The comment system seems to have deleted it in my comment above.
Hi,
Thanks for the information,just found this post my technorati news feed section! I was searching for this since past 3 months and i am glad to see it here. Thanking you much
Martin
Hi, I add the ID of my feedburn but it dont run to suscription by email.
There is bon97997qk09fp0k1aqqh5glr0
http://feedburner.google.com/fb/a/dashboard?id=bon97997qk09fp0k1aqqh5glr0
What can I do?
hy,,, thanx you,,, Your blog is very great,,, you have PR7,,, My blog not have PR,,, this my blog http://rama378.blogspot.com/
thanx you,very good
Thanks for this wonderful-clean-sophisticated theme Ravi.
I am on google feedburner, but with a tiny edit, I managed to set my feed right
Thanks for the tutorial!
it helped a lot.. thanks
Hi, I am loving this them.
One thing though, I notice in this webpage there is an “subscribe via email” option. How do I make it appear in my site? Thanks!
Информативно,продолжай в том же духе
once again… thanks….
Hi, I add the ID of my feedburn but it dont run to suscription by email.
There is bon97997qk09fp0k1aqqh5glr0
I also taught myself how to swim. ,
I looking this id, and found tutorial here, thanks.
does marijuana come up in blood donations Order cardiovascular the cardio free diet aids drug in africa aging population and health care economy
http://rxdrugs24×7.com/product/dilantin.html
Thanks for information.Feedburner is very important for bloggers and readers.
saolasın
http://forumtoplist.com
Nice post, really well written. You should post more about this. I’ll certainly be subscribing.
thanx for sharing that information. No i will start with feedburner!
Excellent explanation! Appreciate your work
Thanks
Adam
local IFA
thanks for useful and meaningful articled
Great post
just found it
thank you
Thanks for the good info.