<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Shortlink trick</title>
	<atom:link href="http://ottopress.com/2010/shortlink-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2010/shortlink-trick/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Wed, 16 May 2012 21:47:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20725</generator>
	<item>
		<title>By: WordPress Shortlink über goo.gl im Artikel anzeigen &#124; kulturbanause blog - Artikel, Tutorials, Downloads, Tipps, Hacks, Snippets und aktuelle Szene-News rund um Webdesign und digitale Bildbearbeitung</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-8416</link>
		<dc:creator>WordPress Shortlink über goo.gl im Artikel anzeigen &#124; kulturbanause blog - Artikel, Tutorials, Downloads, Tipps, Hacks, Snippets und aktuelle Szene-News rund um Webdesign und digitale Bildbearbeitung</dc:creator>
		<pubDate>Tue, 17 May 2011 21:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-8416</guid>
		<description>[...] Shortlink-Snippet stammt von Otto on WordPress; die goo.gl Umsetzung von [...]</description>
		<content:encoded><![CDATA[<p>[...] Shortlink-Snippet stammt von Otto on WordPress; die goo.gl Umsetzung von [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7339</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 23 Feb 2011 07:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7339</guid>
		<description>Hi Otto n Daniel..

Both of your code for the background style of the shortlink form works for me on my site. Thanks for the hint ! 

Regards..
Sam</description>
		<content:encoded><![CDATA[<p>Hi Otto n Daniel..</p>
<p>Both of your code for the background style of the shortlink form works for me on my site. Thanks for the hint ! </p>
<p>Regards..<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7335</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 23 Feb 2011 04:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7335</guid>
		<description>Hi Otto..

This code works like charm..I&#039;ve used several times but is there any chance that it&#039;ll be developed as a plugin? or is there any similar plugins exists? Anyway.. thanks for sharing the codes.!
Regards..</description>
		<content:encoded><![CDATA[<p>Hi Otto..</p>
<p>This code works like charm..I&#8217;ve used several times but is there any chance that it&#8217;ll be developed as a plugin? or is there any similar plugins exists? Anyway.. thanks for sharing the codes.!<br />
Regards..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Shortlink über goo.gl im Artikel anzeigen &#124; kulturbanause blog</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7087</link>
		<dc:creator>WordPress Shortlink über goo.gl im Artikel anzeigen &#124; kulturbanause blog</dc:creator>
		<pubDate>Mon, 07 Feb 2011 20:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7087</guid>
		<description>[...] Shortlink-Snippet stammt von Otto on WordPress; die goo.gl Umsetzung von [...]</description>
		<content:encoded><![CDATA[<p>[...] Shortlink-Snippet stammt von Otto on WordPress; die goo.gl Umsetzung von [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7020</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 03 Feb 2011 16:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7020</guid>
		<description>I typed
&lt;code&gt;.post-shortlink input {
      background-color:transparent;
}&lt;/code&gt;
But nothing happened, in the end I just added &lt;code&gt;style=&#039;background-color:transparent;&#039;&lt;/code&gt; to the existing code above</description>
		<content:encoded><![CDATA[<p>I typed<br />
<code>.post-shortlink input {<br />
      background-color:transparent;<br />
}</code><br />
But nothing happened, in the end I just added <code>style='background-color:transparent;'</code> to the existing code above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7018</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Thu, 03 Feb 2011 15:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7018</guid>
		<description>You would use CSS to change the background color. I didn&#039;t really cover it, but &quot;.post-shortlink input&quot; would be enough to reference it in my code. You don&#039;t need to add a new class to it.</description>
		<content:encoded><![CDATA[<p>You would use CSS to change the background color. I didn&#8217;t really cover it, but &#8220;.post-shortlink input&#8221; would be enough to reference it in my code. You don&#8217;t need to add a new class to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-7017</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 03 Feb 2011 14:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-7017</guid>
		<description>Call me stupid, but how would I go about changing the background colour for the &quot;form&quot; .. As in the place where the link is displayed
Would it be something like &lt;code&gt;&lt;input class=&#039;shortlink&#039; type=&#039;text&#039; value=&#039;&#039; onclick=&#039;this.focus(); this.select();&#039; /&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Call me stupid, but how would I go about changing the background colour for the &#8220;form&#8221; .. As in the place where the link is displayed<br />
Would it be something like <code>&lt;input class=&#039;shortlink&#039; type=&#039;text&#039; value=&#039;' onclick='this.focus(); this.select();' /&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Display WordPress Shortlinks in Your Theme</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-6985</link>
		<dc:creator>How to Display WordPress Shortlinks in Your Theme</dc:creator>
		<pubDate>Tue, 01 Feb 2011 16:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-6985</guid>
		<description>[...] Source: OttoPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: OttoPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using YOURLS with WordPress &#187; Otto on WordPress</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-5051</link>
		<dc:creator>Using YOURLS with WordPress &#187; Otto on WordPress</dc:creator>
		<pubDate>Sun, 26 Sep 2010 00:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-5051</guid>
		<description>[...] plugin also hooks into the Shortlink API, meaning that my Twitter plugin will automagically use the new shortlink. You can see that the [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin also hooks into the Shortlink API, meaning that my Twitter plugin will automagically use the new shortlink. You can see that the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2010/shortlink-trick/comment-page-1/#comment-4212</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 27 Jul 2010 16:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=57#comment-4212</guid>
		<description>Yep. I wrote this when the core code was still in beta.</description>
		<content:encoded><![CDATA[<p>Yep. I wrote this when the core code was still in beta.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Object Caching 365/378 objects using xcache

Served from: ottodestruct.com @ 2012-05-16 23:16:17 -->
