<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bartman.co.uk &#187; Ebay</title>
	<atom:link href="http://bartman.co.uk/tag/all-things-ebay-including-the-ebay-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://bartman.co.uk</link>
	<description>Blogging eBay, prestashop and ecommerce soloutions</description>
	<lastBuildDate>Thu, 01 Sep 2011 23:30:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Socialbookmarking for ebay</title>
		<link>http://bartman.co.uk/2010/03/socialbookmarking-for-ebay/</link>
		<comments>http://bartman.co.uk/2010/03/socialbookmarking-for-ebay/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:37:13 +0000</pubDate>
		<dc:creator>chris barton</dc:creator>
				<category><![CDATA[Ebay]]></category>
		<category><![CDATA[bookmarks]]></category>

		<guid isPermaLink="false">http://bartman.co.uk/2010/03/socialbookmarking-for-ebay/</guid>
		<description><![CDATA[Proof of concept]]></description>
			<content:encoded><![CDATA[<p>Proof of concept</p>
]]></content:encoded>
			<wfw:commentRss>http://bartman.co.uk/2010/03/socialbookmarking-for-ebay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom buttons on your ebay templates</title>
		<link>http://bartman.co.uk/2009/12/hello-world/</link>
		<comments>http://bartman.co.uk/2009/12/hello-world/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 16:50:24 +0000</pubDate>
		<dc:creator>chris barton</dc:creator>
				<category><![CDATA[Ebay]]></category>
		<category><![CDATA[ebay api]]></category>
		<category><![CDATA[ebay templates]]></category>
		<category><![CDATA[listing templates]]></category>

		<guid isPermaLink="false">http://bartman.co.uk/?p=1</guid>
		<description><![CDATA[Want to use custom buttons on your listing template, such as watch this item and mail a friend, Well the main problem doing is that both these links require the ebay item number, Of course this is not available to you when you are listing the item, but I have a found a quick fix [...]]]></description>
			<content:encoded><![CDATA[<p>Want to use custom buttons on your listing template, such as watch this item and mail a friend, Well the main problem doing is that both these links require the ebay item number,</p>
<p>Of course this is not available to you when you are listing the item, but I have a found a quick fix for this.</p>
<p>While looking at the source code of a ebay listing, I noticed that the ebay had defined the varible ebayItemID</p>
<p>So with a bit of javascript you can now duplicate the functionality of the ebay share and ask a question links, in a matter of fact eBay have made it even easier as there is a varible definde ebayAskSellerURL that is the complete url to the ask a seller a question feature</p>
<p>for example</p>
<pre><code>document.write("&lt;a href=""+ ebayAskSellerURL+""&gt;Question&lt;/a&gt;");</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bartman.co.uk/2009/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

