Notification Bar For BlogSpot With Facebook Like Button

notification barMost of you liked the new sticky notification bar which is an important way of seizing visitor attention towards an important headline, news or any update or announcement you may wish to share. Today we will take a step further by adding Facebook like button to the sticky bar. This is a great way of increasing your fans on FB. All visitors will be able to see the bar at the top of your blogger header and it will stay fixed their and would scroll as the user scrolls down. It will always be attracting your visitors to like your blog. Lets first see a demo.

Scroll to the bottom of this demo page to see it:

Live Demo

Add Notification bar to Blogger

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Search for this,

]]></b:skin>

4. Just above it paste the follow code,

#mbt-stickybar{
background:#FF0000 url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEityFg-isTr6822mbitqGk9AVVSdqY81xyqwR_3y6TFzzYfx4NpZbPzEICflAVDiwGWmDsJ9O7ry_BAD8LJRFDeXjxeMeOzueOuYi6n3YBjVeT97sIaMeZZ1ka3_W4KHkB766cHw05-KWE/s400/stickybar.png') repeat-x;
width:100%;
margin:0 auto;
text-align:center;
padding:0px 0;
border-bottom: 1px solid #888888;
  -moz-box-shadow: #666666 0px 1px 3px;
  -webkit-box-shadow: #666666 0px 1px 3px;
  box-shadow: #666666 0px 1px 3px;
  z-index: 999;
height: 28px;

line-height: 1.85em;
vertical-align: baseline;
letter-spacing: 1px;

}

#mbt-stickybar a{
text-decoration:none;
color:#fff;
font-size:13px;
font-weight:bold;
font-family: arial,"Helvetica",sans-serif;
line-height: 24px;
}

#mbt-stickybar a:hover{
text-decoration:underline;
}
#mbt-stickybar p {margin:0; list-style:none;}
#mbt-stickybar img {vertical-align: middle;
      margin-right: 6px;}

To change the background color of the sticky bar, simply change  #FF0000  with any hexadecimal color of your choice. Try our color chart.

5.  If you wish to add the bar above header then search for this code

<body>

else if you wish to add the bar below footer then search for this code

</body>

and  Just below it paste the following code,

<div id='mbt-stickybar1'>
<div style='float:left; width:400px;'>
<a href='#'>Receive Free Updates Via Email. Subscribe Now!</a>
</div>

<div style='float:right; width:300px;'>
<table style='margin:0; padding:0;'>
<tr>
<td>
<div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='BLOG LINK' layout='button_count' send='false' show_faces='false' width='80'/>
</td>
</tr>
</table>
</div>
</div>

Replace with your RSS link and replace

Replace BLOG LINK with your blog homepage URL. If you wish to replace the link with your Facebook like page URL then better read the post on link like button to like page.

   6.   Save your template and you are all done!

Visit your blog to see it hanging either at top or at bottom as you may have set it up. Have fun buddies. do let me know if you needed any help. :>

Related Posts:

  • Notification Bar For BlogSpot With Facebook Like ButtonMost of you liked the new sticky notification bar which is an important way of seizing visitor attention towards an important headline, news or any update or announcement you may wish to share. Today we will take a step furth… Read More
  • How To add Social Media Links To Blog Feed?Adding social media links to Feedburner feeds is really important in order to increase the chances of getting more and more social votes. Whether it may be a stumble, Facebook like, a Digg , Save to Delicious or +1, each link… Read More
  • Stick Hand Written Signature Below every Blogger PostTechnology has developed enough that you can now convert your hand written signature into a digital one with simple online tools. Mylivesignature is a great tool that lets you create a digital signature for your self. You can… Read More
  • How To Shift Sidebar Column To Left or right?This is just a short but extremely useful trick for all those who wish to change the position of their Post body and Sidebar wrapper. Normally most professional layouts have sidebar arranged to the left but E-commerce blogs o… Read More
  • Blogger Comment Box Black Background ThemeI will be publishing several pattern themes for Blogger Comment form this month. Everything looks good when you present it in a way that may seem appealing. I would accept that BlogSpot blog does not have a good commenting sy… Read More