Created
August 29, 2012 22:22
-
-
Save rtekie/3519674 to your computer and use it in GitHub Desktop.
LoyaltyPlus Member Page with Janrain Backplane integration
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="https://d3aa0ztdn3oibi.cloudfront.net/javascripts/ff.loyalty.widget.js" type="text/javascript"></script> | |
<iframe id="ff_member_iframe" style="width:760px;height:1045px;border:0" frameBorder="0"></iframe> | |
<script type="text/javascript"> | |
_ffLoyalty.initialize( "YOUR_ACCOUNT_ID" ); | |
_ffLoyalty.initializeBackplane("500friends"); | |
_ffLoyalty.loadBackplaneIframe({ email: 'CUSTOMER_EMAIL', auto_resize: true }); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment