<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacLovin &#187; twitter</title>
	<atom:link href="http://www.maclovin.de/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maclovin.de</link>
	<description>An Apple a day keeps the Windows away</description>
	<lastBuildDate>Thu, 25 Feb 2010 20:57:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Include website&#8217;s title in Tweetie&#8217;s bookmarklet</title>
		<link>http://www.maclovin.de/2009/05/include-websites-title-in-tweeties-bookmarklet/</link>
		<comments>http://www.maclovin.de/2009/05/include-websites-title-in-tweeties-bookmarklet/#comments</comments>
		<pubDate>Sun, 10 May 2009 13:01:29 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.maclovin.de/?p=231</guid>
		<description><![CDATA[Tweetie is the most hyped twitter client for Mac OS X at the moment. It offers a bookmarklet for simple tweeting of websites opening its quick post dialog and showing the URL.
But the usual format of my tweets when posting websites is the title of the page, followed by the URL in parenthesis. So I [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Tweetie" href="http://www.atebits.com/tweetie-mac/" target="_blank">Tweetie</a> is the most hyped twitter client for Mac OS X at the moment. It offers a bookmarklet for simple tweeting of websites opening its quick post dialog and showing the URL.</p>
<p>But the usual format of my tweets when posting websites is the title of the page, followed by the URL in parenthesis. So I adjusted the bookmarklet to use this format.<a href="http://www.maclovin.de/wp-content/uploads/2009/05/tweetie.png" title="Tweetie post" rel="lightbox[231]"><img class="aligncenter size-full wp-image-233" title="Tweetie post" src="http://www.maclovin.de/wp-content/uploads/2009/05/tweetie.png" alt="Tweetie post" width="480" height="236" /></a>Just drag this link <a title="Post with Tweetie" href="javascript:window.location='tweetie:'+document.title+'%20('+window.location+')'">Post with Tweetie</a> to your bookmarks bar. Tested with Safari 4 Beta and Firefox 3.0.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maclovin.de/2009/05/include-websites-title-in-tweeties-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter URLs using Quicksilver</title>
		<link>http://www.maclovin.de/2009/01/twitter-urls-using-quicksilver/</link>
		<comments>http://www.maclovin.de/2009/01/twitter-urls-using-quicksilver/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 22:43:04 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.maclovin.de/?p=66</guid>
		<description><![CDATA[Wouldn&#8217;t it be nice to send the URL you&#8217;re currently looking at in Safari directly to Twitter by just executing a Quicksilver command or even by hitting a hotkey? I think, yes it is! And so I wrote an Applescript that performs the folowing tasks:

Read the URL and title of the website currently shown in [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice to send the URL you&#8217;re currently looking at in Safari directly to Twitter by just executing a Quicksilver command or even by hitting a hotkey? I think, yes it is! And so I wrote an Applescript that performs the folowing tasks:</p>
<ol>
<li>Read the URL and title of the website currently shown in Safari</li>
<li>Create a short URL using <a href="http://is.gd/" target="_blank">is.gd</a></li>
<li>Open <a href="http://twitter.com/" target="_blank">Twitter</a> in Safari showing a message like &#8220;The site&#8217;s title (http://is.gd/abcd)&#8221;</li>
<li>Additionally the short URL is copied to the clipboard</li>
</ol>
<p><a href="http://www.maclovin.de/wp-content/uploads/2009/01/quicksilver-twitter-url.png" title="Twitter URL with Quicksilver" rel="lightbox[66]"><img class="aligncenter size-medium wp-image-71" title="Twitter URL with Quicksilver" src="http://www.maclovin.de/wp-content/uploads/2009/01/quicksilver-twitter-url-300x181.png" alt="Twitter URL with Quicksilver" width="300" height="181" /></a></p>
<p>Just copy the script to a directory where Quicksilver can find it and you&#8217;re done. Tweeting an interesing website is a breeze. You could even set up a Quicksilver trigger and assign a hotkey for even easier execution.</p>
<p><a href="http://www.maclovin.de/wp-content/uploads/2009/01/twitter-message.png" title="Twitter message" rel="lightbox[66]"><img class="aligncenter size-medium wp-image-72" title="Twitter message" src="http://www.maclovin.de/wp-content/uploads/2009/01/twitter-message-299x91.png" alt="Twitter message" width="299" height="91" /></a></p>
<p>The script itself uses some snippets from external resources. <a href="http://www.leancrew.com/all-this/2007/11/long-and-shortened-url-scripts/">This site</a> is a great overview on how to shorten URLs with Applescript and how to use it with Quicksilver. A routine for finding and replacing text can be found <a href="http://foolsworkshop.com/applescript/2008/05/an-applescript-replace-text-method/">here</a>.</p>
<p>Download the script: <a href="http://www.maclovin.de/wp-content/uploads/2009/01/twitter-url.scpt">Twitter URL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maclovin.de/2009/01/twitter-urls-using-quicksilver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
