Created
August 7, 2011 14:36
-
-
Save yuxel/1130419 to your computer and use it in GitHub Desktop.
baybaykus buton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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