Remove Specific Or All Sharing Buttons From Blogger Blog:

The Original Post can be found HERE

You can get rid of unwanted social sharing button(s) from your blog easily. Give a look at the description given below:

1- First, backup your blog template, open HTML editor and locate the following opening tag.

<b:includable var='post'>

 2- Expand that. Underneath you will find codes for all default sharing buttons. Published below are the codes for individual sharing buttons which I have displayed separately: 

Email This: 

<b:if cond='data:top.showEmailButton'><a expr:href='data:post.sharePostUrl + "&target=email"' expr:title='data:top.emailThisMsg' target='_blank'><span><data:top.emailThisMsg/></span></a></b:if>

Blog This: 

<b:if cond='data:top.showBlogThisButton'><a expr:href='data:post.sharePostUrl + "&target=blog"' expr: expr:title='data:top.blogThisMsg' target='_blank'><span><data:top.blogThisMsg/></span></a></b:if>

Share to Twitter: 

<b:if cond='data:top.showTwitterButton'><a expr:href='data:post.sharePostUrl + "&target=twitter"' expr:title='data:top.shareToTwitterMsg' target='_blank'><span><data:top.shareToTwitterMsg/></span></a></b:if>

Share to Facebook: 

<b:if cond='data:top.showFacebookButton'><a expr:href='data:post.sharePostUrl + "&target=facebook"' expr: expr:title='data:top.shareToFacebookMsg' target='_blank'><span><data:top.shareToFacebookMsg/></span></a></b:if>

Share to Google+:

<b:if cond='data:top.showDummy'>
<div><data:post.dummyTag/></div>

<p></b:if>


3- To remove any button, select its code and delete it. To restore, place the code back from where you have deleted it. You can also change the sequence of these sharing buttons. Just then choose the code of a button and change its placement. 4- Preview and then save the template.

0 comments:

Post a Comment