How to Add Social Media Icons To Blogger

I earn commissions for purchases made through links in this post.

In this tutorial, I will show you how to add social media icons to your Blogger blog. This tutorial includes free social media icons to get you started.

Due to the recent changes with Photobucket charging $400 yearly in order to use their service, I’ve updated this tutorial showing you how to host your images via your own Blogger account.

Freebies for You to Download

Make sure you download these free social media icons for your blog by clicking the following link. No sign up is required. Click here to download icons.

free social media icons

HOW TO START A BLOG: Before I get into the tutorial, if you are interested in starting a money-making blog, Bluehost has a great deal! Get a FREE domain name, automatic WordPress install, and a free SSL certificate for just $3.95 a month (click here).

How to Add Social Media Icons To Blogger

Step #1

In Blogger, create a new post and upload your social media icons to the post.

UPLOAD ICONS

After uploading your images, if prompted, select the following:

  • Image alignment: None
  • Image Size: Original size
ORIGINAL SIZE

Step #2

Select the “HTML” tab. After doing this, you’ll see the image links for each of your social media icons (I have highlighted the link below). Leave this window open.

HTML CODE

Step #3

Open a new tab. In your Blogger dashboard, select “Layout.”

LAYOUT

Step #4

Select “Add a Gadget” in your “sidebar-right” area and then choose the “HTML/JavaScript” gadget.

sidebar-gadget
HTML BOX

Step #5

In the “HTML/JavaScript” box, paste the following code (do this for each social media icon):

PASTE CODE

<a href=”URL Goes Here”><img src=”Image Direct Link Goes Here” /></a>


Step #6

Head back over to the post editor where you uploaded your social media icons. Copy the image link for one of your icons (as seen in step 1).


Step #7

Going back to your “HTML/JavaScript” gadget in Blogger, paste your image link where it says “Image Direct Link Goes Here” (do this for each social media icon and keep it within the quotation marks). It should look something like this:

<a href=”URL Goes Here”><img src=”https://3.bp.blogspot.com/-nCoP8tLzxwE/WVq3ZFw_fEI/AAAAAAAAN0Q/CF60HjN2aI02ePhN_aJqcHH6vaI082NJgCLcBGAs/s1600/icon-facebook-1.png” /></a>


Step #8

Now it’s time to add in your social media URLs. Leaving the “HTML/JavaScript” gadget open, in a new window or tab, head over to your social media profile and copy your profile URL.


Step #9

Now, back in the “HTML/JavaScript” gadget, paste your URL where it says “URL Goes Here” (do this for each social media icon and keep it between the quotation marks).


Step #10

Select “Save” once you’re finished. The finished code should look something like this:

<a href=”https://www.facebook.com/BeautifulDawnDesigns”><img src=”https://3.bp.blogspot.com/-nCoP8tLzxwE/WVq3ZFw_fEI/AAAAAAAAN0Q/CF60HjN2aI02ePhN_aJqcHH6vaI082NJgCLcBGAs/s1600/icon-facebook-1.png” /></a>

Feel free to delete the post draft you created.

Note: If you’re using an email button, place mailto:youremailaddresshere between the quotation marks where it says URL Goes Here.