Help me insert feedburner into my wordpress post

Discussion in 'HTML & Website Design' started by MrSandMan, Sep 4, 2008.

  1. #1
    Hi, I'd like to code in a "signup to enews" in my wordpress post and popup.

    Is there a plugin or how do I do this?

    Thx in advance
     
    MrSandMan, Sep 4, 2008 IP
  2. gameOn

    gameOn Member

    Messages:
    624
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    35
    #2
    you can add a feedburner subscription form with this code >
    
    <b>News &amp; Updates</b>
    			<p>Sign up to receive the latest Updates!</p><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"><p><input type="text" value="Enter your email address..." id="s2" 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://feeds.feedburner.com/~e?ffid=FEEDBURNERID" name="url"/><input type="hidden" value="eNews Subscribe" name="title"/><input type="submit" value="GO" id="sbutt2" /></p></form>
    		
    Code (markup):
    Just put Your feedburner ID to it
     
    gameOn, Sep 4, 2008 IP