Pada tombol berbagi yang ada pada tema blogger ada yang tidak diperlukan seperti berbagi via email, Pinterest dan Google+ (Plus Google).
Untuk mengustomasinya maka masuk ke Tema > Edit HTML.
Cari
<b:includable id='shareButtons' var='post'>
<b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button
sb-email' expr:href='data:post.sharePostUrl + "&target=email"'
expr:title='data:top.emailThisMsg' target='_blank'><span
class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if
cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog'
expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='"window.open(this.href,
\"_blank\", \"height=270,width=475\"); return false;"'
expr:title='data:top.blogThisMsg' target='_blank'><span
class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if
cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter'
expr:href='data:post.sharePostUrl + "&target=twitter"' expr:title='data:top.shareToTwitterMsg'
target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if
cond='data:top.showFacebookButton'><a class='goog-inline-block share-button
sb-facebook' expr:href='data:post.sharePostUrl + "&target=facebook"'
expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\");
return false;"' expr:title='data:top.shareToFacebookMsg'
target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if
cond='data:top.showPinterestButton'><a class='goog-inline-block share-button
sb-pinterest' expr:href='data:post.sharePostUrl + "&target=pinterest"'
expr:title='data:top.shareToPinterestMsg' target='_blank'><span
class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if
cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
</b:includable>
Ganti dengan
<b:includable id='shareButtons' var='post'>
<b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button
sb-twitter' expr:href='data:post.sharePostUrl + "&target=twitter"'
expr:title='data:top.shareToTwitterMsg' target='_blank'><span
class='share-button-link-text' rel='nofollow'><data:top.shareToTwitterMsg/></span></a></b:if>
<b:if cond='data:top.showFacebookButton'><a class='goog-inline-block
share-button sb-facebook' expr:href='data:post.sharePostUrl + "&target=facebook"'
expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\");
return false;"' expr:title='data:top.shareToFacebookMsg' target='_blank'
rel='nofollow'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if>
</b:includable>
Simpan perubahan.
Tidak ada komentar:
Posting Komentar