Feedburner email subscription sidebar box [SOLVED]
Posted: Sun Jan 21, 2007 2:20 pm
I want to have this simple form so people can email subscribe to my new blog.
How do I get that into a sidebar plug-in (if that is what is needed).
I'm not good enough at php yet to do it!
Code: Select all
<form style="border:1px solid #ccc;padding:3px;text-align:center;" 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>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=659428" name="url"/><input type="hidden" value="Andy Moyle's Church Planting Adventures" name="title"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a></p></form>I'm not good enough at php yet to do it!