Need help with RSS Button

Discussion in 'HTML & Website Design' started by Zachdaman, Feb 3, 2009.

  1. #1
    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!!! :D
     
    Zachdaman, Feb 3, 2009 IP
  2. InputProductions

    InputProductions Banned

    Messages:
    88
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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:
     
    InputProductions, Feb 3, 2009 IP
  3. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3

    Thanks soooo much! :D
     
    Zachdaman, Feb 3, 2009 IP
  4. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Can anyone else help me with getting it on the site?
    Thanks :)
     
    Zachdaman, Feb 3, 2009 IP
  5. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hmm, anyone?
     
    Zachdaman, Feb 3, 2009 IP
  6. Zachdaman

    Zachdaman Guest

    Messages:
    756
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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! :)
     
    Zachdaman, Feb 4, 2009 IP