Article Fetcher

At pitch-site.com we've done the work for you. We fetch articles from the best article directories which you can then download as files to add to your website. And it's 100% compliant with article directories' terms of services.

Test drive

Article Fetcher

Server Dialogs

This let's you show messages to your users from a server-side script as it's still running. Great for letting your users know what's happening!

Example:
Clicking this button will fetch and display headlines from CNN and Fox News, with a delay between each headline.

Download Server Dialogs

Note: Not compatible with Internet Explorer

How to install and use

Unzip the file 'psdialogs.zip and upload the folder 'psdialogs' to your website.

In the html file where you want psdialogs to run, add the following in the 'head' section.


In the 'body' section create an html element to call the server dialogs. eg:

In the 'head' section, add the following code, just below the code added above:

'startButton' should be the id of the html element you added to call the server dialogs.
'example.php?run=dialog' should point to the server side script that pushes messages to the browser. We've created an example for you, called 'example.php'.

You can customize the look of the dialogs by editing the file '[path to psdialogs folder]/style/widget.css/'

Registration module

Allow your visitors to register with your site using the same registration module pitch-site.com uses. Registration key required.

Download Registration module

How to install and use

Unzip the file 'registration.zip and upload the folder 'registration' to your website.

In the html file where you want the registration script to run, add the following in the 'head' section.


In the 'body' section create an html element to call the registration script. eg:

In the 'head' section, add the following code, just below the code added above:

'registrationButton' should be the id of the html element you added to call the registration script.

You can customize the look of the registration dialog by editing the file '[path to registration folder]/style/widget.css/'

Authentication module

Allow your visitors to login into your site using the same authentication module pitch-site.com uses. Registration module required, authentication key required.

Download Authentication module

How to install and use

Unzip the file 'authentication.zip and upload the folder 'authentication' to your website.

In the html file where you want the authentication script to run, add the following in the 'head' section.


In the 'body' section create an html element to call the authentication script. Optionally, you can also add an element to call the 'logout' method. eg:

In the 'head' section, add the following code, just below the code added above:

'authenticationButton' should be the id of the html element you added to call the authentication script.
'logoutButton' should be the id of the optional html element to logout.

You can customize the look of the authentication dialog by editing the file '[path to authentication folder]/style/widget.css/'