Skip to content

Instantly share code, notes, and snippets.

@Valve
Last active February 25, 2019 23:23
Show Gist options
  • Save Valve/9b8591c55c083f797e60e3d962672648 to your computer and use it in GitHub Desktop.
Save Valve/9b8591c55c083f797e60e3d962672648 to your computer and use it in GitHub Desktop.
<script async src="https://yourdomain.fpjs.pro/fp.js"></script>
<script>
window.fpLayer = window.fpLayer || [];
function fp() { fpLayer.push(arguments); }
fp('config', 'client', 'client-id');
// if you want to send data
// automatically on page load
fp('config', 'autoSend', true);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment