<?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: How to change the date and tweet button?</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-the-date-and-tweet-button</link>
		<description>Support Forum - Topic: How to change the date and tweet button?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:52:44 +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/how-to-change-the-date-and-tweet-button" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to change the date and tweet button?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-date-and-tweet-button#post-23374</link>
			<pubDate>Sun, 24 Jul 2011 08:29:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23374@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'm not sure how to implement the social services but you can place the code in single.php. Please search for:&#60;br /&#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;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;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;The first three spans:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;build the date. The code under it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#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;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;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;builds the social icons.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to change the date and tweet button?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-date-and-tweet-button#post-23351</link>
			<pubDate>Sat, 23 Jul 2011 18:52:50 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">23351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I want to change the date and the tweet button in the side of the post with three simple buttons for Facebook, Twitter and Google Plus or to add a like, a follow and a +1 button for each post! How can i do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
