Author Topic: Planned implementations  (Read 2090 times)

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Planned implementations
« on: February 15, 2008, 02:31:56 PM »
For future release the following features are planned to be implemented:

General
    Internationalization of the plug-in.
    Use of worldwide amazon sites, like jp, uk.

Wish list Widget
    Multiple widgets.
    Ability to search Amazon for the wish list ID.

Added functionality
    Add Amazon pictures in posts.

This isn't a roadmap, I don't really know what I will work on first.
Peter van der Does
AVH Plugins developer

Anonymous

  • Guest
Re: Planned implementations
« Reply #1 on: August 22, 2008, 09:55:49 AM »
I was going to suggest adding a shortcode for inserting wishlist links into posts and pages.

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Re: Planned implementations
« Reply #2 on: August 22, 2008, 11:34:02 AM »
Quote from: "Dougal"
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  :D

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.
Peter van der Does
AVH Plugins developer