APIs

Standard Link

To check the current page, just add the following code:
<a href="http://rapidwizard.net/?referer" target="_blank">Check This Page</a>
anywhere on your page!


For DDL Sites

Replace URL_HERE with the page which your ddl site links to, then place this code where you want the link to be displayed.


Javascript API

Just add this code into the <head> section of your site and it will automatically check all the links on your site!


Options

A JSON string is passed to the RapidWizard object declaration with the following properties:
Selector: string
A CSS-Style selector of the area with your links/post in. If in doubt, use 'body', but be aware that this may cause problems.
Onload: boolean
Whether to check the link when the page loads. Otherwise, call RW.checkLinks() however you want.
OverrideDefault: (optional) boolean
Whether to override the default action of ticking/crossing download links. Specify a custom callback using OnCheck
OnCheck: (optional) function
A function which will be called every time a link is checked with the parameters status (either 'dead' or 'alive'), and target, which is the reference to the DOM element of the link