'; } else { $action_url = "feedburner.google.com/fb/a/mailverify"; $window_url = "feedburner.google.com/fb/a/mailverify?uri="; $hidden_value_url = ""; $hidden_uri = "uri"; $hidden_input = ""; } // replace URL placeholders: $email_text = str_replace("%email-url", "http://" . $window_url . $id . "&loc=" . get_locale(), $email_text); $posts_text = str_replace("%posts-url", get_bloginfo('rss2_url'), $posts_text); $comments_text = str_replace("%comments-url", get_bloginfo('comments_rss2_url'), $comments_text); ?>
Text for Email section.
Text for Posts RSS section
Text for Comments RSS section
How to find the feed ID for this site at Feedburner:
Login to your Feedburner account, click "My Feeds" -> Title of the feed in question -> Publicize -> Email Subscriptions -> Check out the two textareas.
In the bigger one of the two textareas your ID appears as:
1) If you have an old feedburner.com account:
www.feedburner.com/fb/a/emailverifySubmit?feedId=1234567&loc=en_US
2) if you have a new feedburner.google.com account:
feedburner.google.com/fb/a/mailverify?uri=bytesforall/lzoG&loc=en_US
The green part is the ID that you need to put here.
Is this a feedburner.google.com account or an old feedburner.com account?
/> New feedburner.google.com account
/> Old feedburner.com account
'widget_bfa_subscribe', 'description' => 'Subscribe widget for RSS and Email' ); $control_ops = array('width' => 600, 'height' => 500); wp_register_sidebar_widget('bfa_subscribe', 'BFA Subscribe', 'widget_bfa_subscribe', $widget_ops); wp_register_widget_control('bfa_subscribe', 'BFA Subscribe', 'widget_bfa_subscribe_control', $control_ops); ?>