Adding the social bookmarking buttons at the top of your blogger post, will make things easier when your readers will want to share your posts via the networking sites. The widget includes buttons for Del.icio.us, Twitter, Facebook, StumbleUpon, Technorati and Digg.
How to add this widget:
1. Firstly, login to your Blogger Dashboard and go to Template and then click on the Edit HTML button
(don't forget to make a backup of your template)
2. Search (CTRL + F) for the following tag:
]]></b:skin>
3. Paste the following CSS code just above it:
.ads{margin-bottom:10px; border-top:solid 1px #DEDEDE; padding-top:10px; font-size:13px;}
.ads-right-min{border-left:solid 1px #DEDEDE; height:250px; padding-left:10px;}
.ads-right-min a:link,
.ads-right-min a:visited,
.bottom-share-links a:link,
.bottom-share-links a:visited{
font-size:12px;
color:#222;
display:block;
height:22px;
line-height:22px;
margin-bottom:16px;
padding-left:32px;
}
.ads-right-min a:hover,
.bottom-share-links a:hover{color:#666;}
.mini-tech{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmfp_7tfG_2uFO2g15NxsCnK5i7CV1uEhOMCWhdNE5oV21_ruhl6gbKcGpUwFwidmLl-nkdU-Yx_S-r5TL_eEDnC4T9Z_S_tvaGOVifNegZjIg0nEPGqzyIsdru3brLxlt6mq9Iszlvb0e/s1600/technorati.gif) no-repeat;}
.mini-facebook{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwF73StJGYOTyHNTvd9K2oedgEwsb0aejWYxW2rsuaAnK9Xabh9y4YMAopz7w2BQ2RbDkQX93ed2QK-l20mdjBE_RsTZs6VTkZdJg-F9UNjqLM3302RFtNxLFXLuqTel0wcDVwyHbiIiXl/s1600/facebook.gif) no-repeat;}
.mini-tweet{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJiYfD3S4-odP8bezg7-d920-VinrdVk151sOKyGMAejWyZQwMqlPev7yFbtuqd7CYSApPFCwyXJHFUXFhqKcx9EykVfHOKo5DRjLeBjj8IwJ8Ex0ruOFuLGM-VO8a0JJm9g2E47FooXIM/s1600/tweet.gif) no-repeat;}
.mini-del{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_gE19cyEFAR-2AnnwpoVpzviLSopwfaJKu6TtmTTJFYnHMLpSoQhyss1Wbo1a3sPddXEEAI9p8Xu4PdauFJE7fDyTDs-V6arBxfxTliyxCWqG8wygca9u4NQhAiQoE2H0oVRI6BqxU8yo/s1600/delicious.jpg) no-repeat;}
.mini-stumble{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtAPISjoxfUKkj0MARQYeizx02QV2E8oNcwMf4LOzKYfn1mVLs6xmjvpCW1ZrMXcNapPCVBikfijsj_uzGyyud69b6EBZd1WnS8c9_OXe7L1r9cnbvMGej-rfZIEliIC1hyphenhyphenFOPU5zLUZSC/s1600/stumbleupon.png) no-repeat;}
.mini-digg{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVMJveguBAoScPKYBuWm26LWn4XhzREXu7IKX7NjqcWR8iNkXDkUPRa-AG8xBz4jbAZjUu_Z10Ao2YTgIDpQIohMToZ_jhJb8pvflkflCHNG_1h5jjLmdC1IFk-vUFZJA9Pb1LEDfaBsGQ/s1600/Digg.png) no-repeat;}
4) Now search - using "CTRL+F" - for the following line:
<div class='post-body entry-content'>
If you can't find it, search for this one:
<div class='post-body entry-content' expr:id='"post-body-" + data:post.id'>
5) Add the following code directly below it:
<b:if cond='data:blog.pageType == "item"'>
<div class='ads'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td width='354'>
<script type='text/javascript'><!--
google_ad_client="pub-YOUR PUBLISHER ID";
google_ad_host="pub-1556223355139109";
google_ad_width=300;
google_ad_height=250;
google_ad_format="300x250_as";
google_ad_type="text_image";
google_ad_host_channel="0001";
google_color_border="FFFFFF";
google_color_bg="FFFFFF";
google_color_link="0000FF";
google_color_url="008000";
google_color_text="000000";
//--></script>
<script src='http://pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
</script>
</td>
<td><div class='ads-right-min'>
<a class='mini-del' expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Add To Del.icio.us'>Add This To Del.icio.us</a>
<a class='mini-tweet' expr:href='"http://twitter.com/home?status=Reading " + data:post.title + " " + data:post.url' target='_blank' title='Post this article on Twitter'>Tweet/ReTweet This</a>
<a class='mini-facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Share On Facebook'>Share on Facebook</a>
<a class='mini-stumble' expr:href='"http://www.stumbleupon.com/refer.php?url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Stumble This'>StumbleUpon This</a>
<a class='mini-tech' expr:href='"http://www.technorati.com/faves?add=" + data:post.url' target='_blank' title='Add To Technorati'>Add to Technorati</a>
<a class='mini-digg' expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Digg This'>Digg This</a>
</div>
</td>
</tr>
</table>
</div>
</b:if>
Replace YOUR PUBLISHER ID with your AdSense account ID. You'll find it with the Home tab, on your "Account settings" page. It should look something like this:
pub-5623269265862168 (copy only the numbers and then paste them)
6) Save template... and just go to one of your post to see the changes.
structured settlement buyer Loans MISSISSIPPI MESOTHELIOMA LAWYER Claim Health Dreamhost NUNAVUT CULTURE Car insurance quotes Colorado STRUCTURED ANNUITY SETTLEMENT DAYTON FREIGHT LINES Insurance Online Classes · Mortgage Adviser Data Recovery Services Recovery hair removal washington dc Auto insurance affiliate program Digital Photography Tourism or Travel Classes Mortgage mesothelioma attorneys california Credit Software Attormey Transfer Fatcow Trading Donate Treatment Lawyer Hosting Casino ANNUITY SETTLEMENT Rehab Conference Call · World Trade Center Footage Gas/Electricity DUI ATTORNEY ORLANDO LOS ANGELES AUTO ACCIDENT ATTORNEY How to donate a car in California Attomey Insurance Blogs Geographical Location of the Visitors Cord Blood mesothelioma claim benchmark lending Donate Car to Charity California Degree Fashion and Design Technology mesothelioma suit Mesothelioma Law Firm Donate Car for Tax Credit Politics Online casino STRUCTURE SETTLEMENTS Donate cars in ma mesothelioma survival rates SEO structured settlement annuity companies

 
No hay comentarios:
Publicar un comentario