Documentation
Search
K

SEOShop

Adding Fanplayr to your SEOShop store is very simple. Just create a Fanplayr account, and then add our script to your site. In this tutorial we will assume you have already signed up for Fanplayr.

Your Fanplayr Account Key

  1. 1.
    Sign into your Fanplayr account
  2. 3.
    At the bottom of your page you will find your account key.

Add The Script To Your Site

  1. 1.
    Sign into your SEOShop BackOffice.
  2. 2.
    Go to the Instellingen menu.
  3. 3.
  4. 4.
    Add the script below, and save.

The Script

Note you must replace ACCOUNT_KEY and DOMAIN with your own details. The domain is your domain, excluding subdomains. For example, use "mystore.com" and not "www.mystore.com".
<script>
(function(w) {
var fp = w.fanplayr = w.fanplayr || {};
var fpc = fp.custom = fp.custom || {};
fpc.accountKey = 'ACCOUNT_KEY';
fpc.domain = 'DOMAIN';
}(window));
</script>
<script src="https://cdn.fanplayr.com/customers/seoshop/adaptor/adaptor.js"></script>