- This topic has 0 replies, 1 voice, and was last updated 7 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Developing Websites › HTML PHP Snippets › Add your own RSS FORM using Feedburner code
Feedburner offers a palin form for email subscriptions through RSS so I was looking for some thing better. I found this tutorial from http://devgrow.com/how-to-create-a-subscribe-box-for-your-wordpress-sidebar/ but I needed to change a few things. Also I know that more detailed instructions on where to put the code is needed. First thing I did was grab the image for the social icons. Thankfully Devgrow made it into a sprite which puts the three images into one and helps with website loading times. Step 1You need to save this image on your own server (online somewhere) so you can change the code in the css to point to it. Right click on the image and save it onto your computer, then upload it. Then get the url for the image. You will need this.Step 2Copy these two sets of code onto a notepad to edit carefully. The first is HTML and will be placed into your sidebar.php file. Please note that it WILL NOT go into a simple widget.