Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created April 10, 2012 00:37
Show Gist options
  • Select an option

  • Save rtekie/2347624 to your computer and use it in GitHub Desktop.

Select an option

Save rtekie/2347624 to your computer and use it in GitHub Desktop.
LoyaltyPlus share a product
<script type="text/javascript" charset="utf-8">
try{
var ffImageUrl = "IMAGE URL GOES HERE";
var ffProductName = "PRODUCT NAME GOES HERE";
var ffProductDescription = "PRODUCT DESCRIPTION GOES HERE";
var ffMessage = "This is my style: " + ffProductName + " on YOUR WEBSITE GOES HERE";
}catch(ex){
}
</script>
<script type="text/javascript">_ffLoyalty.displayWidget(YOUR_WIDGET_ID, {message: ffMessage, url: document.location.href, image_url: ffImageUrl, title : ffProductName, description : ffProductDescription)});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment