<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Additional Social Plugins on Blog Tab</title>
		<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab</link>
		<description>Support Forum - Topic: Additional Social Plugins on Blog Tab</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 13:04:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/additional-social-plugins-on-blog-tab" rel="self" type="application/rss+xml" />

		<item>
			<title>thomasfrank09 on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-23031</link>
			<pubDate>Mon, 18 Jul 2011 19:44:17 +0000</pubDate>
			<dc:creator>thomasfrank09</dc:creator>
			<guid isPermaLink="false">23031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used to have the Facebook and Buffer buttons in my date box (I've since removed them) - it's actually pretty easy to implement. You just need to add code to mainpage, single, category, and page.php. Look for this code in each file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;date_container&#38;quot;&#38;gt;
   				&#38;lt;span class=&#38;#39;day&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;year&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;?php if($k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;) { ?&#38;gt;
   				 &#38;lt;div class=&#38;quot;tweetmeme&#38;quot;&#38;gt;
					&#38;lt;!--  &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
						tweetmeme_source = &#38;#39;&#38;lt;?php echo $k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;]; ?&#38;gt;&#38;#39;;
						tweetmeme_url = &#38;#39;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;#39;;
 					&#38;lt;/script&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://tweetmeme.com/i/scripts/button.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt; --&#38;gt;

                                        &#38;lt;a href=&#38;quot;http://twitter.com/share&#38;quot;&#38;gt;&#38;quot; data-url=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot; data-count=&#38;quot;vertical&#38;quot; data-via=&#38;quot;CollegeInfoGeek&#38;quot; data-related=&#38;quot;thomasfrank09:Blog founder!&#38;quot;&#38;gt;Tweet&#38;lt;/a&#38;gt;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://platform.twitter.com/widgets.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt; 

				&#38;lt;/div&#38;gt;
				&#38;lt;?php } ?&#38;gt;

   				&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In that code, you can see that I've disabled TweetMeme and implemented the regular Twitter button (this is because TweetMeme is TERRIBLE at keeping accurate tweet counts). Just add the code for a like button or a +1 button there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laurahsharp on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-22873</link>
			<pubDate>Fri, 15 Jul 2011 19:12:37 +0000</pubDate>
			<dc:creator>laurahsharp</dc:creator>
			<guid isPermaLink="false">22873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to do the same thing as doodull. I went to the link that you provided and downloaded the plug-in. I also activated the plug-in, but i am unsure what code goes in the section listed above. &#60;/p&#62;
&#60;p&#62;I was also wondering if you know of some kind of tumbler share plug-in - one like facebook!&#60;/p&#62;
&#60;p&#62;thank you and hope you are having a wonderful day!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-20863</link>
			<pubDate>Sat, 11 Jun 2011 12:59:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20863@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Implementing social services can be a pain and time intensive so I can only give a hint - in single.php and in index.php you'll find following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add your code before it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doodull on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-20828</link>
			<pubDate>Fri, 10 Jun 2011 13:54:50 +0000</pubDate>
			<dc:creator>doodull</dc:creator>
			<guid isPermaLink="false">20828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know there are plenty of social plugins we can install, but we want them to appear under the Tweet button on the tab which is part of the Habitat template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-20798</link>
			<pubDate>Fri, 10 Jun 2011 05:38:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can try plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/digg-digg/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/digg-digg/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>doodull on "Additional Social Plugins on Blog Tab"</title>
			<link>http://www.kriesi.at/support/topic/additional-social-plugins-on-blog-tab#post-20757</link>
			<pubDate>Thu, 09 Jun 2011 15:01:14 +0000</pubDate>
			<dc:creator>doodull</dc:creator>
			<guid isPermaLink="false">20757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I really like where the Tweet button is located on the Habitat theme, but when ever installing any modules such as facebook Like or the new Google +1 button generally they are in the post at the top or bottom.&#60;/p&#62;
&#60;p&#62;How and where can I insert the above functions onto the side tab of the blogs? (I don't mind adding manual code)&#60;/p&#62;
&#60;p&#62;Any help would be fantastic!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
