<?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>WP Tag Ads - eBay Wordpress Plugin &#187; Resources</title>
	<atom:link href="http://www.wptagads.com/category/resources/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wptagads.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Apr 2010 03:02:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting started with WP Tag Ads 2.0</title>
		<link>http://www.wptagads.com/getting-started-with-wp-tag-ads-2-0</link>
		<comments>http://www.wptagads.com/getting-started-with-wp-tag-ads-2-0#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:40:05 +0000</pubDate>
		<dc:creator>Jorge A. Gonzalez</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[download]]></category>

		<guid isPermaLink="false">http://www.wptagads.com/?p=173</guid>
		<description><![CDATA[Here is a quick start guide on how to put ads on your WordPress blog using WP Tag Ads 2.0.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick guide on how to put ads inside your WordPress blog using WP Tag Ads 2.0.</p>
<ol>
<li>First <a href="http://wordpress.org/extend/plugins/wp-tag-ads/" target="_blank">download WP Tag Ads</a> if you haven&#8217;t already.</li>
<li>Activate the plugin in your WordPress administration panel</li>
<li>Place ad code inside one of your templates</li>
</ol>
<p>Now that you have the plugin installed and activated, it&#8217;s ready to be used inside your blog.<br />
Look below for sample code, this code can be placed in any template file.</p>
<p>With WP Tad Ads 2.0 there are 4 ad sizes, we will add more in the future to fit more blogs. Click on the ad size link to view the code.</p>
<ol>
<li><a href="http://www.wptagads.com/125%c3%97125-ad-code">125×125</a></li>
<li><a href="http://www.wptagads.com/180%c3%97150-ad-code">180×150</a></li>
<li><a href="http://www.wptagads.com/468%c3%9760-ad-code">468×60</a></li>
<li><a href="http://www.wptagads.com/728%c3%9790-ad-code">728×90</a></li>
</ol>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/taNi8zszJlw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/taNi8zszJlw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<h3>Example</h3>
<p>In your theme files, open single.php and locate the following code.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Place the following code directly after.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;!--</span>
wptagads_ad_campaign <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&lt;?=get_option('wptagads');?&gt;&quot;</span><span style="color: #339933;">;</span>
wptagads_ad_width <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;728&quot;</span><span style="color: #339933;">;</span>
wptagads_ad_height <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;90&quot;</span><span style="color: #339933;">;</span>
wptagads_ad_keywords <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;&lt;?= wptagads_tags();?&gt;&quot;</span><span style="color: #339933;">;</span>
wptagads_color_border <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;3c3b38&quot;</span><span style="color: #339933;">;</span>
wptagads_color_bg <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;ffffff&quot;</span><span style="color: #339933;">;</span>
wptagads_color_heading <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;82806e&quot;</span><span style="color: #339933;">;</span>
wptagads_color_text <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;000000&quot;</span><span style="color: #339933;">;</span>
wptagads_color_link <span style="color: #339933;">=</span>  <span style="color: #3366CC;">&quot;ffffff&quot;</span><span style="color: #339933;">;</span> 
<span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.wptagads.com/core/ads.js&quot;&gt;&lt;/script&gt;</pre></div></div>

<p>This will add a 728&#215;90 banner ad to all you blog posts directly after the post content. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wptagads.com/getting-started-with-wp-tag-ads-2-0/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Video Tutorial &#8211; Setting up WP Tag Ads</title>
		<link>http://www.wptagads.com/video-tutorial-setting-up-wp-tag-ads</link>
		<comments>http://www.wptagads.com/video-tutorial-setting-up-wp-tag-ads#comments</comments>
		<pubDate>Tue, 03 Mar 2009 09:31:53 +0000</pubDate>
		<dc:creator>Jorge A. Gonzalez</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp tag ads]]></category>

		<guid isPermaLink="false">http://www.wptagads.com/?p=97</guid>
		<description><![CDATA[An easy to follow step by step video tutorial on how to get WP Tag Ads running on your WordPress blog in minutes. ]]></description>
			<content:encoded><![CDATA[<p>Here is an easy to follow video tutorial on how to get WP Tag Ads running on your WordPress blog.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/taNi8zszJlw&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/taNi8zszJlw&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wptagads.com/video-tutorial-setting-up-wp-tag-ads/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to create an eBay Campaign ID</title>
		<link>http://www.wptagads.com/how-to-create-an-ebay-campaign-id</link>
		<comments>http://www.wptagads.com/how-to-create-an-ebay-campaign-id#comments</comments>
		<pubDate>Fri, 06 Feb 2009 22:10:53 +0000</pubDate>
		<dc:creator>Jorge A. Gonzalez</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[create eBay Campaign]]></category>
		<category><![CDATA[ebay affiliate account]]></category>

		<guid isPermaLink="false">http://www.wptagads.com/?p=78</guid>
		<description><![CDATA[Setting up a eBay Campaign ID can be a challenge at first, here is a short tutorial on how to create a eBay Campaign ID.]]></description>
			<content:encoded><![CDATA[<p>Setting up a eBay Campaign ID can be a challenge at first, here is a short tutorial on how to create a eBay Campaign ID.</p>
<p>Creating a eBay Campaign ID is easy and only takes a few minutes.</p>
<p>First, you will need an affiliate account on eBay.</p>
<ul>
<li><a href="https://www.ebaypartnernetwork.com" target="_blank">Go here to create an account</a></li>
</ul>
<p>Once you have created an account and are logged in, click on the Campaigns tab.</p>
<p>You can create a campaign on this page, or simple <a href="https://publisher.ebaypartnernetwork.com/PublisherCampaignCreate" target="_blank">click here</a> to create a campaign.</p>
<p>Once you have created a campaign, you will be taken to the main campaign screen. This page lists out all your active campaigns and where you will find your campaign ids.</p>
<p>To the left of each campaign name is it’s campaign id.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wptagads.com/how-to-create-an-ebay-campaign-id/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
