<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Tech XT - Group: Plugins Support Forum</title>
	<link>http://techxt.com/plugin-support-forum/?group=1</link>
	<description><![CDATA[The Tech Ataraxia]]></description>
	<generator>Simple:Press Version 5.2.6</generator>
	<atom:link href="http://techxt.com/plugin-support-forum/rss/?group=1" rel="self" type="application/rss+xml" />
        <item>
        	<title>Sudipto on Removing Counts</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/removing-counts/#p1148</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/removing-counts/#p1148</guid>
        	        	<description><![CDATA[<p>Well it has not yet been implemented in the plugin directly. But its simple to hide the counts using the below css. Just display small buttons and use the below CSS in custom css to hide the button count</p>
<p>&#160;</p>
<p>.s4twitter {<br />
     overflow: hidden !important;<br />
     width: 60px !important;<br />
 }<br />
 .s4fblike {<br />
     overflow: hidden !important;<br />
     width: 46px !important;<br />
 }<br />
 .s4plusone {<br />
     overflow: hidden !important;<br />
     width: 32px !important;<br />
 }<br />
 .s4linkedin {<br />
     height: 20px !important;<br />
     overflow: hidden !important;<br />
     width: 71px !important;<br />
 }</p>
]]></description>
        	        	<pubDate>Fri, 14 Jun 2013 09:45:54 +0000</pubDate>
        </item>
        <item>
        	<title>Don on Removing Counts</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/removing-counts/#p1147</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/removing-counts/#p1147</guid>
        	        	<description><![CDATA[<p>Has the ability to remove counts been fixed yet? i found a topic a year ago that it was going to be added with the next update, but I can't seem to remove them? Any word?</p>
]]></description>
        	        	<pubDate>Fri, 14 Jun 2013 07:27:48 +0000</pubDate>
        </item>
        <item>
        	<title>Sudipto on Facebook Like and facebook send missing in chrome</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/facebook-like-and-facebook-send-missing-in-chrome/#p1145</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/facebook-like-and-facebook-send-missing-in-chrome/#p1145</guid>
        	        	<description><![CDATA[<p>I tested your site on Chrome, Firefox and IE and all the buttons are loading absolutely fine in all 3 browsers. It must be cache issue with your browser so clear your browser cache and try again</p>
]]></description>
        	        	<pubDate>Thu, 13 Jun 2013 06:26:17 +0000</pubDate>
        </item>
        <item>
        	<title>Todd Schafer on Facebook Like and facebook send missing in chrome</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/facebook-like-and-facebook-send-missing-in-chrome/#p1144</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/facebook-like-and-facebook-send-missing-in-chrome/#p1144</guid>
        	        	<description><![CDATA[<p>my Facebok Like and send button are missing when i view my site in chrome. do you have a fix for this?</p>
<p><a href="http://loopiedoopscookies.com/2013/06/test-post-2/" rel="nofollow" target="_blank"><a href="http://loopiedoopscookies.com/" rel="nofollow">http://loopiedoopscookies.com/</a>.....st-post-2/</a></p>
]]></description>
        	        	<pubDate>Wed, 12 Jun 2013 22:15:47 +0000</pubDate>
        </item>
        <item>
        	<title>Sudipto on Add Yahoo Messenger custom button with an image + 1 question</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/add-yahoo-messenger-custom-button-with-an-image-1-question/#p1137</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/add-yahoo-messenger-custom-button-with-an-image-1-question/#p1137</guid>
        	        	<description><![CDATA[<p>well the code should be</p>
<p>&#160;</p>
<pre>&#38;lt;?php
function currentPageURL() {
$curpageURL = 'http';
if ($_SERVER["HTTPS"] == "on") {$curpageURL.= "s";}
$curpageURL.= "://";
if ($_SERVER["SERVER_PORT"] != "80") {
$curpageURL.= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
} else {
$curpageURL.= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
}
return $curpageURL;
}
?&#38;gt;</pre>
<p>&#160;</p>
<p>&#160;</p>
<pre>&#38;lt;a href="ymsgr:im?+&#38;amp;msg=&#38;lt;?echo currentPageURL();?&#38;gt;" title="Send on yahoo"&#38;gt;Link&#38;lt;/a&#38;gt;

</pre>
<p>I did not test it but I think you should work.</p>
]]></description>
        	        	<pubDate>Wed, 15 May 2013 13:13:57 +0000</pubDate>
        </item>
        <item>
        	<title>zmin on Add Yahoo Messenger custom button with an image + 1 question</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/add-yahoo-messenger-custom-button-with-an-image-1-question/#p1136</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/add-yahoo-messenger-custom-button-with-an-image-1-question/#p1136</guid>
        	        	<description><![CDATA[<p>Can you provide code for PHP too please?</p>
<p>&#160;</p>
<p>I already have the code for page url:</p>
<p>&#160;</p>
<pre><p><input type="button" class="sfcodeselect" name="sfselectit2623" value="Select Code" onclick="spjSelectCode('sfcode2623');" /></p><div class="sfcode" id="sfcode2623">&#38;lt;?php
function currentPageURL() {
$curpageURL = 'http';
if ($_SERVER[&#34;HTTPS&#34;] == &#34;on&#34;) {$curpageURL.= &#34;s&#34;;}
$curpageURL.= &#34;://&#34;;
if ($_SERVER[&#34;SERVER_PORT&#34;] != &#34;80&#34;) {
$curpageURL.= $_SERVER[&#34;SERVER_NAME&#34;].&#34;:&#34;.$_SERVER[&#34;SERVER_PORT&#34;].$_SERVER[&#34;REQUEST_URI&#34;];
} else {
$curpageURL.= $_SERVER[&#34;SERVER_NAME&#34;].$_SERVER[&#34;REQUEST_URI&#34;];
}
return $curpageURL;
}
echo currentPageURL();
?&#38;gt;</div></pre>
<p>&#160;</p>
<pre><p><input type="button" class="sfcodeselect" name="sfselectit8647" value="Select Code" onclick="spjSelectCode('sfcode8647');" /></p><div class="sfcode" id="sfcode8647"></div><p><input type="button" class="sfcodeselect" name="sfselectit5973" value="Select Code" onclick="spjSelectCode('sfcode5973');" /></p><div class="sfcode" id="sfcode5973">&#60;br /&#62;</div></pre>
<p>I tried:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit6936" value="Select Code" onclick="spjSelectCode('sfcode6936');" /></p>
<div class="sfcode" id="sfcode6936">&#38;lt;a href=&#34;ymsgr:im?+&#38;amp;msg=&#38;lt;?=$currentPageURL;?&#38;gt;&#34; title=&#34;Send on yahoo&#34;&#38;gt;Link&#38;lt;/a&#38;gt;</div>
<p>But i'm not getting the currentPageURL (it's blank).</p>
<p>Also your facebook/twitter log in for this forum doesn't work.</p>
<p>&#160;</p>
]]></description>
        	        	<pubDate>Wed, 15 May 2013 12:14:20 +0000</pubDate>
        </item>
        <item>
        	<title>hiperbol on Display Facebook Share button -- Custom Button</title>
        	<link>http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/display-facebook-share-button-custom-button/#p1134</link>
        	<category>Tweet Like Plusone and Share Plugin</category>
        	<guid isPermaLink="true">http://techxt.com/plugin-support-forum/tweet-like-plusone-and-share-plugin/display-facebook-share-button-custom-button/#p1134</guid>
        	        	<description><![CDATA[<p>it works! <img class="spSmiley" src="http://techxt.com/wp-content/forum-smileys/sf-cool.gif" width="18" alt="Cool" /> thanks!</p>
<p>just a few info about the wordpress version i use: <a href="http://codex.wordpress.org/Version_3.5.1" rel="nofollow" target="_blank">WordPress 3.5.1</a></p>
<p>&#160;</p>
]]></description>
        	        	<pubDate>Wed, 08 May 2013 12:40:48 +0000</pubDate>
        </item>
</channel>
</rss>