Page 1 of 1

Feedburner email subscription sidebar box [SOLVED]

Posted: Sun Jan 21, 2007 2:20 pm
by andym01480
I want to have this simple form so people can email subscribe to my new blog.

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>
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!

Posted: Sun Jan 21, 2007 6:00 pm
by stm999999999
try to put it in a html-nugget?

Posted: Sun Jan 21, 2007 9:19 pm
by andym01480
Thanks. That was simple!