Traffic Image

Internet Traffic Secrets Logo

 MENU
 Home

 Internet Traffic

 Free Traffic
 Paid Traffic
 SEO
 Services To Avoid
 Articles
 Links
 Contact


Free Traffic
Adding Traffic Scripts



Adding Free Traffic scripts can help you get more free traffic. You are probably wandering what do I mean by "free traffic scripts". :) These scripts are Tell-A-Friend script and Bookmark this page script.

1. Tell-A-Friend script is a great way to let your visitors recommend your site to their friends. This script is a viral tool and can help you build more and more traffic to your site overtime. The more visitors you have, the more likely will they recommend your site to their friends. But this tools doesn't work virally the same way like distribution of your e-books and articles.

This is mostly because your viral articles and e-books may be distributed even by distributors that never visit your site, but as a result of such distribution your link will be accessible for others. With a Tell-A-Friend script, people must come to your site first before they can inform others.

The most easiest way to place Tell-A-Friend script on your page is this one:

<a href="mailto:?subject=Place your subject here&body=Place body of your message here and include a link!">Tell A Friend </a>

This link will start up an e-mail client (Outlook) and allow your visitor to send an e-mail to his/hers friend, or friends. If you wish to use this code, just replace underlined text in a text area below and than copy&paste it to your page.

You can also place a PHP, or Perl script on your server. This option is much better, because it allows users to complete everything from your site. I plan to write a PHP script soon and I'll post it here for a free download. I'll have to install it first on my server. :)

2. Bookmark This Page script should be placed on your site because it can help your visitors return to your site if they are in a hurry. Most internet users sometimes find some interesting site and than they leave because they are in a hurry, but they forget how did they find that site in a first place. Bookmark script allows people in a hurry to bookmark your site with a click of a button, so they can return later easily.

You can use a simple JavaScript to add a bookmark link. Here is a sample code you may use. Modify only underlined text in the text area below and than copy&paste it. Note: This script works only with an Internet Explorer 4 and higher. In other browsers it will only display a non-clickable text: "Bookmark - Press Ctrl-D".

<script>
var lnk = "This text will be displayed as your Bookmark link"
var url = "Place here your URL";
var dsc = "Place here a short description, or a title"

var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4))
{
document.write('<a href="javascript:window.external.AddFavorite(url,dsc);" ');
document.write('onMouseOver=" window.status=')
document.write("lnk; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ lnk + '</a>')

}else{
lnk += " - Press Ctrl-D"
document.write(lnk)
}

</script>

Text Area for modification:

GO BACK

| Terms Of Service | Privacy Policy | Disclaimer |
©Copyright 2006 NetTrafficSecrets.com All Rights Reserved. Site design Jaksa Dubljanin

Tell A Friend...

Bookmark This Site