How to Add Gadgets for Blogger
Add gadgets in blogger
Procedure:
- Open your browser and go to your blogger dashboard.
- Click on layout page in the Blogger dashboard.
- There you can see sidebar gadgets and click on "add gadgets " to edit.
- Now you see a new pop-up window, it will give you a couple of options of what gadgets you would like to put in your side bar menu.
- Choose whatever gadget you need and click on "+" .
- There you can see several options you have to check.
- At the top of new pop-up window you can see "visible" option, check on it.
- Click on save. Now your gadget is successfully added to your side bar.
- At the bottom of the layout page , you can see "save" button click on it.
- Your changes will be successfully saved to your blogger layout page.
- Click on "view blog" to check changes in your blogger website.
How to add custom gadgets in blogger
Procedure:
- Open your browser and go to your blogger dashboard.
- Click on layout page in the Blogger dashboard.
- There you can see sidebar gadgets and click on "add gadgets " to edit.
- Now you see a new pop-up window, it will give you a couple of options of what gadgets you would like to put in your side bar menu.
- At the top of new pop-up window you can see "visible" option, check on it
- Choose HTML/Java gadget you need and click on "+" .
- Enter the title of your gadget in the Title text box and your HTML/Java Script content in the content area.
- At the top of new pop-up window you can see "visible" option, check on it.
- Click on save. Now your gadget is successfully added to your side bar.
- At the bottom of the layout page , you can see "save" button click on it.
- Your changes will be successfully saved to your blogger layout page.
- Click on "view blog" to check changes in your blogger website
Note: For every changes that you have done in your layout page, make sure to click on "save". Otherwise your changes will not happen in your blogger website.
Youtube Subscribe Button: https://developers.google.com/youtube/youtube_subscribe_button
Facebook Page Button: https://developers.facebook.com/docs/plugins/page-plugin
Social Plugins:
Html text:
Code 1:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
Code 2:
<style>
.to-social-follow{width:150px;padding:10px;margin:0}.to-social-follow .fa{font-size:15px;padding:10px;text-align:center;margin:5px 2px;width:10%;text-decoration:none;color:#fff}.to-social-follow .fa:hover{opacity:.7}.to-social-follow .fa-facebook{background:#3B5998}.to-social-follow .fa-twitter{background:#55ACEE}.to-social-follow .fa-google{background:#dd4b39}.to-social-follow .fa-linkedin{background:#007bb5}.to-social-follow .fa-youtube{background:#b00}.to-social-follow .fa-instagram{background:#125688}.to-social-follow .fa-pinterest{background:#cb2027} </style> <div><a href="https://tutorsinfo.blogspot.com/"><span style="color: white;">tutorsinfo</span></a></div> <div class="to-social-follow">
<a href="https://www.facebook.com/" class="fa fa-facebook" target="_blank"></a>
<a href="https://twitter.com/" class="fa fa-twitter" target="_blank"></a>
<a href="https://www.linkedin.com/" class="fa fa-linkedin" target="_blank"></a>
<a href="https://www.youtube.com/" class="fa fa-youtube" target="_blank"></a>
<a href="https://in.pinterest.com/" class="fa fa-pinterest" target="_blank"></a>
</div>
Comments
Post a Comment