• Resolved franksantucci

    (@franksantucci)


    This is a dumb newbie here. I am busy trying to get Google FireBurner installed to enable people to subscribe to my blog and receive it by email. It gives me a set of code to insert into my webpage. After hours of scratching around, I still cannot locate the file of my blog homepage into which I must paste the code. Can someone please point me in the right direction. Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • What about putting it in a Text Widget?

    Thread Starter franksantucci

    (@franksantucci)

    1/ I put in the text that Fireburner gave me into the text widget, and it all appeared on the homepage as below. 2/ When I filled in an email address it just sat there, and did not do anything when I pressed subscribe.

    onsubmit=”window.open(‘https://feedburner.google.com/fb/a/mailverify?uri=EugeneDeMazenod&#8217;, ‘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=”EugeneDeMazenod” name=”uri”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by FeedBurner</p></form>

    That’s not all the code Google gave you–it should start with something like:

    <form style="border:1px solid #ccc;padding:3px;text-align:center;" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow"

    `

    Thread Starter franksantucci

    (@franksantucci)

    Thank you!!! I see that I had not copied the first part. Thank you for pointing it out. It works. You have yet another satisfied WordPress customer – it is a superb program. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘insert code for email subscriptions’ is closed to new replies.