In this post I’m going to show you how to add CUSTOMIZED
“Follow Me” social media icons on the blog for blogger, which changes when the
mouse hovers over and out of the icon.
- Search the social media icons which you want to use in your blog & are available for use for FREE.
- It would be good if the images are .png format and the dimensions are 100 x 100.
- I used this amazing site GEEK FAIRY for the social media icons. You can download & use it for FREE!
Step 2: Upload the social media icons in Google Drive
- Login into your Google Drive and create folder and upload the downloaded media icon images in it.
- On the left, click on New > Folder.
- Enter a name for the folder.
- Click Create.
- Select the image files in your computer which you want to keep in Google Drive.
- Drag and Drop the image files into Google Drive.
Step 3: Make folder/files view over internet
- Click on My Drive so that you’ll see the folder we just created in ‘Step 2’.
- Right click on your folder, click Share.
- At bottom right, click on Advanced.
- Under Who has Access, click on Change... link.
- Select On – Public on the web option, click on Save. (Note: Access: Anyone (no sign in required) Can view should be selected else anyone on internet can modify those folder/files.)
- Click on Done.
To check whether the files are viewable over internet:
- Right click on your image file, click Get link.
- Copy the link and paste it in a different browser.
- If the image opens then you are good to GO!!
Step 4: Create embedded URL for the images in Google Drive
- Copy the Get link URL. It will be something like: https://drive.google.com/open?id=0ByiyKfnLP50sdjFoTXVMM2YtRE5
- From the above copied URL cut the part which is after ‘id=’ i.e.: 0ByiyKfnLP50sdjFoTXVMM2YtRE5
- Replace it with the FILEID it the following URL: https://drive.google.com/uc?export=view&id=FILEID
- Repeat this step for all the images in Google Drive which you want to use in your blog.
Step 5: Create “Follow Me” gadget on blogger
- In Blogger go to Layout.
- Click on Add a Gadget.
- Select HTML/JavaScript gadget.
- Give the Title as “Follow Me”.
- Copy
Paste
below code in Content:<center><a href="link to your social media profile" target="_blank"><img src="image1 URL" onmouseover="this.src='image2 URL'" onmouseout="this.src='image1 URL'" width="40" height="40/" /></a>
</center>
- You can repeat the code from ‘<a href…’ to ‘</a>’ for the number of social media links you are adding. I’ve repeated the code 3 times in my blog for facebook, instagram and twitter social media links.
- Click Save then on Save arrangement and check your blog.
*image1
URL: Is the image URL which we created in ‘Step4’ and of the image which will
be loaded when blog loads and when you hover the mouse out of the icon.
*image2
URL: Is the image URL which also we created in ‘Step4’ and will come when you
hover the mouse on the icon. Please feel free to comment if this post was useful or you if face any issues in any of the steps.
Creativity knows no bounds. Keep Blogging!
Comments
Post a Comment