On-Scroll Sticky Bar. A simple widget which appears in the upper part of your page as you scroll down and disappears again on reaching the top something similar to the Facebook header bar. It contains social sharing options as well as links to Home Page of your blog. Also present are the Slide to Top and Email subscribe options. This can be easily customized to include options according to your needs. Lets get started and see how to add it in your blog !
To add to sticky bar I will recommend you to use old blogger user interface because as per widget author it throws an unexpected error,you can switch back to old blogger interface by clicking on the Settings Wheel icon at top right of your new blogger dashboard.
Demo.
You can see the live demo on this very page itself ! Please scrool to down this page, you can see it.
How To Add Scrolling Sticky Bar To Blogger? Please follow the step by step below:
Steps 1 : Adding CSS code The Bar Styles
- Go to Blogger Dashboard and open up the Design Tab of the blog in which you want to add the Scrolling Sticky Bar. Now select the Edit HTML option.
- find for ]]></b:skin>
- add the following CSS code just before ]]></b:skin> tag
Step 2 : Adding CSS code The Bar Styles
- Now find for </body> tag
- add the following script code below just before </body> tag
Note: In case you have already included the jQuery library in
your blog then remove Line 1 . The same applies for Line 12 ,13 and 14
as well if you have included Facebook , Google+ and Twitter scripts
respectively.
Step 3 : Adding The HTML code
- Now search for <body tag and add the following code just below it If you are using default blogger templates then search for <body tag. See Video tutorial below for more details information.
- add the following code below just below of code <body tag
- Hit the Save Template button and preview your blog to see how the bar appears.