• vv

    (@varunvagish)


    I have placed the amazon widget in the sidebar of my blog – https://www.touristhelpline.com. Presently it is linked only with Indian store of Amazon.

    I want the readers from other countries using this widget should be forwarded to their local store. Is is possible to do with this plugin ? Please guide me the process.

Viewing 2 replies - 1 through 2 (of 2 total)
  • say_hello

    (@say_hello)

    hello dear varun

    i run this plugin on several sites – and i am very happy!

    i am not sure 100% if it does what you are aiming. but paul the developer is back again

    his page is up and running – after a time of being down

    see:
    https://houseindorset.co.uk/plugins/amazon-link/

    see the page for more infos

    Paul wants to do some maintenance releases in the next few weeks

    Plugin Author paulstuttard

    (@paulstuttard)

    Hi Varun,

    I think I can provide support for that widget (for limited locales – I could not get it to work for italy).

    The hardest part is signing up for all the locales and getting Amazon Advertising API activated on all locales.

    See here for a summary: https://houseindorset.co.uk/plugins/amazon-link/getting-started/

    Once the plugin is installed, each admin page has a Help tab at the top, if you get stuck.

    To create your widget you need to create an appropriate template I used this to test the search widget:

    
    <script charset="utf-8" type="text/javascript">
    amzn_assoc_ad_type = "responsive_search_widget";
    amzn_assoc_tracking_id = "%TAG%";
    amzn_assoc_marketplace = "amazon";
    amzn_assoc_region = "%MPLACE%";
    amzn_assoc_placement = "";
    amzn_assoc_search_type = "search_widget";
    amzn_assoc_width = "auto";
    amzn_assoc_height = "auto";
    amzn_assoc_default_search_category = "";
    amzn_assoc_default_search_key = "";
    amzn_assoc_theme = "light";
    amzn_assoc_bg_color = "FFFFFF";
    </script>
    <script src="//z-%REGION%.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1&MarketPlace=%MPLACE%"></script>
    

    Note the use of %REGION% and %MPLACE% these are filled in by the plugin depending upon the locale.

    Cheers,

    Paul

    • This reply was modified 8 years ago by paulstuttard. Reason: update tags
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does it work with amazon widget ?’ is closed to new replies.