Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{
    page: page,
	q: terms,
	title:title,
    url:url,
    scope: scope,
    follow: false
}

The callback also receives the parameter lang, user, session and the other params sent in options.

NOTE: The values for scope and options parameters will be provided by the EmpathyBroker Team.

...

Code Block
languagejs
{
    page: page,
	q: terms,
	title:title,
    url:url,
    scope: scope,
    follow: false
}

The callback also receives the parameter lang, user, session and the other params sent in options.

NOTE: The values for scope and options parameters will be provided by the EmpathyBroker Team.

Code samples

Code Block
languagexml
    <a href="http://MY_PRODUCT_URL.com" title="My product title" class="myLink">My Test Link</a>
   
<a href="http://MY_PRODUCT_URL_2.com" title="Other product title" class="myLink2">Other test link</a>

...