15 Sept 2012
How To Add Subscribe Box And Social Sharing Button Below Blogger Posts
How To Add Subscribe Box And Social Sharing Button Below Blogger Posts
- Go To Blogger - Design- Edit HTML
- Backup your template
- Click the "Expand Widgets Template" box
- Search for this,
<data:post.body/>
paste the following code below it<body> <div class='widget-content'> <div style='background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAk_UpZMybwdLn9LlaxwqI5LafMN1OOmeaA9YD3h78h6LJSPrmUPu2UlaojqvDMmIAs5XM6ariANOREEP741OodtfaUQoOQLkefl_b7zi6bdAhBbNQowDluHDkKtZcRJsQ81jTrOEy8lw/s1600/subscribe.jpg'); height: 161px;'> <div style='padding:70px 210px 0 75px;float:left;'> <div style='float:left; margin-right:5px; margin-top:2px;'>
<!-- Place this tag where you want the +1 button to render --> <g:plusone size='tall'/> <!-- Place this render call where appropriate --> <script type='text/javascript'> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script></div><iframe frameborder='0' height='240' scrolling='no' src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FTricks2Blogging&send=false&layout=box_count&width=60&show_faces=false&action=like&colorscheme=light&font&height=90' style='overflow: hidden; width: 60px; height: 90px;' width='320'/></div><div style='padding: 70px 0 0 80px;'><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=ChangeIt', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true' target='popupwindow'>
<p><input gtbfieldid='2' maxlength='100' name='email' onfocus='this.value = '';' size='25' style='width: 140px; height: 21px; font-size: 11px; color: rgb(51, 51, 51);' type='text' valign='middle' value='Enter your email address'/> <input name='uri' type='hidden' value=' ChangeIt'/> <input name='loc' type='hidden' value='en_US'/> <input id='submit' type='submit' value=' Subscribe '/> </p> </form></div></div></div> </body>
Save your template.
- Replace the green highlighted script with your own plus one badge script available at google plus site.
- Replace for Tricks2Blogging with your facebook username.
- Replace ChangeIt with your feedburner title.
Now you check your post.You can see the cute subscription box along with facebook like and google plus button