-->

How to Modify Default Blogger Share Buttons to Attractive Custom Images?


Blogger formerly has an option for share buttons, but it’s not very attractive. So I decide to share my own tutorial on how I done it. I expect this tutorial saves your time .Finally, you can make specially this to have your special images and match your fonts or colors. If you're finding for an easy solution. I have made some attractive grey buttons that should go with most any blog.

Blogger Share Buttons

There included Facebook, Twitter, Email, Google+ ,Tumblr and Pinterest button.

READ MORE : How to Add Social media Sharing Button Under Every Blogger Post?


At first, you need to remove default Blogger share on your site or blog. To do this,

 log in to your Blogger Dashboard>> Layout tab >> Edit post.
From the window you need to organize the blog posts. There is an option named “Show the Share Buttons”. Confirm this button is unchecked. Then click save. Now that the Blogger default share buttons are blank, now you can add the customize button.
 Now go to the Template part and click edit HTML, click inside your HTML code and hit Ctrl F to locate the following code:

 <div class='post-footer'> 

You may find this code more than once, you need second one. Now pest the following code after second one:



<!-- AddThis Key BEGIN -->
<div style='text-align: left;'>
<div class='addthis_toolbox'>
<div class='custom_images'><a class='addthis_button_share'><img alt='Share this Post' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIydM8hg5lQLz_9HQ0kb9bIUf3wjaizUNfgDGBS3vma0d1eHtcj1FhUwaa-szZOUY4Q2oXVOccZbMe2ao7v_PjYsFHsP6LY4F_QfNtyyuWwJay4pvrUkPpUt10lMN8fdlufu8NQbtAJD_o/s1600/Share+this+Post.png'/></a><a class='facebook' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='nofollow' target='_blank' title='Share This On Facebook'><img alt='Facebook share' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4eQur_v9BmeSpdc-mI_VirxZSkBqMcvbLUR8vCuPWyDjsBmXv_q7TwAY6w1sdIldwJw3sUNrSFUgwA9dzTe-TWHq5i6xnBmCxmh4U3A0xumK5l41JbBhZeREFb_atXCt0r_oVtQm3s9Yl/s1600/Facebook+Button+Share.png'/></a><a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank' title='Tweet This'><img alt='Twitter share' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisNijdP0hEdjib5oYP07IKPAW_uPJMza5kPQebFG7TejcDjxmHVmOThDmWjahxN1Oe152BibCzWaqs0bk4-JMuFofC_SZEESEaaot22EQqLIAJrxsxyJd3Vwwd7liRNBo_vnjgy5ppq8mz/s1600/Twitter+Button+Share.png'/></a><a class='addthis_button_pinterest_share'><img alt='Pin This' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLT-r_Cch7nSb_84_HYsFnNVfvqVZW0ax7AIMca0lWczUAdPOByVcDWQ0yXcYSaL_plP004Or1Htq7fTl4GrKVy88BEXdn5sP148mpV6E_Te-iqsOhaugIG19kF6jiXWGGozoLRYtzBzij/s1600/Pinterest+Button+Share.png'/></a><a class='addthis_button_tumblr'><img alt='Share on Tumblr' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIKA6DjYCXqgZiEQdQsYNghYSCMcFo4fe8I8LNS_zOPgw-gFI1gmz-20cv2K2PL1Z01ZB0loJfk65u2kUda3UgdHepiHXz1xDROb-fNTuSEK0vVYZJu5nHh5IWgjTZpeF6_uTeNPUtqpMB/s1600/Tumblr+Icon.png'/></a><a class='addthis_button_google_plusone_share + data:post.url + &quot;&amp;t=&quot; + data:post.title' rel='nofollow' target='_blank'><img alt='Share on Google Plus' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjssLGP4Cncm713kf9V62R_YXXdrjwKVdlSpgu0p6HHg4wFCxxRsV9opCK8b4nEsfgzidHRdna7OO2s4irmUxZOYFwn0vMvNbhrD8BEyxKtzotkM43doRZhViNPcihONOiZYC49v7vKEzoh/s1600/Google+Plus+Share.png'/></a><a class='addthis_button_email'><img alt='Email This' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQdSpz8DBamAfjjBSsqsBC8FQSxA_RnD8IeaJOcSVjvVZz3VmJy356RUg2Dy1X1r28_POXtlyJBfa2E1aaxEmROK2nKykL55qJvDzy8QP2woEfAKTtHJwfgClUBbjFAX-ijJpd0ooUT-rO/s1600/Email+Button+Share.png'/></a>
</div></div></div><script type='text/javascript'>var addthis_config = {&quot;data_track_addressbar&quot;:false};</script><script src='//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-511bbe8405a64ebd' type='text/javascript'/>
<!-- AddThis Key END -->

How to customize this code?


If you wish to modify it, you can change the img src links with your own images link. Here's an example of how you can customize this code. If your blog template has a boundary around your images, you might want to take the regular border off, but that's your call. If you want it centered or aligned right , find the line: 

<div style='text-align: left ;'> 

And change the left to "center" or “right".

If you want to change the language of "Share this post". Right now this is saved as an image. If you wish to say something another, you can also make your own image or just type in your own text. To style in your own find the line:

 <div class='addthis_toolbox'>

 And type in your new passage right below. For example: "Like this post or Share it to your friends". You will then want to delete the Share this post image by deleting this line of code:

<a class='addthis_button_share'><img alt='Share this Post' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIydM8hg5lQLz_9HQ0kb9bIUf3wjaizUNfgDGBS3vma0d1eHtcj1FhUwaa-szZOUY4Q2oXVOccZbMe2ao7v_PjYsFHsP6LY4F_QfNtyyuWwJay4pvrUkPpUt10lMN8fdlufu8NQbtAJD_o/s1600/Share+this+Post.png'/></a>

That’s all. Feel free to ask any question or quarry, make a reply in comment section.

0 Response to "How to Modify Default Blogger Share Buttons to Attractive Custom Images?"

Posting Komentar

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel