If you are using WordPress blog:

In order for you to start using the system with your wordpress site you need:
1. Download Traffic Feed Plugin Here and install plugin
2. Register for a free trafficfeed.com account from within plugin. Your site will be added automatically once you register.
3. Then you need to go to your wordpress installation(Appearance -> Widgets) and add Trafficfeed Widget to  the place where you would like links to appear. (Sidebar or Footer recommended ). And if you are familiar with the system you can add the proper code anywhere you would like links to appear.
4. Then you need to login into your trafficfeed account and add pages that you want to use for link window or link directory.
5. Start using the system, GO TO “Exchange by Catalogue” and find link partners.
6. GO TO “Auto Exchange Settings” add sites and pages you would like to participate. (auto exchange is enabled by default)

 

If you are NOT using WordPress please see this traffic feed document 

 

See How Easy It Is To Get Started With Trafficfeed (NON-Wordpress Sites)

If you are using WordPress for your site click here: WordPress Traffic Feed

 

 

A lot of people procrastinate when it comes to making the right move. We created this short video to show how easy it is to register and configure everything once, So that you can use the system for a long time to come.

1) If you don’t have an account , please fill out a form under words “Sign up” and click “Register” to sign up for a Free Account.

2) You will receive an email where you must confirm your subscription After confirming your subscription “Sign in” into the system.

3) When Signed in, please Click “System Integration” In the middle of the page you will see the “Download” link to download files, AND the link exchange code that you need to copy.(See Below – ALL FILES AND CODE ALSO AVAILABLE ON THIS PAGE SEE TOWARDS THE BOTTOM OF THIS PAGE)

4) Click “Download” you will unzip and upload these files to your site. Also copy the code. you will include it into pages that you want to use for link exchange.

5) Now unzip and upload folder with files to your site. Please make sure it is going to the root directory of your website.

6) Now open the page or pages of your site, that you want to use for link exchange and insert link exchange code that you have copied earlier into the place where you would like links to appear. You are done with modifying your site.

7) To add sites and pages to your control panel click “Add New Site” You will be taken to the form where you will enter your website details.

8) Please fill out the form,  selecting appropriate category for your site, URL, Description etc. Click “Add” when you are done filling out the form.

9) After you add your site you will see a message stating that site has been added you will also see site verification code that you must save into a file.  And a link “Click Here” for more details. Please go ahead click the link.

10) Open blank txt file and put verification code provided by the system, then and upload it to your site. Then “Click Here’ Under “Activate” tab. A new window will appear asking you for location and name of the file with the code file that you just uploaded.

11) After you have activated your site. You will need to add pages. Click on “Add Pages” and Click “Submit”

12) A list with pages will appear check mark “Link Window” next to a page or multiple pages you have added code to and click “Add Selected Pages”

Now you will see a list of pages that you have set up and ready to be used.

Congratulations. You are now ready to start making your future.

 

CONTINUES FOR SITE SET UP FOR NON-Wordpress Sites:

 

1. Download the files provided by TrafficFeed.com
2. Among downloaded files/folders you will see folder named trafficfeed_tools. You must place trafficfeed_tools in the root directory of your site.
3. Please add the following PHP code to the page(s) where you would like the links to appear. (all of the pages that you will add to the TrafficFeed.com, that will contain links – can be one or more)

 

For Link Window
                                         	 
    <?php 
    require_once($_SERVER['DOCUMENT_ROOT'].DIRECTORY_SEPARATOR.'trafficfeed_tools'.DIRECTORY_SEPARATOR . 'div_controller.class.php');
    $trafficFeedDiv = new div_controller();
    $trafficFeedDivHtml = $trafficFeedDiv->receiveDiv();
    echo $trafficFeedDivHtml;
    ?>

 

For Link Directory
                                         	 
    <?php 
    require_once($_SERVER['DOCUMENT_ROOT'] .DIRECTORY_SEPARATOR . 'trafficfeed_tools' .DIRECTORY_SEPARATOR . 'link_directory_controller.class.php');
    $linkDirectory = new link_directory_controller();
    $trafficFeedDirHtml = $linkDirectory->receiveDirectory();
    echo $trafficFeedDirHtml;
    ?>

 

Notice: If your site is not using PHP (i.e. index.php) but intead using html (i.e. index.html), please add the following at the top of your .htaccess file: AddHandler application/x-httpd-php5 .php If you don’t have .htaccess file please open a note pad click “File” —-> “Save As” and save blank page as .htaccess then transfer it to the root directory of your site.

Leave a Reply

You must be logged in to post a comment.