Created
December 10, 2013 06:40
-
-
Save drifterz28/7886616 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