(03-17-2013 06:21 PM)CyberPunk Wrote: [ -> ]I made my own, 100% jQuery. I have been using an autolike script for a while, never had issues.. I turn it on/off when i need to
I've had a few ask how to implement this script, Ive uploaded 2 examples to a demo site so you can see it working and also how its implemented. The links are below.
There is 2 ways to do it
1. you can add the script directly into your page source inside the script tags.
2. you can load the script externally where you upload the script somewhere and link to it in the page source. (probably the better option to keep it somewhat hidden)
Go take a look at the examples and view the page source, it will help understand. I've commented where the script starts and ends in both sources.
Option 1
Quote:I want to post something that I love to use:
It's a javascript file that creates the auto-like function.
This is a great script that I made some fixes; before, the like function used to be disabled on a second click, but now it doesn't matter how many clicks the users do... the like was taken and persists that way.
The functionality is simple:
This script creates a hidden like button that floats within the mouse cursor. When users do clicks (pictures, links and so on) they are liking your fanpage or url!
Precaution:
Quote:Don't use it more than 10 minutes per hour. FB detects it and disables it right away.
whatever this is blackhat we dont care..
Download page:
That's all!
......
how to integrate this in a website (html):
[/color]
Before insert the following...
Before copying it, be sure that you had change the URL in the script. "/PutasYAtrevidas" to "/YourPage".