Ticker

Search Now:

Flexible Ticker Widget – Grab the impulse opportunity with this ‘ticker widget’ that cycles through the best numbers we have available each day. The presentation size and orientation varies allowing you to fit the widget into the appropriate space on your web page. As soon as a number is clicked on, the customer gets routed to the services options page to select their territory and begin the check-out process. It can’t get any easier. Try it out. The best numbers available will come streaming by – enticing your customer to take a look.

 

Regular Ticker (Download Instructions)

 

Vertical Ticker

(Download Instructions)

Numbers available now

Horizontal Ticker

(Download Instructions)

 

Become a Custom Toll Free Affiliate – Sign up now!

Regular Ticker Download Instructions

To install the widget in a webpage, three pieces of code appear – a script definition, a <div> element to contain the widget, and a script which loads the widget.

The following script definition should appear in the <head> section of the HTML document.

A <div> element, which will contain the widget must be defined, although it will have no content. The sizing is important for the correct display of the widget, and must be defined. In the code below, the style definition is given using inline CSS, although an external stylesheet may be used.

Further, the ID of the <div> element must be given exactly as shown. The Javascript function which loads the content of the widget will look for an element with a specific ID.

For the TFN Results Widget:

  • width: 250px
  • height: 125px
  • id: ctf_widget_ticker

Example:

Finally, the function get_ticker_widget(), defined in the file widget.js included in the <head> section, must be executed. Executing this function loads the content into the widget's <div> element.

The function get_ticker_widget takes one argument:

get_ticker_widget("trackcode")

Where:

  • trackcode: is your unique Custom Toll Free Affiliate tracking code

For example, if your tracking code is partner123, include the following script after the <div> element in your HTML document:

Vertical Ticker Download Instructions

To install the widget in a webpage, three pieces of code appear – a script definition, a <div> element to contain the widget, and a script which loads the widget.

The following script definition should appear in the <head> section of the HTML document.

A <div> element, which will contain the widget must be defined, although it will have no content. The sizing is important for the correct display of the widget, and must be defined. In the code below, the style definition is given using inline CSS, although an external stylesheet may be used.

Further, the ID of the <div> element must be given exactly as shown. The Javascript function which loads the content of the widget will look for an element with a specific ID.

For the TFN Results Widget:

  • width: 120px
  • height: 600px
  • id: ctf_widget_vert_ticker

Example:

Finally, the function get_vert_ticker_widget(), defined in the file widget.js included in the <head> section, must be executed. Executing this function loads the content into the widget's <div> element.

The function get_ticker_widget takes one argument:

get_vert_ticker_widget("trackcode")

Where:

  • trackcode: is your unique Custom Toll Free Affiliate tracking code

For example, if your tracking code is partner123, include the following script after the <div> element in your HTML document:

Horizontal Ticker Download Instructions

To install the widget in a webpage, three pieces of code appear – a script definition, a <div> element to contain the widget, and a script which loads the widget.

The following script definition should appear in the <head> section of the HTML document.

A <div> element, which will contain the widget must be defined, although it will have no content. The sizing is important for the correct display of the widget, and must be defined. In the code below, the style definition is given using inline CSS, although an external stylesheet may be used.

Further, the ID of the <div> element must be given exactly as shown. The Javascript function which loads the content of the widget will look for an element with a specific ID.

For the TFN Results Widget:

  • width: 468px
  • height: 60px
  • id: ctf_widget_horiz_ticker

Example:

Finally, the function get_horiz_ticker_widget(), defined in the file widget.js included in the <head> section, must be executed. Executing this function loads the content into the widget's <div> element.

The function get_ticker_widget takes one argument:

get_horiz_ticker_widget("trackcode")

Where:

  • trackcode: is your unique Custom Toll Free Affiliate tracking code

For example, if your tracking code is partner123, include the following script after the <div> element in your HTML document: