Skip to content

Instantly share code, notes, and snippets.

@MTco
Forked from drifterz28/AddToWishList.html
Created October 2, 2018 22:08
Show Gist options
  • Save MTco/64d95925d6c9495d932f2eacc59d4bd9 to your computer and use it in GitHub Desktop.
Save MTco/64d95925d6c9495d932f2eacc59d4bd9 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