Skip to content

Instantly share code, notes, and snippets.

@drifterz28
Created December 10, 2013 06:40
Show Gist options
  • Save drifterz28/7886616 to your computer and use it in GitHub Desktop.
Save drifterz28/7886616 to your computer and use it in GitHub Desktop.
Universal "Add to Amazon Wish List"
<div style="display: none;" id="AUWLBkURL.{ITEM_ID}">http://theurl.com</div>
<div style="display: none;" id="AUWLBkPrice.{ITEM_ID}">12.00</div>
<div style="display: none;" id="AUWLBkTitle.{ITEM_ID}">Test Item</div>
<div style="display: none;" id="AUWLBkImage.{ITEM_ID}">http://theimage.com/image.png</div>
<script
id="AddToAUWLButton.{ITEM_ID}"
language="JavaScript1.2"
type="text/javascript"
src="http://www.amazon.com/wishlist/bookmarklet/getbutton.js?name={ITEM_ID}&image=2">
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment