With adding subscription widget you can collect some subscribers to your blog. Then you can notify your new post to them automatically. You need Feedburner account for this. Here is screenshot of it and you can see demo with out techfurk posts
This widget normally get gray color but when you mouse hover you can see colorful widget. Let's see how to add it.
- First Login to blogger dashboard---->Templates--->Edit HTML
- Now find for </head> tag. Then add below CSS code just above it
<link charset='utf-8' href='https://googledrive.com/host/0B4zcNjwo-rgsQ1NUdzJqcTd5cjg/techfurk-subscribe-box.css' media='screen' rel='stylesheet' title='no title' type='text/css'/>
- Now find for this line. <data:post.body/> (if you found two codes like this. use second code). and paste this code below of it
<b:if cond='data:blog.pageType == "item"'>Replace red colored two of techfurk with your feedburner username. Now save your template and check your posts
<div id='TWSubscribe'>
<p class='headline'>Sign Up For Updates!</p>
<span class='Arrow'/>
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=techfurk', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'> <table><tr><td><input class='Text' name='email' onblur='if (this.value == "") {this.value = "Enter Your Email";}' onfocus='if (this.value == "Enter Your Email") {this.value = "";}' type='text' value='Enter Your Email'/> <input name='uri' type='hidden' value='techfurk'/><input name='loc' type='hidden' value='en_US'/></td><td><input class='Button' type='submit' value='Sign Up Now'/></td></tr></table></form>
</div></b:if>
Spread The Love, Share Our Article
0 comments:
Post a Comment