How to Add Applause Button in Blogger Website | Add Applause Button in Websites
Hi to all, here I am going to tell you all about how to add applause button in blogger or other website easily in just few minutes by using HTML, CSS and JavaScript.
By adding this applause button, you can increase the visitors attentions and also by this visitors can rate your blog post by clicking on the applause button, which will help you to write more articles based on high applause number
You can use the below codes in any blogger templates and also you can use them in other websites too.
Read the below provided steps carefully, if you miss any one step then you may get error while saving the theme code in the blogger theme editor, so read the article till end carefully.
Before adding the codes, first of all backup your blogger website theme code safely, if any error occurs then you can restore old code again and to backup you cam refer step-2.
Steps to Add Applause Button in Blogger
Step-1: First of all you need to login to your blogger website dashboard by using your login credentials.
Step-2: Got to blogger website dashboard -> Click on theme section -> Click on arrow icon -> Click on backup -> Click on download theme.
Step-3: Go to blogger website dashboard -> Click on theme section -> Click on arrow icon -> Click on Edit HTML -> Blogger theme editor.
Step-4: First of all choose the right place where you want to add this button and usually this button used in posts, so we add this button above post share buttons.
Step-5: Here you need to find the class or Id of the share button in your theme by using inspect element and then paste the html code above it.
Step-6: Copy the below provided HTML code and paste the copied HTML code above the share buttons, as told in above step-5.
Step-7: Now copy the below provided CSS code and paste the copied CSS code above closing head tag or </head> tag.
Step-8: Now again copy the below provided JavaScript Code and paste the copied JavaScript cod above closing head tag or </head> tag.
Step-9: Now after adding the three code i.e. HTML, CSS and JavaScript codes, Click on save button.
Step-10: Now you have successfully added applause button in blogger website easily in just few minutes.
Note:
If you get any error while saving the code in blogger theme editor then you need to restore your backup theme code again and need to repeat the same process as mentioned in the above steps carefully.
If you want to change the width, height or color of the button, you need to modify the CSS code, and for color you need to replace the color codes, and for color codes you can use google color picker.
Conclusion
I hope that you have understood about how to add applause button in blogger website easily in just few minutes by using HTML, CSS and JavaScript.