<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Tech XT - All Forums</title>
	<link>http://techxt.com/plugin-support-forum/</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/" rel="self" type="application/rss+xml" />
        <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="sfselectit3762" value="Select Code" onclick="spjSelectCode('sfcode3762');" /></p><div class="sfcode" id="sfcode3762">&#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="sfselectit5101" value="Select Code" onclick="spjSelectCode('sfcode5101');" /></p><div class="sfcode" id="sfcode5101"></div><p><input type="button" class="sfcodeselect" name="sfselectit1455" value="Select Code" onclick="spjSelectCode('sfcode1455');" /></p><div class="sfcode" id="sfcode1455">&#60;br /&#62;</div></pre>
<p>I tried:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit6515" value="Select Code" onclick="spjSelectCode('sfcode6515');" /></p>
<div class="sfcode" id="sfcode6515">&#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>
        <item>
        	<title>Petra 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/#p1131</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/#p1131</guid>
        	        	<description><![CDATA[<p>Sudipto, can you have a look at the display on my site about Beach Decor <a href="http://www.mybeachdecor.com" rel="nofollow" target="_blank">http://www.mybeachdecor.com</a> - it seems to display the buttons google+1 and tweet twice! I have installed the "small button" code for FB share and it doesn't seem to display at all <img class="spSmiley" src="http://techxt.com/wp-content/forum-smileys/sf-confused.gif" width="18" alt="Confused" /></p>
]]></description>
        	        	<pubDate>Mon, 22 Apr 2013 00:57:16 +0000</pubDate>
        </item>
        <item>
        	<title>Sudipto 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/#p1128</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/#p1128</guid>
        	        	<description><![CDATA[<p>@laura -- I am using the same code on site <a href="http://uquoted.com" rel="nofollow" target="_blank">http://uquoted.com</a> (small button code) and I checked it again. It is working fine. Can you post your site url I would like to have a look.</p>
]]></description>
        	        	<pubDate>Mon, 08 Apr 2013 07:36:47 +0000</pubDate>
        </item>
        <item>
        	<title>Laura 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/#p1127</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/#p1127</guid>
        	        	<description><![CDATA[<p>I'm reasonably good at this tech stuff. But I input the large code into the large box and the small code into the small box. I adjusted the space with "iframe". I checked the box to use the custom button code. I saved changes. I refreshed the page. Nada. And now Tweet, Like, PlusOne has disappeared from my blog entirely. Thoughts?</p>
]]></description>
        	        	<pubDate>Sun, 07 Apr 2013 22:42:05 +0000</pubDate>
        </item>
</channel>
</rss>