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.
- 1.Sign into your Fanplayr account
- 2.
- 3.At the bottom of your page you will find your account key.
- 1.Sign into your SEOShop BackOffice.
- 2.
- 3.
- 4.Add the script below, and save.
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>
Last modified 3yr ago