Skip to content

Instantly share code, notes, and snippets.

@yuxel
Created August 7, 2011 14:36
Show Gist options
  • Save yuxel/1130419 to your computer and use it in GitHub Desktop.
Save yuxel/1130419 to your computer and use it in GitHub Desktop.
baybaykus buton
<script type="text/javascript">
new Baybaykus({
//buraya gonderinizin URL'ini
url: "http://yuxel.net/?module=news&action=show_id&id=442",
//buraya gonderinizin başlığını
title : "Geek'den Şair olursa",
//buraya da görüntülenecek küçük resmi girin
image : "http://yuxel.net/image/topics/others.png"
})
.setType("middle") //small, middle,big,icon40,icon72,icon128 veya icon512 olarak tip ayarlayabilirsiniz
.init();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment