<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tweet This Custom URL Services</title>
	<atom:link href="http://richardxthripp.thripp.com/tweet-this-custom-url-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardxthripp.thripp.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 06:57:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gabriel</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2389</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 03 Aug 2011 10:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2389</guid>
		<description>Hello. I wanted to congratulate you and thanks you for this great pluging.

I&#039;m using HootSuit to manege my social networks and track my links. I&#039;d like to us the ow.ly service so i can keep tracking and getting reports from hootsuit of the automatics tweets.

I actually dont know if ow.ly support GET and how to know it. 

Is it possible to us this?

Thanks again, nice job :)</description>
		<content:encoded><![CDATA[<p>Hello. I wanted to congratulate you and thanks you for this great pluging.</p>
<p>I&#8217;m using HootSuit to manege my social networks and track my links. I&#8217;d like to us the ow.ly service so i can keep tracking and getting reports from hootsuit of the automatics tweets.</p>
<p>I actually dont know if ow.ly support GET and how to know it. </p>
<p>Is it possible to us this?</p>
<p>Thanks again, nice job <img src='http://richardxthripp.thripp.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enzo</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2388</link>
		<dc:creator>Enzo</dc:creator>
		<pubDate>Mon, 07 Feb 2011 20:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2388</guid>
		<description>Here&#039;s the api link for http://twig.mx for those that use that shortening service:

http://twig.mx/api-create.php?url=YOURURL

Enzo</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the api link for <a href="http://twig.mx" rel="nofollow">http://twig.mx</a> for those that use that shortening service:</p>
<p><a href="http://twig.mx/api-create.php?url=YOURURL" rel="nofollow">http://twig.mx/api-create.php?url=YOURURL</a></p>
<p>Enzo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Gilbert</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2387</link>
		<dc:creator>Donald Gilbert</dc:creator>
		<pubDate>Sat, 01 May 2010 00:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2387</guid>
		<description>I did get it to work. I can send you the file if you would like. Email me @ mactimize at gmail dot com an I&#039;ll send it over.</description>
		<content:encoded><![CDATA[<p>I did get it to work. I can send you the file if you would like. Email me @ mactimize at gmail dot com an I&#8217;ll send it over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xdreamwalker</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2386</link>
		<dc:creator>xdreamwalker</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2386</guid>
		<description>Donald,

Where you able to get this to work? When I use the code you have there I get an error:

Parse error: syntax error, unexpected &#039;:&#039; in /home/content/x/d/r/xdreamwalker/html/wp/wp-content/plugins/tweet-this/tweet-this.php  on line 221

Am I missing something?

Thank you.</description>
		<content:encoded><![CDATA[<p>Donald,</p>
<p>Where you able to get this to work? When I use the code you have there I get an error:</p>
<p>Parse error: syntax error, unexpected &#8216;:&#8217; in /home/content/x/d/r/xdreamwalker/html/wp/wp-content/plugins/tweet-this/tweet-this.php  on line 221</p>
<p>Am I missing something?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Gilbert</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2385</link>
		<dc:creator>Donald Gilbert</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2385</guid>
		<description>Ok - couldn&#039;t wait for a reply, but I was able to do some hacking, although I would still like an official release with the issue fixed (if we can even determine what the issue is.)

What I did is edit the tweet-this.php and directly placed in the bpt.st api link code.

[code]
                case &#039;custom&#039;:
                        $url = tt_read_file(&#039;http://bpt.st/yourls-api.php?action=shorturl&amp;format=simple&amp;url=&#039; . $purl);
                        // $url = tt_read_file(str_replace(&#039;[LONGURL]&#039;,
                        // urlencode($purl), tt_option(&#039;tt_custom_url_service&#039;)));
                        break;
[/code]

And that did the trick.

One other question, assuming you don&#039;t want to update your plugin to support this properly, seeings as your plugin is GPL, could I add support for http://bpt.st and release it on my blog? (I wouldn&#039;t submit it to WordPress.org) I know you are mainly just supporting the large URL shorteners, but I would like to see this work as well.</description>
		<content:encoded><![CDATA[<p>Ok &#8211; couldn&#8217;t wait for a reply, but I was able to do some hacking, although I would still like an official release with the issue fixed (if we can even determine what the issue is.)</p>
<p>What I did is edit the tweet-this.php and directly placed in the bpt.st api link code.</p>
<p>[code]<br />
                case 'custom':<br />
                        $url = tt_read_file('<a href="http://bpt.st/yourls-api.php?action=shorturl&#038;format=simple&#038;url=" rel="nofollow">http://bpt.st/yourls-api.php?action=shorturl&#038;format=simple&#038;url=</a>' . $purl);<br />
                        // $url = tt_read_file(str_replace('[LONGURL]',<br />
                        // urlencode($purl), tt_option('tt_custom_url_service')));<br />
                        break;<br />
[/code]</p>
<p>And that did the trick.</p>
<p>One other question, assuming you don&#8217;t want to update your plugin to support this properly, seeings as your plugin is GPL, could I add support for <a href="http://bpt.st" rel="nofollow">http://bpt.st</a> and release it on my blog? (I wouldn&#8217;t submit it to WordPress.org) I know you are mainly just supporting the large URL shorteners, but I would like to see this work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Gilbert</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2384</link>
		<dc:creator>Donald Gilbert</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2384</guid>
		<description>Also, I just installed it on another blog that is on a different server (http://blog.reformu.com ) to test it there - and it didn&#039;t work either. So I don&#039;t think that the shortening service being on the same server is the issue.</description>
		<content:encoded><![CDATA[<p>Also, I just installed it on another blog that is on a different server (<a href="http://blog.reformu.com" rel="nofollow">http://blog.reformu.com</a> ) to test it there &#8211; and it didn&#8217;t work either. So I don&#8217;t think that the shortening service being on the same server is the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Gilbert</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2383</link>
		<dc:creator>Donald Gilbert</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2383</guid>
		<description>Does your extension offer support for a custom install of http://yourls.org?

I have a custom service @ http://bpt.st and I want to use your plugin on the blog for the same site, http://blog.bpt.st

There is an API for yourls that supports GET, but when I enter it in to the config, it doesn&#039;t work. It may be because they are on the same server, not sure.

My custom url to the API is http://bpt.st/yourls-api.php?action=shorturl&amp;format=simple&amp;url=[LONGURL] and when I type it into my browser (replacing the [LONGURL] of course), it returns the plain text shortened link as expected, but it doesn&#039;t work with your plugin. 

Could it be because it is on the same server? If so, (and assuming you don&#039;t want to add this), what can I edit in your plugin file to make it available? Yourls has it&#039;s own wp to twitter plugin, but I like the fact that yours has all the extra services as well.</description>
		<content:encoded><![CDATA[<p>Does your extension offer support for a custom install of <a href="http://yourls.org?" rel="nofollow">http://yourls.org?</a></p>
<p>I have a custom service @ <a href="http://bpt.st" rel="nofollow">http://bpt.st</a> and I want to use your plugin on the blog for the same site, <a href="http://blog.bpt.st" rel="nofollow">http://blog.bpt.st</a></p>
<p>There is an API for yourls that supports GET, but when I enter it in to the config, it doesn&#8217;t work. It may be because they are on the same server, not sure.</p>
<p>My custom url to the API is <a href="http://bpt.st/yourls-api.php?action=shorturl&#038;format=simple&#038;url=LONGURL" rel="nofollow">http://bpt.st/yourls-api.php?action=shorturl&#038;format=simple&#038;url=LONGURL</a> and when I type it into my browser (replacing the [LONGURL] of course), it returns the plain text shortened link as expected, but it doesn&#8217;t work with your plugin. </p>
<p>Could it be because it is on the same server? If so, (and assuming you don&#8217;t want to add this), what can I edit in your plugin file to make it available? Yourls has it&#8217;s own wp to twitter plugin, but I like the fact that yours has all the extra services as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard X. Thripp</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2382</link>
		<dc:creator>Richard X. Thripp</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2382</guid>
		<description>You&#039;re welcome! I know that. I meant that the custom URL service code is only for HTTP GET requests. Obviously you wouldn&#039;t want to make one of those across the same server. But that would be the only way for you to use Pretty Link in Tweet This now before I update the plugin.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! I know that. I meant that the custom URL service code is only for HTTP GET requests. Obviously you wouldn&#8217;t want to make one of those across the same server. But that would be the only way for you to use Pretty Link in Tweet This now before I update the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.K</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2381</link>
		<dc:creator>S.K</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2381</guid>
		<description>Thanks for your response, Mr. Thripp.

The following is the response from the author of the &quot;pretty Link&quot; plugin:

//Since Tweet This is a WordPress plugin, the best thing it could do is access my API directly (no need for get or post — it’s a simple function call in PHP).//

I thought this  info may be useful to you for integration of the two. Pretty link URl is this:
http://blairwilliams.com/pretty-link/

I like the ease of using Tweet This and I&#039;ll be happy if I could use a customized short URL on my domain for Twittering with that.

Thanks and regards

S.K</description>
		<content:encoded><![CDATA[<p>Thanks for your response, Mr. Thripp.</p>
<p>The following is the response from the author of the &#8220;pretty Link&#8221; plugin:</p>
<p>//Since Tweet This is a WordPress plugin, the best thing it could do is access my API directly (no need for get or post — it’s a simple function call in PHP).//</p>
<p>I thought this  info may be useful to you for integration of the two. Pretty link URl is this:<br />
<a href="http://blairwilliams.com/pretty-link/" rel="nofollow">http://blairwilliams.com/pretty-link/</a></p>
<p>I like the ease of using Tweet This and I&#8217;ll be happy if I could use a customized short URL on my domain for Twittering with that.</p>
<p>Thanks and regards</p>
<p>S.K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard X. Thripp</title>
		<link>http://richardxthripp.thripp.com/tweet-this-custom-url-services/comment-page-1/#comment-2380</link>
		<dc:creator>Richard X. Thripp</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://richardxthripp.thripp.com/?page_id=856#comment-2380</guid>
		<description>You can&#039;t. The custom URL service is only for public short URL services with a public API (no authentication except HTTP GET). I&#039;d have to add code to support the Pretty Link plugin. I&#039;ll consider it.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t. The custom URL service is only for public short URL services with a public API (no authentication except HTTP GET). I&#8217;d have to add code to support the Pretty Link plugin. I&#8217;ll consider it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

