The Technical Stuff

From Support

Jump to: navigation, search

In order to put Squares on your Site, and be eligible to earn money from them, you must do 2 things:

  • The GSTC has been put between the <head></head> tags of your site and is actively receiving data.
  • The Squares function, square() has been placed on at least one page of your Site.


The GSTC is a snippet of JavaScript code which powers the Squares system. It sends statistics about your Site's traffic to our servers which are processed to calculate your Site's Reputation. It also allows you to place Squares on on your site.

How do I put Squares on my site?

You don't need to be an expert coder, all you need to do is use the square() function which is built into the GSTC:

  • Select a suitable place for your Square(s) to go. A popular place to put them is vertically down a sidebar or column on your webpage.
  • When you have found a suitable position, place the following code there:

<script type="text/javascript"> square(rows, cols); </script>

  • Replace the words rows and cols with the number of rows and columns of Squares you want in that position.
  • Remember, Squares are 140x140 pixels so there must be enough room in the space you selected for the number of rows and columns of Squares you have chosen to place.
Personal tools