Quick Start

image description

4 steps to get friendly with Butterflive

This section describes the fastest way to install Butterflive and get on tracks. While you don't need any technical skills, you need to have access and rights on your web server.
Using one of our partners solution? Click your website's solution:
Drupal Magento Peel
Otherwise, follow the 4 steps below:

1 - Subscribe

Get your Butterflive Key
You need a unique security key to use Butterflive's features. We provide it to you at the end of the subscription process. Go on the subscription page to choose the plan which fits your needs and fill up the account form.
I can't find my Butterflive Key!
We sent it to you at the email address you filled in your account and which was used for validation. If you lost it, contact ou technical service (technical @ butterflive.com ).

2 - Install

Install tracking code
The tracking code initializes Butterflive on your website's pages. It's a small piece of JavaScript code in which you have to mention your Butterflive Key and the path to your Butterflive directory. Copy the following code on the pages you want to monitor, just before the closing BODY tag (</body>).
    <script type="text/javascript">
      bflOptions = {
        key: "Your Butterflive KEY",
        src: (("https:" == document.location.protocol) ? "https://secure" : "http://api") + ".butterflive.com/butterflive.js"
      };
 
      (function() {
        var btf = document.createElement('script'); btf.type = 'text/javascript'; btf.async = true;
        btf.src = bflOptions.src;
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(btf, s);
      })();
    </script>  
 
I use a Content Management System
Put the tracking code in your template file (footer.php in your Wordpress theme, or page.tpl.php in your Drupal theme).

3 - Configure

Give access
Only the domain names you chose can get access to Butterflive with your unique Key. Go on your account page and add your domain name. If you chose the PRO version, you can add as many domain names as you want and monitor all your websites in the same frame!
I can't add extra domain names!
You probably chose the FREE version, which is only valid for one website (this also excludes sub domains). If you want to upgrade to the PRO version, go to your account page.

Configure Lead Score
Lead Score can be configured for the PRO version on the account page. Use the sliders to tune the score according to your experience in your business area.
I don't know how to configure the score!
Don't worry, Lead Score is already configured to fit to most of the websites' needs. If you want to fine-tune Lead Score and specialize it for your market, contact us and we'll find the best solution together.

4 - Use it!

Download Butterflive Widget
If a Mac user, you need Adobe Air before doing anything. Once done, download Butterflive Widget and launch it. Butterflive will be available in the task bar of your desk. Right-click on the icon to open the Preferences page and fill in your credentials. Finally, double click on the icon and get started!