Skip to content

Instantly share code, notes, and snippets.

@oarashi
Last active July 28, 2016 10:25
Show Gist options
  • Save oarashi/ff577621e633514a08f2226b30d6817f to your computer and use it in GitHub Desktop.
Save oarashi/ff577621e633514a08f2226b30d6817f to your computer and use it in GitHub Desktop.
<script src="//d2jjzw81hqbuqv.cloudfront.net/integration/clients/blink.min.js"></script>
<script>
window._talkableq = window._talkableq || [];
_talkableq.push(['authenticate_customer', {
email: '<?php echo $current_user->user_email; ?>',
first_name: '<?php $current_user->user_firstname; ?>',
last_name: '<?php $current_user->user_lastname; ?>'
}]);
window._talkableq.push(['register_affiliate', {campaign_template: 'popup-trigger'}]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment