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
you can add a feedburner subscription form with this code > <b>News & 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