StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #12  
Old 01-05-2009, 11:26 AM
xencorps xencorps is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 7
Default Re: Feedburner not working - The feed does not have subscription

Feedburner is 'burning out' and not working. Couple scenerios:

You just installed a Revolution or RevolutionTwo theme

- Sign up for Feedburner if you haven't yet, and locate your FEEDBURNER ID#
- In your theme, click DESIGN - REVOLUTION THEME OPTIONS
- Enter your Feedburner ID#, SAVE, grab a smoke & a pancake and take a break.

You just converted your entire Feedburner to your Google Account (Google/Feedburner)

- If you don't already have your Feedburner ID# before you did this, you get to edit code! Otherwise it's already in the Revolution Theme Options, and should still work OK
- Open up Sidebar.php and checkout the code differences:

Code:
		<h2>e-News & Updates</h2>
		

Sign up to receive emailed news 
 the second we publish it!</p><form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify?uri=YOURuriNAMEhere&amp;loc=en_US" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input type="text" value="Enter your email address..." id="subbox" onfocus="if (this.value == 'Enter your email address...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter your email address...';}" name="email"/><input type="hidden" value="http://feedburner.google.com/fb/a/mailverify?uri=<?php $feedburner_id = get_option('revchurch_feedburner_id'); echo $feedburner_id; ?>" name="url"/><input type="hidden" value="eNews Subscribe" name="title"/><input type="submit" value="GO" id="subbutton" /></form>
Anything that used to be
Code:
http://www.feedburner.com
had to be changed to
Code:
http://feedburner.google.com
, and your Feedburner ID# is now a URI. Not to be confused with UTI, which is something COMPLETELY different.

Code:
action=http://feedburner.google.com/fb/a/mailverify?uri=YOURuriNAMEhere&amp;loc=en_US
had to change also, of course, enter your own URI ID, it's in Google/Feedburner options, Publicize, Email Subscriptions, just like other articles here describe. Location is for US, so check on your own country code.

Finally, I entered my URI name into the REVOLUTION THEME OPTIONS in the WP Dashboard. Tested and Confirmed Email.

Google / Feedburner didn't alter things too too much, just enough to make everyone's Revolution Theme feeds hiccup.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feedburner eNews subscription sdmoriarty General Discussion 9 12-10-2009 08:22 AM
Feedburner Subscription Block not working learningtwo General Discussion 5 11-08-2009 06:41 AM
How to set up feedburner or enews subscription ryukenden General Discussion 1 03-16-2009 06:35 AM


All times are GMT -5. The time now is 07:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.