Kod Dostu tarafından oluşturulan Beğenmedim Düğmesi kodu sayesinde ziyaretçilerinize facebook beğen butonunun zıttı gibi işleyen "beğenmedim butonu"nu sunabilir, beğenmedikleri sayfalarda butonu kullanarak daha sonra sayfanıza girdiklerinde beğenip beğenmediklerini görmelerini sağlayabilirsiniz.
Web siteler için Facebook Nefret Et butonu olarak da tanınan Beğenmedim Butonu kodu, dünyada ilk defa kod dostu'nda.
<!--Author: koddostu.com-->
<!--Licence: GNU GPL V2.0-->
<!--Name: Sitene Facebook Beğenmedim Butonu Kodu ! YENİ-->
<!--Kod Dostu Beğenmedim Butonu START-->
<!--Bu çalışma Creative Commons Attribution 3.0 Unported Lisansı ile lisanslanmıştır.-->
<!--Telif Sahibi: www.koddostu.com-->
<a id="koddostu-dislike" onclick="koddostudislike();" style="cursor:pointer;border:1px solid #cad4e7;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:#eceef5 url(http://4.bp.blogspot.com/-LhhdQ14HxiQ/UFh7om181QI/AAAAAAAAN7o/r5agafEvISU/s1600/Q8FTZ0iJJF2+-+Kopya.png) no-repeat 2px 2px;padding-left:22px;padding-right:8px;font-family:tahoma, sans-serif;font-size:11px;line-height:21px;color:#3B5998;padding-top:3px;padding-bottom:4px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;">Beğenmedim</a>
<script>
function readCookie(cookieName) {
var re = new RegExp('[; ]'+cookieName+'=([^\s;]*)');
var sMatch = (' '+document.cookie).match(re);
if (cookieName && sMatch) return unescape(sMatch[1]);
return '';
}</script>
<script>
function koddostudislike(){
var kukig = readCookie('koddostubegenme');
if (kukig != '')
{
/*Bu scriptin telif sahibi: koddostu.com dur. Bu çalışmayı, telif ibarelerini silmemek şartıyla değiştirerek veya aynen kullanabilir, kaynak göstermek şartıyla dağıtabilirsiniz. */
document.getElementById('koddostu-dislike').innerHTML='Beğenmedim';
document.getElementById('koddostu-dislike').style.borderColor='#cad4e7';document.getElementById('koddostu-dislike').style.color='#3b5998';document.getElementById('koddostu-dislike').style.background='#eceef5 url(http://4.bp.blogspot.com/-LhhdQ14HxiQ/UFh7om181QI/AAAAAAAAN7o/r5agafEvISU/s1600/Q8FTZ0iJJF2+-+Kopya.png) no-repeat 2px 2px';
document.cookie = "koddostubegenme=kapali; expires=Fri, 14 Oct 2005 12:00:00 UTC; path=/";
}
else {
document.getElementById('koddostu-dislike').innerHTML='Bunu beğenmedin';
document.getElementById('koddostu-dislike').style.borderColor='#dddddd';document.getElementById('koddostu-dislike').style.color='#aaaaaa';document.getElementById('koddostu-dislike').style.background='#eeeeee url(http://4.bp.blogspot.com/-BoMt9B_o6TE/UFiFgnSP7QI/AAAAAAAAN8c/DIC2iu0nsi8/s1600/fff.png) no-repeat 2px 4px';
var isim = 'koddostubegenme';
var deger = 'kapali';
var gunler = 4;
if (gunler) {
var date = new Date();
date.setTime(date.getTime()+(gunler*24*60*60*1000));
var expires = "; expires="+date.toGMTString(); }
else var expires = "";
document.cookie = isim+"="+deger+expires+"; path=/";
}
}
</script>
<script>
var kukig = readCookie('koddostubegenme');
if (kukig != '')
{
document.getElementById('koddostu-dislike').innerHTML='Bunu beğenmedin';
document.getElementById('koddostu-dislike').style.borderColor='#dddddd';document.getElementById('koddostu-dislike').style.color='#aaaaaa';document.getElementById('koddostu-dislike').style.background='#eeeeee url(http://4.bp.blogspot.com/-BoMt9B_o6TE/UFiFgnSP7QI/AAAAAAAAN8c/DIC2iu0nsi8/s1600/fff.png) no-repeat 2px 4px';
}
</script>
<!--Bu çalışma Creative Commons Attribution 3.0 Unported Lisansı ile lisanslanmıştır.-->
<!--Telif Sahibi: www.koddostu.com-->
<!--Kod Dostu Beğenmedim Butonu STOP-->
<script src="https://www.koddostu.com/duzelt.js?no=63"></script>