I had a custom made RSS button, with an e-mail feature. How do I hook up my feedburner to the button? Any help would be awesome!!!
Just like any other image, you would just link the image as follows: <a href="feedburner-link.com"><img src="button-location.gif"></a> HTML: As far as the email form goes: <form id="subscribe" 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"><input type="text" value="Enter your email address..." id="subbox" 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=<?php $feedburner_id = get_option('revlifestyle_feedburner_id'); echo $feedburner_id; ?>" name="url"/><input type="hidden" value="eNews Subscribe" name="title"/><input type="submit" value="GO" id="subbutton" /></form> PHP:
Please guys, I need it for, this button Please, how do I get the orange button clickable, to link back to my feedburner, and also, how do I get the e-mail enter buttons to work? Please, any help is appreciated!