Last active
July 28, 2016 10:25
-
-
Save oarashi/ff577621e633514a08f2226b30d6817f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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