Insta!Website Services

Insta!Login

Signup For Beta Test

Currently, purchasing options are not available while we conduct a closed beta test.  If you’re interested in participating in the beta test, feel free to request it by opening a request at the helpdesk, here.

What is it?

 

Insta!Login is a feature that will allow your website visitors to securely store their username and password for your website on their computer and enable single-click logon to your website.  This eliminates a user’s need to remember their username and password every time they visit your website.

Unlike other commercial software, like RoboForm, Insta!Login is fully web-integrated and appears to your users to be a built-in part of your website.

 

How much does it cost?

 

Insta!Login is free to use with no hidden strings attached.  However, we recommend that you purchase a license from us before using the service.  By doing so, we can enable additional security features in the Insta!Login software that users see, such as the solid green “Licensed” background color and the “Site verified” padlock.   Registration costs $40 one-time per fully qualified domain + port, and supports only a single  login URL per license.

 

1Licensed Login Widget

 

2Unlicensed login widget

How Do I Install It?

Installation of Insta!Login is quick and easy, and takes 3 simple steps.

1)      Create a file crossdomain.xml in your website’s root directory.  The file should contain the following lines:

<?xml version="1.0" encoding="UTF-8" ?>

<cross-domain-policy>

                <site-control permitted-cross-domain-policies="master-only" />

                <allow-access-from domain="*.thetrafficoptimizer.com" />

</cross-domain-policy>

2)      Create a file instasite.xml in your website’s root directory, as follows:

<?xml version="1.0" encoding="utf-8"?>

<insta:websiteIdentifier xmlns:insta="http://www.thetrafficoptimizer.com/insta/2009/">

    <!-- Website Name -->

    <insta:siteName>Your Website Name</insta:siteName>

    <!-- Website Logo - Should Be 88x31 "Micro bar" size-->

    <insta:siteLogo>http://www.yourwebsite.com/path/to/logo.jpg</insta:siteLogo>

    <!-- Login URL template -->

    <insta:loginURL username="username" password="passwork">http://www.yourwebsite.com/login.php?user=username&amp;pawd=passwork</insta:loginURL>

    <!-- License hash -->

    <insta:secureHash>iG89BoIKrVQfqzxSXh+FCKSA6Zg=</insta:secureHash>

</insta:websiteIdentifier>

The following should be substituted in the file:

 

siteName: Enter the friendly name of your website here

siteLogo: Enter the URL to a “Microbar” sized logo of your website here

loginURL: The URL to your login page.  The values in the “username” and “password” XML attributes will be replaced with the real username and password when the URL is parsed.

secureHash: If you purchase a license, enter your license here.

 

3)      Add the following code to your HTML page:

The following 2 lines should be placed in the <HEAD> section of your webpage:

<link rel="stylesheet" type="text/css" href="http://app.thetrafficoptimizer.com/insta/insta.css" />

<script type="text/javascript" src="http://app.thetrafficoptimizer.com/insta/insta.js" ></script>

The following line should be placed in the <BODY> section of your webpage and positioned where you want the Insta!Login widget to appear.  The size of the widget will be exactly 75 pixels (height) x 140 pixels (width).

<div id="instalogin">You must have JavaScript enabled in your browser to view this content</div>

 

Alternatively, you can purchase installation service for an additional $25.  You must provide us with your FTP username and password, and we will create the 2 XML files for you and add the HTML to your webpage.  The installation fee DOES NOT cover design services, including, but not limited to, asthetic placement of the login widget.  However, you can move the widget on your own after it’s installed by allowing your web designer to move the line

<div id="instalogin">You must have JavaScript enabled in your browser to view this content</div>