-
-
Save MTco/64d95925d6c9495d932f2eacc59d4bd9 to your computer and use it in GitHub Desktop.
Universal "Add to Amazon Wish List"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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