Skip to content Skip to sidebar Skip to footer

Widget HTML #1

How to Make a Blog Subscribe Button with an HTML Code, it's very easy

Html Code for Blog Subscribe Button


GugelQ -  Sorry this blog was not made to be long-winded by JOKKA JO

Here's the html code to create a blog subscribe button, so your loyal readers will receive notifications via email

<form style="border:2px solid #ccc;padding:3px;text-align:center;" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=Supportjo', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Masukkan Email Aktif:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="Supportjo" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Presented by <a href="https://supportjo.blogspot.com" target="_blank">WWW.JOKKAJO.COM</a></p></form>

~ First create a feedburner account
~ Code with red background replaced with personal burner feed id
~ the green one, please fill in the destination link if the word WWW.JOKKAJO.COM is clicked
~ the last part that contains the link www.jokkajo.com can be replaced with your site, or the sentence you want
~ copy the code and paste it in the java script widget, open the layout and add the widget where you want it

An example of implementing the code can be seen on THIS SITE

FINISHED

Post a Comment for "How to Make a Blog Subscribe Button with an HTML Code, it's very easy"