How to Create Social Share Buttons Without Javascript
If you feel loading a blog a bit heavy or slow, one of the causes is
the presence of javascript. Maybe one of them is
social share buttons
on your blog.
Usually we use social share buttons from third parties like AddThis.com
and others.Well to reduce the loading loading blog, you can replace
this social share buttons with social share button without javascript.
This means that share buttons are built using CSS code by including
links for sharing articles to social media such as Facebook, Twitter,
and Google+.
If you are interested in trying to use it, please copy the code below:
1. Social Share Buttons Without Javascript With Images.
<b:if cond='data:blog.pageType == "item"'> <div style='border-top:3px solid #ccc; border-bottom:1px solid #ddd; width:100%;height:35px;text-align:left;font:normal 11px Arial;color:#333;margin:10px 0;padding:10px 0 5px'> <div style='float:left;padding:6px 0 10px 0;margin-right:15px;font:bold 14px Arial;color:#777'> <strong>Share this article</strong> : </div> <a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url' target='_blank' title='Share to Facebook'><img alt='Facebook' height='30' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhK7h8RNM1F7BzzgvoDXHgYFzkhfYgDT6li1Pe7AnUUkuL6Parysc_Ox_4TfNrHf0NHgNv1rkKvqb9dbiw-UyykfMe3AViXd0WHQpSpoOmlUS44Lu2_wq4giTUyGGnKJbKU3CzArB_Ti8uk/s57/Facebook%2520alt%25202.png' width='30' title='Share to Facebook'/></a> <a expr:href='"http://twitter.com/share?url=" + data:post.url' style='margin-left:10px' target='_blank' title='Share to Twitter'><img alt='Twitter' height='30' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0V8RMBKflgqX8a3WlJQYoRITnv1ni5Z2pJpJP1JzwZJGi2B0jPAxKohO-PKlGNQB1U5BQpU1eDBjLyILeEQz-apHgLRwvXhdDhcxmaGS0rJQt4WXkec48DvsnTG6z8yiMZFi1m00O6iO6/s57/Twitter%2520alt%25204.png' width='30' title='Share to Twitter'/></a> <a expr:href='"https://plus.google.com/share?url=" + data:post.url' style='margin-left:10px' target='_blank' title='Share to Google+'><img alt='Google+' height='30' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIycwMdb0jo4RlYEFm44pvYbvat5IUXP8JkRkht86IFu8hVK4NoAmuXgbpwQX2TzIEsxjtg5lvaLAyc7GT0-x8J0HZ3d6U4EDV5K2aEZtuvtqa5FxDEwKVth4KUN_LtpK3c2XVq89jhgB2/s57/Google%252B%2520alt%25202.png' width='30' title='Share to Google+'/></a> </div> </b:if>
2. Social Share Buttons Without Javascript Pure CSS.
<b:if cond='data:blog.pageType == "item"'>
<div style='border-top:3px solid #ccc;border-bottom:1px solid #ddd;width:100%;height:24px;text-align:left;font:normal 11px Arial;color:#333;margin:10px 0;padding:10px 0 5px'>
<div style='float:left;padding:1px 0;margin-right:15px;font:bold 13px Arial;color:#777'>
<strong>Share this article</strong> :
</div>
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url' target='_blank' title='Share to Facebook' style='color: #fff; background: #3b5998; text-decoration: none; border: 1px solid #313c7d; padding: 3px; border-radius: 3px; font-family: arial, verdana, sans-serif; font-size: 13px; line-height: 20px;'>Share on fb</a> <a expr:href='"http://twitter.com/share?url=" + data:post.url' target='_blank' title='Share to Twitter' style='color: #fff; background: #4099FF; text-decoration: none; border: 1px solid #3a8be8; padding: 3px; border-radius: 3px; font-family: arial, verdana, sans-serif; font-size: 13px; line-height: 20px;'>Tweet</a> <a expr:href='"https://plus.google.com/share?url=" + data:post.url' target='_blank' title='Share to Google+' style='color: #fff; background: #c0361a; text-decoration: none; border: 1px solid #9c2c15; padding: 3px; border-radius: 3px;font-family: arial, verdana, sans-serif; font-size: 13px; line-height: 20px;'>Share on G+</a>
</div>
</b:if>
You just replace your old
social share buttons
HTML code with one of the code above.
Actually you can create more, can be with your own pictures or add
hover effect, and others, so it looks might be better.Hopefully with
this power of creativity and your imagination grows.
If you want more complete visit his blog mas Fajrin Ilham H. blog is Master Jin HERE .
If you want more complete visit his blog mas Fajrin Ilham H. blog is Master Jin HERE .
Comments
Post a Comment
Bila Ada posting yang kurang, atau error atau yang lainnya, silahkan tinggalkan komentar agar artikel/post di perbaiki.
Jangan Lupa Cek Box "Notify Me" agar tahu komentar kamu dibalas oleh saya.
If there are any posts that are missing, or error or anything else, please leave a comment for the article / post to be fixed.
Do not Forget Check Box "Notify Me" to know our comments replied by me.