<?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 - Tag: social sharing - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/social-sharing</link>
		<description>Support Forum - Tag: social sharing - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:58:45 +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/tags/social-sharing" rel="self" type="application/rss+xml" />

		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83181</link>
			<pubDate>Sat, 10 Nov 2012 06:50:34 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked out great!&#60;/p&#62;
&#60;p&#62;Thanks for all the help Devin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83134</link>
			<pubDate>Fri, 09 Nov 2012 19:29:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You'll need to edit the loop for that. Go to your theme files via ftp and open includes&#38;gt;loop-index.php and look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php 

						if(comments_open() &#124;&#124; get_comments_number())
						{
							echo &#38;quot;&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;&#38;quot;;
							comments_popup_link(&#38;quot; &#38;lt;span&#38;gt;0 &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;1 &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,
												&#38;quot; &#38;lt;span&#38;gt;% &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;,&#38;#39;comments-link&#38;#39;,
												__(&#38;#39;Comments Off&#38;#39;  ,&#38;#39;avia_framework&#38;#39;));
							echo &#38;quot;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;#39;text-sep comment-container-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;&#38;quot;;
						}

						echo &#38;#39;&#38;lt;div class=&#38;quot;like-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_facebook_like($id);
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;span class=&#38;quot;text-sep like-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;tweets-count minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo avia_retweet($id);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep tweets-count-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						$cats = get_the_category();
						if(!empty($cats))
						{
							// __(&#38;#39;posted in&#38;#39;,&#38;#39;avia_framework&#38;#39;)
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;;
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;#39;;
							// echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep cat-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
						}

						/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/

						?&#38;gt;

					&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace that whole block with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;

						&#38;lt;?php 

						$cats = get_the_category();
						if(!empty($cats))
						{
							// __(&#38;#39;posted in&#38;#39;,&#38;#39;avia_framework&#38;#39;)
							echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;;
							the_category(&#38;#39;, &#38;#39;);
							echo &#38;#39; &#38;lt;/span&#38;gt;&#38;#39;;
							// echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep cat-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
						}

						/*
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_author_posts_link();
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep author-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;

						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-permalink minor-meta&#38;quot;&#38;gt;&#38;#39;;
						echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;#permalink&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
						*/

						?&#38;gt;

					&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then save the file back onto your server so it overwrites the old one.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83124</link>
			<pubDate>Fri, 09 Nov 2012 19:06:24 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;That worked great for the white space. Is there a way to remove the mention of comments, reactions likes and tweets (and only have the &#34;in [tags]&#34; portion of the text be available beneath each post)? &#60;/p&#62;
&#60;p&#62;If not, is there a way I can remove all of it then? It just seems repetitive with our social sharing plugin.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83122</link>
			<pubDate>Fri, 09 Nov 2012 19:00:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm,&#60;/p&#62;
&#60;p&#62;It looks like the facebook iframe is getting a weird height on its iframe. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#Facebook_Counter iframe {
height: 32px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Removing White Space and Social Sharing Information"</title>
			<link>http://www.kriesi.at/support/topic/removing-white-space-and-social-sharing-information#post-83103</link>
			<pubDate>Fri, 09 Nov 2012 17:56:17 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">83103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've recently set up a blog page and for some reason, there is a large amount of white space below each post followed by:&#60;/p&#62;
&#60;p&#62;&#34;0 Comments and 0 Reactions/0 Likes/0 Tweets/&#34;&#60;/p&#62;
&#60;p&#62;How do I go about removing this large amount of white space and the information above? I've installed a social sharing plugin, so I don't need the information mentioned twice.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sharing"</title>
			<link>http://www.kriesi.at/support/topic/sharing#post-54930</link>
			<pubDate>Mon, 07 May 2012 05:25:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; As far as I know you already found out how to use your plugin on all pages except the frontpage? I'll close this thread now. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asiaconnell on "Sharing"</title>
			<link>http://www.kriesi.at/support/topic/sharing#post-54477</link>
			<pubDate>Thu, 03 May 2012 13:28:31 +0000</pubDate>
			<dc:creator>asiaconnell</dc:creator>
			<guid isPermaLink="false">54477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What plugin may I use for social sharing buttons ( as share this, for example) in post and page without they appear in frontage? In what way may I put them only in inner post/page and not in frontage?&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
