Re: Feedburner Help Google updated
Now that google have finished integrating feedburner into google I couldn't get this to work so now I changed the code supplied by google to look like my theme "streamline"
It's in the sidebar.pgp file and in my theme it was referring to a different 6them (copy + paste I suspect)
<form id="Subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=PolychromeNZ', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input type="text" value="Enter your email address..." id="subbox" name="email"/><input type="hidden" value="PolychromeNZ" name="uri"/>
<input type="hidden" " name="loc" value="en_US"/><input type="submit" value="GO" id="subbutton" /></form>
My feedburner id is PolychromeNZ and appears TWICE in the above code - you need to change that for your feedburner id
and then you should be sweet - hope that helps someone elese
|