Hi, Does anyone know if this exists. I am looking for a wordpress plug-in or program that automatically posts products to your blog. For Example, say you have the keyword of Laptop...every hour or however you set it, it automatically posts an Amazon product related to your keyword. Does anyone know of this?
What do you want it to post?? A link? An image? A product review? If your'e just ripping off content already in amazon, you're unlikely to make any dosh. Nobody would visit the site off their own back, and Amazon would rank higher in the search engines for the same terms since you've copied their content!?
My dream tool would be a way of displaying geo-targetted ads so that the buyer ends up at their local amazon store... kindof like auctionads does with ebay. Hmm.. amazonads Brew
That's exactly what I've just done! Check out the blog posts here (3 in total): http://blogsformoney.com/post/Build...stem-in-Javascript-and-ASPNET-Conclusion.aspx I built a system where in any blog post I could wrap a term in a span, eg "buy my <span class="shop">Xbox 360</span>" and my javascript converts this to a hyperlink, and the server-side code sends them to either the UK or US Amazon (using the correct associate ID). The entire thing is very flexible with an XML file to configure all your URLs - it works for any urls, not just Amazon, so things like the recent tinyurl change for TLA would all be change in one place, you'd just do: Check out <span class="ad">Text Link Ads</span> Note the "ad" class shows "Click here for (innertext)" as a tooltip while the "shop" class would show "buy (innertext) from Amazon". I use it both on http://blogs.dantup.me.uk/ and http://blogsformoney.com/
I also looking for that But in nesr future, one programmer at my country will generate this kind of programe.. I am waiting to see it
Well, we're sort of doing something like that. We have you, the associate, mark up which parts of your site contain relevant information (often the tags carry a lot of important keywords..) and it remembers where these words appear and it automatically feeds it into Amazon to generate an image ad on the spot.. Lemme know if you want to know more. We're running a private beta of this if you want to try Paul Dapper.net