How To Add Whatsapp Sharing Button in Blogger 2019

How To Add Whatsapp Sharing Button in Blogger

How to add Whatsapp sharing button in blogger. Most of the widgets available on the internet are only for wordpress or any other platform, and those which claim to work on blogger are buggy and most of the time it doesn’t work properly, but here we have published a tutorial which works absolutely perfect and clutter free but it also carries other social media profiles, but this time we have added only WhatsApp sharing button.

Start Step-1 ( Adding CSS ) 
Before Editing we recommend you to make a backup of your template, so that anything goes wrong you still have your blog design safe.

The First thing you need to do is to login into your Blogger account and go to >> Templates >> Edit HTML and search for the ending ]]></b:skin> tag and just above it paste the following code.

  

Step-2 ( Adding HTML ) 
In the template, search for the <data:post.body/> tag  and just below it paste the following HTML Coding. In case, you are unable to find <data:post.body/>,  then you can paste it just below <div class=’post-footer’> or <div class=’post-footer-line post-footer-line-1′></div>.

                  

Step-3 ( Adding Fontawesome ) 
The widget works on fontawesome icons, so to make the widget work you have to install fontawesome in your blog, To do so.

In the template, search for the </head> tag  and just above it paste the following HTML Coding.

<link href=’https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’ rel=’stylesheet’/>

Scroll to Top