RSS Integration with Wordpress Website - Feedburner ID issue

Discussion in 'HTML & Website Design' started by Triad Search Marketing, Jan 30, 2010.

  1. #1
    Here is the code:

    <?php
    $wpr_feedburner_id = get_option('wpr_feedburner_id');
    ?>
    <form action="http://www.feedburner.com/fb/a/mailverify" method="post" target="popupwindow" onSubmit="window.open('http://www.feedburner.com/fb/a/mailverify?uri=<?php echo $wpr_feedburner_id; ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <input name="email" type="text" value="Your Email Address" class="subtextfield" onFocus="if (this.value == 'Your Email Address') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Your Email Address';}" />
    <input type="hidden" value="<?php bloginfo('name'); ?>" name="title"/>
    <input type="hidden" name="uri" value="<?php echo $wpr_feedburner_id; ?>" />
    <input type="hidden" name="loc" value="en_US"/>
    <input type="image" src="<?php bloginfo('template_url'); ?>/images/b_go.png" value="" />
    </form>

    My FeedBurner ID is http://feeds.feedburner.com/Dedona

    Where do I insert this in the code? Right now, when you put an email address in and submit it; the response page says that "email subscriptions are not setup for this feed".

    Please view http://www.dedona.com, the form is on the lower left hand side of the homepage.

    Your help is greatly appreciated as we would like to get this working as soon as possible! :)

    Thanks so much in advance.
     
    Triad Search Marketing, Jan 30, 2010 IP
  2. rishabh_destiny

    rishabh_destiny Active Member

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    You have to first activate your emial service.
    go to your feedburner dashboard. click Monetrize tab above. Then click "e-mail" subscriptions on the left pane. Activate it.
     
    rishabh_destiny, Jan 30, 2010 IP
  3. Triad Search Marketing

    Triad Search Marketing Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Got it, thanks for your help!
     
    Triad Search Marketing, Jan 30, 2010 IP
  4. rishabh_destiny

    rishabh_destiny Active Member

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #4
    No problem, mate :)
     
    rishabh_destiny, Jan 30, 2010 IP