Cara Membuat Widget Follow Keren - PTIK-UNM MAKASSAR
Breaking News

Cara Membuat Widget Follow Keren

Kenapa saya bilang keren karena jika kita mendekatkan mouse di iconnya maka akan memberikan efek berganti gambar menjadi terang silahkan di coba saja yah kk, oh iya sampe lupa nih ane kasi contoh hasilnya.

Nah untuk scriptnya silahkan copy paste :
<div class="widget-content">
<style>
/*--------B2W Touch Me Sharing Widget | http://ptik-unm.blogspot.com ------*/
.touchme a {
display:block;
height:50px;
width:50px;
padding:0 4px;
float:left;
background:transparent url(http://beautifulbloggerwidgets.googlecode.com/files/Sharing%20Touch%20Me.png) no-repeat;
-webkit-transition: ease-in 0.2s all;  
-moz-transition: ease-in 0.2s all;  
-o-transition: ease-in 0.2s all;  
-ms-transition: ease-in 0.2s all;  
transition: ease-in 0.2s all;
cursor:pointer;
}
.touchme a.googleplus {
background-position: 0px -58px;
}
.touchme a.googleplus:hover {
background-position: 0px 0px;
}
.touchme a.twitter {
background-position: 0px -290px;
}
.touchme a.twitter:hover {
background-position: 0px -232px;
}
.touchme a.facebook {
background-position: 0px -406px;
}
.touchme a.facebook:hover {
background-position: 0px -348px;
}
.touchme a.rss {
background-position: 0px -174px;
}
.touchme a.rss:hover {
background-position: 0px -116px;
}
</style>
<div class="touchme">
<!--RSS-->
<a class="rss" href="http://feeds.feedburner.com/ptikunm" rel="external nofollow" target="_blank"></a>
<!--Google Plus-->
<a class="googleplus" href="https://plus.google.com/6472097518801071178/posts" rel="nofollow" target="_blank"></a>
<!--Facebook-->
<a class="facebook" href="https://www.facebook.com/ptikUNM" rel="nofollow" target="_blank"></a>
<!-- Twitter -->
<a class="twitter" href="https://twitter.com/ptikUNM" rel="nofollow" target="_blank"></a>
</div>
<style>    .knetwork-email{
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhG40Vuk9Hpxq0tFlnB4qMvH6aiA92TODWmtsYkjBJaCieAlZAECQQoFckrLEwYdryY-PelJBEG_IgBvp2NSVZJmVVvc2WJbRniFP7zeCYibASUsWCcpMhuA3x8utETZKxpttOJlyEmz4gu/s1600/email.png) no-repeat 0px 12px ;
    width:250px;
    padding:10px 0 0 55px;
    float:left;
    font-size:1.4em;
    font-weight:bold;
    margin:0 0 10px 0;
    color:#686B6C;
    }
    .knetwork-emailsubmit{
    background:#9B9895;
    cursor:pointer;
    color:#fff;
    border:none;
    padding:3px;
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font:12px sans-serif;
    }
    .knetwork-emailsubmit:hover{
    background:#E98313;
    }
    .textarea{
    padding:2px;
    margin:6px 2px 6px 2px;
    background:#f9f9f9;
    border:1px solid #ccc;
    resize:none;
    box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
    width:170px;
    color:#666;}
    </style>
    <div class="knetwork-email">
    Subscribe via Email
    <form action="http://feedburner.google.com/fb/a/mailverify?uri=ptikunm" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ptikunm', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if (this.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" value="Enter email address here" type="text">
    <input type="hidden" value="syanhieeberbagi" name="uri"><input type="hidden" name="loc" value="en_US">
    <input class="knetwork-emailsubmit" value="Submit" type="submit">
    </form>
    </div>
</div>

Ganti semua yang berwarna merah sesuai dengan ID Anda masing masing.

Tidak ada komentar untuk "Cara Membuat Widget Follow Keren"