<?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>Internet Marketing Blog&#187; plusone</title>
	<atom:link href="https://modularinternetmarketing.com/tag/plusone/feed" rel="self" type="application/rss+xml" />
	<link>https://modularinternetmarketing.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Jul 2020 21:00:42 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.35</generator>
	<item>
		<title>How to add the +1 button to your site!</title>
		<link>https://modularinternetmarketing.com/815/how-to-add-the-1-button-to-your-site</link>
		<comments>https://modularinternetmarketing.com/815/how-to-add-the-1-button-to-your-site#comments</comments>
		<pubDate>Thu, 02 Jun 2011 09:47:36 +0000</pubDate>
		<dc:creator><![CDATA[Sara]]></dc:creator>
				<category><![CDATA[Online Marketing News]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[+1 button]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google +1]]></category>
		<category><![CDATA[google plus one]]></category>
		<category><![CDATA[google plusone]]></category>
		<category><![CDATA[how to add +1]]></category>
		<category><![CDATA[how to add plusone button]]></category>
		<category><![CDATA[plus one]]></category>
		<category><![CDATA[plusone]]></category>
		<category><![CDATA[plusone button]]></category>

		<guid isPermaLink="false">http://modularinternetmarketing.com/?p=815</guid>
		<description><![CDATA[Today I received an email from Google webmaster central letting me know the +1 button code is now available! You only need to add two lines of code to get the shiny new +1 button on your site. In the head tag, or just before the end of the body tag put this line of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Today I received an email from Google webmaster central letting me know the +1 button code is now available!</p>
<p>You only need to add two lines of code to get the shiny new +1 button on your site.</p>
<p>In the head tag, or just before the end of the body tag put this line of code in:</p>
<blockquote>
<pre>&lt;script type="text/javascript" src="http://apis.google.com/js/plusone.js"&gt;&lt;/script&gt;</pre>
</blockquote>
<p>Place this line of code on the page where you want the +1 button to appear:</p>
<blockquote>
<pre>&lt;g:plusone href="http://modularinternetmarketing.com/"&gt;&lt;/g:plusone&gt;</pre>
</blockquote>
<p>Place the site that you want to +1 in the href attribute.</p>
<p>In a wordpress site if you want each post to be +1&#8242;d page the code would be:</p>
<blockquote>
<pre>&lt;g:plusone href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;/g:plusone&gt;</pre>
</blockquote>
<table style="float: left;" border="1" cellspacing="0" cellpadding="1" width="320">
<tbody>
<tr>
<th>Size</th>
<th>Button With Count</th>
<th>Button Without Count</th>
</tr>
<tr>
<td>Small</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 24px; height: 15px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) 0px 0px no-repeat;">&nbsp;</p>
</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 55px; height: 15px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) -30px 0px no-repeat;">&nbsp;</p>
</td>
</tr>
<tr>
<td>Standard</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 32px; height: 20px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) 0px -16px no-repeat;">&nbsp;</p>
</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 75px; height: 20px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) -42px -16px no-repeat;">&nbsp;</p>
</td>
</tr>
<tr>
<td>Medium</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 38px; height: 24px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) 0px -37px no-repeat;">&nbsp;</p>
</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 75px; height: 24px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) -42px -37px no-repeat;">&nbsp;</p>
</td>
</tr>
<tr>
<td>Tall</td>
<td>
<p style="margin: 5px 0px 5px 5px; width: 50px; height: 60px; background: url(http://modularinternetmarketing.com/wp-content/uploads/2011/06/google-plusone-button-all-sizes.jpg) 0px -62px no-repeat;">&nbsp;</p>
</td>
<td>N/A</td>
</tr>
</tbody>
</table>
<div style="float: left; width: 290px; padding-left: 10px;">
<p>If you want to use a size other than the standard 24px high you need to add a size attribute, which can have one of 3 values: small (15px), medium (20px) and tall (65px).</p>
<p>To stop the count from displaying put count=&#8221;false&#8221; into the code. Note that this doesn&#8217;t work for the tall size button.
</p></div>
<p><br style="clear: both;" /></p>
]]></content:encoded>
			<wfw:commentRss>https://modularinternetmarketing.com/815/how-to-add-the-1-button-to-your-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
