How to add Instagram follow button on Blogger?

Following are different ways to add Instagram follow button on Blogger. In post, ready to use Instagram follow button HTML code given. You just need to copy and paste in your Blogger blog.

And, if you want to use Instagram button with icon, then you can download icon image from given source.

Let’s get started,

Add Instagram follow link text button on Blogger

To add Instagram follow link text button on blogger, copy following HTML code and paste in your blogger blog.

Instagram follow link button
Instagram follow link button
<div><a title="Follow on Instagram" href="https://www.instagram.com/YOUR-INSTAGRAM-USERNAME-HERE" style="font-weight: bold;text-decoration: none;border: 1px solid #759cdb;padding: 10px 15px;border-radius: 5px;background-color:#da426d;color: #fff;">Follow on Instagram</a></div>

Note: Before add code to your website,

  • Replace “YOUR-INSTAGRAM-USERNAME-HERE” text with your Instagram username in HTML code.

Add Instagram follow button with icon and text on Blogger

To add Instagram follow button with icon and text on Blogger, copy following HTML code and paste in your blogger blog.

Instagram follow icon and link button
Instagram follow icon and link button
<div><a title="Follow on Instagram" href="https://www.instagram.com/YOUR-INSTAGRAM-USERNAME-HERE" style="display:block;font-weight: bold;text-decoration: none;background-size: 24px 24px;background-position: 0px 0px;padding: 3px 0px 4px 28px;background:url(YOUR-UPLOADED-ICON-IMAGE-URL-HERE) no-repeat;">Follow on Instagram</a></div>

Note: Before add code to your website,

  • Replace “YOUR-INSTAGRAM-USERNAME-HERE” text with your Instagram username in HTML code.
  • Download Instagram icon image from here, upload image on blogger and replace “YOUR-UPLOADED-ICON-IMAGE-URL-HERE” text with uploaded image URL in HTML code.

Add Instagram follow icon button on Blogger

To add Instagram follow icon button on Blogger, copy following HTML code and paste in your blogger blog.

Instagram follow icon button
<div><a href="https://www.instagram.com/YOUR-INSTAGRAM-USERNAME-HERE" title="Follow on Instagram"><img src="YOUR-UPLOADED-ICON-IMAGE-URL-HERE" height="24px" width="24px" /></a></div>

Note: Before add code to your website,

  • Replace “YOUR-INSTAGRAM-USERNAME-HERE” text with your Instagram username in HTML code.
  • Download Instagram icon image from here, upload image on blogger and replace “YOUR-UPLOADED-ICON-IMAGE-URL-HERE” text with uploaded image URL in HTML code.