eBay to go, or similar

Currently reading:
eBay to go, or similar

Joined
Oct 22, 2007
Messages
1,773
Points
351
Location
Staffordshire
Looks like it would be nifty for auction threads - parse the eBay item number from a URL and add one of these widgets - lets you see the current price and time left :)

http://togo.ebay.com/

Or an equivalent as these always display in USD :confused: There are probably some other free Flash widgets that scrape info from eBay via their API.

Here's an example for a car I posted recently:

HTML:
<object width="355" height="300"><param name="movie" value="http://togo.ebay.com/togo/togo.swf?2008013100" /><param name="flashvars" value="base=http://togo.ebay.com/togo/&lang=en-uk&mode=normal&itemid=300688860419&query=300688860419" /><embed src="http://togo.ebay.com/togo/togo.swf?2008013100" type="application/x-shockwave-flash" width="355" height="300" flashvars="base=http://togo.ebay.com/togo/&lang=en-us&mode=normal&itemid=300688860419&query=300688860419"></embed></object>
And in case the HTML tags don't actually let you post HTML :doh:

http://dl.dropbox.com/u/12619096/ebay.html
 
Last edited:
This post contains affiliate links which may earn a commission at no additional cost to you.
Back
Top