Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <script src="//d2jjzw81hqbuqv.cloudfront.net/integration/clients/blink.min.js"></script>
  2.  
  3. <script>
  4. window._talkableq = window._talkableq || [];
  5. _talkableq.push(['authenticate_customer', {
  6. email: '<?php echo $current_user->user_email; ?>',
  7. first_name: '<?php $current_user->user_firstname; ?>',
  8. last_name: '<?php $current_user->user_lastname; ?>'
  9. }]);
  10. window._talkableq.push(['register_affiliate', {campaign_template: 'popup-trigger'}]);
  11.  
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement