IP

14.6.12

Dynamic Views Blogger : Hide Share Buttons


Blogger's Dynamic Views come with three default share buttons for each post - a Google +1 button, a Tweeter button, and a Facebook Like button. There's no option to turn it off as of now. In this quick tutorial, I will show you how you can hide all these buttons, or any one (or two) of them.


If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

Hide All Buttons:
1
2
3
.share-controls{
display: none !important;
}

Hide Google +1 Button:
1
2
3
.share-plusone{
display: none !important;
}

Hide Tweeter Button:
1
2
3
.share-twitter{
display: none !important;
}

Hide Facebook Like Button:
1
2
3
.share-facebook{
display: none !important;
}

That will be all folks.

Sumber : http://www.southernspeakers.net/2011/10/hide-share-buttons-in-blogger-dynamic.html

0 comments:

Post a Comment

il

il
Related Posts Plugin for WordPress, Blogger...