Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created August 29, 2012 22:22
Show Gist options
  • Save rtekie/3519674 to your computer and use it in GitHub Desktop.
Save rtekie/3519674 to your computer and use it in GitHub Desktop.
LoyaltyPlus Member Page with Janrain Backplane integration
<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