18 Ağustos 2015 Salı


Bu gece sizlere blogger için windows 8 metro tarzı sosyal ağ abonelik eklentisini anlatacağım. Bütün işlemleri yaptığınız zaman eklenti yukarıdaki gibi gözükecektir. Farklı olarak üzerine gelindiğinde her sosyal ağın orjinal rengi belirecektir.

Kuruluma geçiyorum.

Şablon > Html'yi düzenle bölümünden
</b:skin>

kodunu buluyoruz ve hemen üstüne

#jocial{width: 305px;
float: left;margin-top: 10px;}
#jocial li{position:relative; cursor:pointer; padding: 0 !important;}
#jocial .facebook, .googleplus, .rss, .twitter{
position: relative;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 5;
display: block;
float: left;
margin: 1px;}
#jocial .icon{overflow:hidden;}
#jocial .facebook{width: 150px;
height: 150px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjb73Ho3dSifzCmeWUEZiZBIWt4R5trCiihmhgqY37Z-o0Da2rc6Gby_4-AFCkJ3aSccNfYAJ26JlGw0gzM5fTAgRHo3pvA-LPo5OS3VAxOKqqElNMfA1JENqEKmUjEbVmUoGsoZnGXKJ6o/s0/facebook.png") no-repeat center center;}
#jocial .twitter{width: 150px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-zniWQxsiLDYVlYB5T40uBYrVPKZcHfqtFuTHmE6UYaO85S7o_oayOCJiHhy0hlQPOIaFNTCpe0USn5zQRVTvEPYb2kpKXOiYZIqgGAwBMv2E_yF69VvrKn6v6bvxCpxVfVrKjGfOMylS/s0/twitter.png") no-repeat center center;}
#jocial .googleplus{width: 150px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv-v-Eq09-idG6M2oib-gLPzL5kwHu7tntnKU8wrbLkoikwZC-5MMRFDiAACjlH2Y2SG_iURL5o1rnRUyRCisDJ913RXPIw0fj0xn_qDyN6DjdiZxIOnO-CLzcMfp3X5OmesZsACbbZAm9/s0/google%25252Bplus.png") no-repeat center center;}
#jocial .rss{ width: 302px;
height: 74px;
background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzlyZ_5jcBF6SWfxT0Aw7n3AMDNvLbRzDtoBvtAb0OO28yLSi-qD46LjMtz6oEFpX9Yn-d8RYQYXHmRXPl4c2-qCFezTgSNyWmRM1rxDzf3_PcAu-cO0FVuvQdJqJ_c0pGWh6fV-ui5xyA/s0/rss.png") no-repeat center center;}
#jocial li:hover .facebook{background-color:#3468B6;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .twitter{background:rgba(64,153,255,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-zniWQxsiLDYVlYB5T40uBYrVPKZcHfqtFuTHmE6UYaO85S7o_oayOCJiHhy0hlQPOIaFNTCpe0USn5zQRVTvEPYb2kpKXOiYZIqgGAwBMv2E_yF69VvrKn6v6bvxCpxVfVrKjGfOMylS/s0/twitter.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .googleplus{background:rgba(228,69,36,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv-v-Eq09-idG6M2oib-gLPzL5kwHu7tntnKU8wrbLkoikwZC-5MMRFDiAACjlH2Y2SG_iURL5o1rnRUyRCisDJ913RXPIw0fj0xn_qDyN6DjdiZxIOnO-CLzcMfp3X5OmesZsACbbZAm9/s0/google%25252Bplus.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}
#jocial li:hover .rss{background:rgba(255,102,0,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzlyZ_5jcBF6SWfxT0Aw7n3AMDNvLbRzDtoBvtAb0OO28yLSi-qD46LjMtz6oEFpX9Yn-d8RYQYXHmRXPl4c2-qCFezTgSNyWmRM1rxDzf3_PcAu-cO0FVuvQdJqJ_c0pGWh6fV-ui5xyA/s0/rss.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;}

kodunu ekliyoruz. Daha sonra Yerleşim > Gadget ekle > Html/javascript ekle bölümünden 
<ul id='jocial'>
<li><a class='icon facebook' href='http://www.facebook.com/YOUR_USERNAME/'></a></li>
<li><a class='icon twitter' href='http://twitter.com/username/'></a></li>
<li><a class='icon googleplus' href='https://plus.google.com/u/0/alamat profil google+/'></a></li>
<li><a class='icon rss' href='http://feeds.feedburner.com/YOUR_USERNAME'></a></li>
</ul>

kodlarını ekliyoruz ve işlem tamamdır. İkinci kod bölümündeki your username bölümlerini kendinize göre değiştirmeyi unutmayınız. Herhangi bir sorunda yorum bölümünü kullanabilirsiniz.

0 yorum:

Yorum Gönder