Thursday, 28 August 2008

Have a Rep Contact Me!

Want us to contact you?

First Name:
Last Name:
Company:
Phone:
Email:

Login Form






Lost Password?
No account yet? Register

Syndicate

Who's Online

Snap Preview Anywhere PDF Print E-mail
Snap Preview Anywhere (SPA) provides high quality link previews for site owners to add an informative and sticky experience for their users.

For example hover this link: Joomla.org

For each link that you do want the preview popup for, add a class="snap_preview".

For example:
<a class="snap_preview" href="http://www.example.com">www.example.com</a>

SPA is comfortable implemented in this template. It can be easily turned on/off in the template configuration.
/*** template parameters ***/
$template_parameters = array(
	"snap" => true        /* true | false */
);


For using SPA you only have to get a SPA key here. The whole SPA configuration can be set in php.
/**
* SPA parameters
*
* Snap Preview Anywhere FAQ
* http://www.snap.com/about/spa_faq.php
*
*/

$this->ap = "0";
$this->snapKey = "";
$this->sb = "0";
$this->th = "asphalt";
$this->si = "0";
$this->link_icon = "on";
$this->preview_trigger = "both";
$this->domain = "";