<?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 &#124; ThemeFuse &#187; Topic: Adding Social Media Buttons and Twitter widget</title>
		<link>http://themefuse.com/forum/lifestyle-wp/adding-social-media-buttons-and-twitter-widget</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 17:00:10 +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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/adding-social-media-buttons-and-twitter-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Max on "Adding Social Media Buttons and Twitter widget"</title>
			<link>http://themefuse.com/forum/lifestyle-wp/adding-social-media-buttons-and-twitter-widget#post-49222</link>
			<pubDate>Sun, 20 May 2012 23:12:24 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">49222@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
you can add this code in a text widget in your sidebar:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;script src=&#38;quot;&#60;a href=&#34;http://widgets.twimg.com/j/2/widget.js&#38;quot;&#38;gt;&#38;lt;/script&#38;#038;gt&#34; rel=&#34;nofollow&#34;&#62;http://widgets.twimg.com/j/2/widget.js&#38;quot;&#38;gt;&#38;lt;/script&#38;#038;gt&#60;/a&#62;;
&#38;lt;script&#38;gt;
new TWTR.Widget({
  version: 2,
  type: &#38;#039;profile&#38;#039;,
  rpp: 5,
  interval: 6000,
  title: &#38;#039;@USERNAME HERE&#38;#039;,
  subject: &#38;#039;SUBJECT HERE&#38;#039;,
  width: 280,
  height: 300,
  theme: {
    shell: {
      background: &#38;#039;#e7661c&#38;#039;,
      color: &#38;#039;#ffffff&#38;#039;
    },
    tweets: {
      background: &#38;#039;#ffffff&#38;#039;,
      color: &#38;#039;#444444&#38;#039;,
      links: &#38;#039;#e7661c&#38;#039;
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: &#38;#039;all&#38;#039;
  }
}).render().setUser(&#38;#039;USERNAME HERE&#38;#039;).start();
&#38;lt;/script&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Nilay on "Adding Social Media Buttons and Twitter widget"</title>
			<link>http://themefuse.com/forum/lifestyle-wp/adding-social-media-buttons-and-twitter-widget#post-49211</link>
			<pubDate>Sun, 20 May 2012 21:25:03 +0000</pubDate>
			<dc:creator>Nilay</dc:creator>
			<guid isPermaLink="false">49211@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thanks Max,&#60;/p&#62;
&#60;p&#62;May you suggest any plugin for the twitter widget?&#60;/p&#62;
&#60;p&#62;Nilay
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Adding Social Media Buttons and Twitter widget"</title>
			<link>http://themefuse.com/forum/lifestyle-wp/adding-social-media-buttons-and-twitter-widget#post-49203</link>
			<pubDate>Sun, 20 May 2012 20:23:12 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">49203@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;strong&#62;I want to add social media buttons under the headlines of each post.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;you need to make changes in three files:&#60;/p&#62;
&#60;p&#62;- template-blog.php,&#60;br /&#62;
- single.php,&#60;br /&#62;
- blog.php (library\tfuse_mods\templates_cat)&#60;/p&#62;
&#60;p&#62;Add button codes after this one:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;p class=&#38;quot;icon_cat&#38;quot; &#38;lt;?php if ($catColor!=&#38;#039;&#38;#039;) { ?&#38;gt; style=&#38;quot;color:&#38;lt;?php echo $catColor; ?&#38;gt;&#38;quot; &#38;lt;?php } ?&#38;gt;&#38;gt;
						&#38;lt;span class=&#38;quot;categ_color_p&#38;quot;&#38;gt;
							&#38;lt;span class=&#38;quot;align_catg&#38;quot;&#38;gt;&#38;lt;?php echo $category[0]-&#38;gt;cat_name; ?&#38;gt;&#38;lt;/span&#38;gt;
								&#38;lt;?php if (get_option(PREFIX . &#38;#039;_cat_icon_&#38;#039; . $category[0]-&#38;gt;term_id)!=&#38;#039;&#38;#039;) {?&#38;gt; 
								&#38;lt;img src=&#38;quot;&#38;lt;?php echo get_option(PREFIX . &#38;#039;_cat_icon_&#38;#039; . $category[0]-&#38;gt;term_id); ?&#38;gt;&#38;quot;  alt=&#38;quot;&#38;lt;?php echo $category[0]-&#38;gt;cat_name; ?&#38;gt;&#38;quot; /&#38;gt;
								&#38;lt;?php  }?&#38;gt;
						&#38;lt;/span&#38;gt; 
					&#38;lt;/p&#38;gt; 
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
You can use there &#60;a href=&#34;http://wordpress.org/extend/plugins/share-this/&#34; rel=&#34;nofollow&#34;&#62;Share this&#60;/a&#62; wordpress plugin as this one have an option to add buttons manually.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;And secondly, I want to add twitter widget. How can it be created?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;You can use a plugin for this as the theme doesn't have a twitter widget.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Nilay on "Adding Social Media Buttons and Twitter widget"</title>
			<link>http://themefuse.com/forum/lifestyle-wp/adding-social-media-buttons-and-twitter-widget#post-49165</link>
			<pubDate>Sun, 20 May 2012 11:36:27 +0000</pubDate>
			<dc:creator>Nilay</dc:creator>
			<guid isPermaLink="false">49165@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to add social media buttons under the headlines of each post.&#60;br /&#62;
Now my posts are already seen without admin and date information.&#60;br /&#62;
So, it looks like in the first pic.&#60;/p&#62;
&#60;p&#62;I want to add those buttons to the empty area on the left.&#60;br /&#62;
In the second picture you can clearly see the way that I want to see them. For now, facebook and twitter buttons are enough for my page.&#60;/p&#62;
&#60;p&#62;And secondly, I want to add twitter widget. How can it be created? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nilay&#60;/p&#62;
&#60;p&#62; [attachment=49165,4087] [attachment=49165,4088]
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
