Skip to content

Instantly share code, notes, and snippets.

@veroborges
Created August 1, 2013 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veroborges/6136020 to your computer and use it in GitHub Desktop.
Save veroborges/6136020 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://yiftee.com/yiftee_api.js"></script>
<!-- call yiftee api with parameters-->
<script type="text/javascript">
sendGift({
api_token: "9eb346a265092b53zgh4bcd238708fd63",
sender_name : "Greg",
recipient_name : "Aldo",
recipient_email : "aldo@yiftee.com",
recipient_phone : "6505644438",
message: "A little something to brighten up your day!"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment