I was going to suggest adding a shortcode for inserting wishlist links into posts and pages.
What do you exactly mean with "wishlist links"?
Is it:
- A random item from the wishlist
- A predefined item from the wishlist
- A text link to your wishlist page
- If it's an Item is it text or a picture
- All of the above
I could see the following shortcode:
[avhamazon id="WishList ID" req="List"] - Text link to the Wishlist page, the text would be the name of your Wish List as defined on Amazon.
[avhamazon id="WishList ID" req="Item"] - Text link to a random item, text would be the name of the item as defined by Amazon.
[avhamazon id="WishList ID" req="Item" opt="P" ] - Picture link to a random item, text would be the name of the item as defined by Amazon.
[avhamazon id="WishList ID" req="Item" asin="ASIN Number"] - Text link to the item with the given ASIN Number.
[avhamazon id="WishList ID" req="Item" asin="ASIN Number" opt="P" ] - Picture link to the item with the given ASIN Number.
If id is not given the default WishList from the options will be used.