Widget Social Media Seperti Metro UI - ZixIndonesia

Breaking

BANNER 728X90

Sunday, 24 July 2016

Widget Social Media Seperti Metro UI

Widget Social Media Seperti Metro UI
Widget Social Media berfungsi sebagai membuat link menuju sosial media pemilik blog seperti link profil facebook,twitter,google+ dan sebagainya. Dan widget social media juga memiliki bentuk yang berbeda-beda, salah satunya Widget Social Media Seperti Metro UI, widget social media ini didesain mirip dengan tampilan windows 8 / Metro UI (User Interface).

Login ke www.blogger.com -> Tata Letak/Pageelement -> Tambahkan Widget/Add Widget -> Pilih HTML/Javascript, Kemudian pastekan kode dibawah ini di pop-up widget HTML/JavaScript:

<div class="metro-social">
<li><a class="fb" href="http://facebook.com/username-fb-sobat" target="_blank"></a></li>
<li><a class="tw" href="http://twitter.com/username-tw-sobat" target="_blank"></a></li>
<li><a class="gp" href="plus.google.com/id-googleplus-sobat" target="_blank"></a></li>
<li><a class="fd" href="URL Feedberner" target="_blank"></a></li>
</div>
<style>
.metro-social{width:285px}
.metro-social li{position:relative;cursor:pointer;padding:0;list-style:none}
.metro-social .fb,.tw,.gp,.fd{z-index:7;float:left;margin:1px;position:relative;display:block}
.metro-social .fb{background:url(//goo.gl/6xmUk) no-repeat center center #1f69b3;width:140px;height:141px}
.metro-social .tw{background:url(//goo.gl/oyiFK) no-repeat center center #43b3e5;width:140px;height:70px}
.metro-social .gp{background:url(//goo.gl/oT0kF) no-repeat center center #da4a38;width:140px;height:69px}
.metro-social .fd{background:url(//goo.gl/ncoLY) no-repeat center center #e9a01c;width:282px;height:69px}
.metro-social li:hover .fb{background:url(//goo.gl/MH8AP) no-repeat center center #1f69b3}
.metro-social li:hover .tw{background:url(//goo.gl/hHRHv) no-repeat center center #43b3e5}
.metro-social li:hover .gp{background:url(//goo.gl/wva4B) no-repeat center center #da4a38}
.metro-social li:hover .fd{background:url(//goo.gl/JFGqn) no-repeat center center #e9a01c}
</style>

Editing URL:
Facebook: ganti username-fb-sobat / contoh seperti ini: http://facebook.com/dandyslz
Twitter: ganti-username-tw-sobat / contoh seperti ini: http://twitter.com/dandisaseno
Google+: ganti id-googleplus-sobat / contoh seperti ini: http://plus.google.com/105259539938114026484
URL Feedburner: jika belum mempunyai, silahkan daftarkan feed rss sobat di feedburner.google.com

No comments:

Post a Comment