Skip to content

Instantly share code, notes, and snippets.

@gcman105
Last active September 5, 2016 09:46
Show Gist options
  • Save gcman105/51eb9361fde0cd6e8e19410783d5efbd to your computer and use it in GitHub Desktop.
Save gcman105/51eb9361fde0cd6e8e19410783d5efbd to your computer and use it in GitHub Desktop.
Add Amazon Quick Linker to your Blog
<a type=amzn >Harry Potter</a>
<!-- Links to Amazon.co.uk search results page for Harry Potter. -->
<a type=amzn search="Harry Potter">My favourite hero</a>
<!-- The link reads My favourite hero and points to a search results page for the phrase Harry Potter. -->
<a type=amzn search="Harry Potter" category="books">My favourite hero</a>
<!-- Links to a search results page for the phrase Harry Potter, but only in the Books category. -->
<!-- View a list of valid Amazon.co.uk category attributes -->
<a type=amzn asin="B000012345">I love this item</a>
<!-- The link reads I love this item and links directly to the specific Amazon product with Amazon id (ASIN) B000012345 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment