In this social media tutorial, im gonna explain how to add Black Gloss style social sharing
widget with nice hover effect.Im using CSS and HTML for this tutorial. Check below link for
demo. You can get my Earlier social network buttons from here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
7. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
10. Now save your template. You are done.
widget with nice hover effect.Im using CSS and HTML for this tutorial. Check below link for
demo. You can get my Earlier social network buttons from here
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5.Find this code by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> code
/* Bloggertrix */
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}
.bubblewrap li{
display:inline;
width: 60px;
height:60px;
}
.bubblewrap li img{
width: 50px; /* width of each image.*/
height: 50px; /* height of each image.*/
border:0;
margin-right: 4px; /*spacing between each image*/
-webkit-transition:-webkit-transform 0.1s ease-in; /*animate transform property */
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
}
.bubblewrap li img:hover{
-moz-transform:scale(1.8); /*scale up image 1.8x*/
-webkit-transform:scale(1.8);
-o-transform:scale(1.8);
}
7. Go to blogger and click drop-down like 1st step and select Layout
8. Click Add Gadget and select 'HTML/Javascript"
9. Paste below code.
<ul class="bubblewrap"> <li><a href="http://www.plus.google.com/107955298793879607964"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3tBp5cWWdSj-D6clI1FhT-30tXElLBOoiHpPpQvZbJmC4GhSiOuQl-2delHHuvyWjmPBgcQE_jxSpDK5-fHjuv7nhqNbn0zwQVvqnO89ZGKy_ixlBNuPVT2Y6bWmw90XRzeZO5RzFqi8/s1600/bloggertrix-google-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.facebook.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI49aXPTF51DeCbHISoTGenyQbWxwp7SLSSeQrr0IPa6WLkCvvE2UKp48ssfuzvVtX7a_ILSZ2aIazC4sj7Ohgem1CFVZuVIkQot3GxwLUZLFxcOxoL9153Pz94Ih3-ubnIHCSWeXIj9E/s1600/bloggertrix-facebook-icon.png" title="Add to Facebook" /></a></li> <li><a href="http://www.digg.com/Username"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi20zL6mPbdSBMX0iH9cbELukBhtcDx1FMqj_zFcKnvKb__adbwgI7EHn5aJTykXUM7IyNtesy_1qsMSRItsFZKQ3hmQlXm77xIgajzZGJwG2cJqKYLyEM_vbEHXm_vqgiECYUXlAapwfU/s1600/bloggertrix-digg-icon.png" title="Add to Digg" /></a></li> <li><a href="http://www.twitter/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq0gjCJsw_4obZILKc3_oohBpnqFb6I1SWGpdWusGaW9o1ZioDWmElxIRHSXPLK4TtFc08fpnGTQOkVM7AGzcKPu46LaIPlw4gCvIZcmvYEo2KNd5UZZb1p5dqnGQaJvPwGKavH0ph9l0/s1600/bloggertrix-twitter-icon.png" title="Add to Twitter" /></a></li> <li><a href="http://feeds2.feedburner.com/bloggertrix"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhZAs7Tue_3vy7RAQoX3lzA_LJq07qqdcz9bG99iXopdwCvZ9NivZ5hzYz6jlpfQbY3qb6GWGjFO3tUunY4K22UysrVSIeeYsNVqonFbk0FE6EDg9DO9_OmgOBoYtuFlNePBdkbslh-n4/s1600/bloggertrix-rss-icon.png" title="Add RSS Feed" /></a></li> </ul>*Replace urls as your like.
10. Now save your template. You are done.
Thank you very much sir... I have a question: Which platform is better for blogging , WordPress or Blogger? Actually some friends ask me to join WordPress as there are many new thing & SEO friendly but some says blogger is best.
ReplyDeleteWhats your view about this...
rahul sethi
Blogger is known for being simpler to use. Wordpress is more customizable.
Delete