Number Results - This unique form widget will present the results of a keyword search look-up in a predetermined space (box) allowing partners to develop unique applications that compliment directory, ecommerce and information web sites.
|
|
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:
Example:
Finally, the function get_ctf_vanities_by_domain(), 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_ctf_vanities_by_domain takes two arguments:
get_ctf_vanities_by_domain("trackcode", "search_term")
Where:
For example, if your tracking code is partner123, and you want to display toll-free numbers with the word coffee, include the following script after the <div> element in your HTML document: