<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>@moxypark &#187; TweetPaste</title>
	<atom:link href="http://moxypark.co.uk/dev/thingamawebs/tweetpaste/feed/" rel="self" type="application/rss+xml" />
	<link>http://moxypark.co.uk</link>
	<description>Web Creative</description>
	<lastBuildDate>Wed, 03 Feb 2010 00:15:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &amp;#xA9; 2010 @moxypark </copyright>
		<managingEditor>moxypark@me.com ()</managingEditor>
		<webMaster>moxypark@me.com ()</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Web Creative</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>moxypark@me.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://moxypark.moxypress.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://moxypark.moxypress.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>@moxypark</title>
			<link>http://moxypark.co.uk</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Problem repasting tweets</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2009/10/26/problem-repasting-tweets/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2009/10/26/problem-repasting-tweets/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:19:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://moxypark.co.uk/?p=532</guid>
		<description><![CDATA[There&#8217;s good news and bad about this problem, that&#8217;s been plaguing TweetPaste over the last week or so. Django, the system that TweetPaste is built on, can currently only store numbers up to a certain size. After that, rather than giving us an error, it just stores the maximum number it can. (This is what [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s good news and bad about this problem, that&#8217;s been plaguing TweetPaste over the last week or so. Django, the system that TweetPaste is built on, can currently only store numbers up to a certain size. After that, rather than giving us an error, it just stores the maximum number it can. (This is what <em>appears</em> to be the issue, anyway.)</p>
<p><span id="more-532"></span>After experimenting with a solution, it seems the best way round it is simply to store the numbers as strings of text, which we&#8217;re now doing. So the good news is, you should be able to repaste tweets that have already been pasted. The bad news is that some tweets pasted before today will be plagued by the same problem.</p>
<p>But staying positive, TweetPaste is bags more scalable than it was only a couple of hours ago. Vive le tweets!</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2009/10/26/problem-repasting-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally, the TweetPaste plugin is here!</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2009/10/12/finally-the-tweetpaste-plugin-is-here/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2009/10/12/finally-the-tweetpaste-plugin-is-here/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>

		<guid isPermaLink="false">http://moxypark.co.uk/?p=509</guid>
		<description><![CDATA[I&#8217;m so excited. Finally after nearly 18 months of TweetPaste&#8217;s existence &#8211; and after its initial, shaky version &#8211; the new, &#8220;official&#8221; TweetPaste plugin for WordPress is available.
It couldn&#8217;t be simpler to use, too. Just download it from wordpress.org (or directly from your WordPress admin area by searching the Plugins directory for &#8220;tweetpaste&#8221;), install and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so excited. Finally after nearly 18 months of TweetPaste&#8217;s existence &#8211; and after its initial, shaky version &#8211; the new, &#8220;official&#8221; TweetPaste plugin for WordPress is available.</p>
<p>It couldn&#8217;t be simpler to use, too. Just <a href="http://wordpress.org/extend/plugins/tweetpaste-embed/" target="_blank">download it from wordpress.org</a> (or directly from your WordPress admin area by searching the Plugins directory for &#8220;tweetpaste&#8221;), install and activate it, then use the shortcode <code>[tweet url=%url%]</code>, replacing <code>%url%</code> with the address of the tweet you want to embed.</p>
<p>If you&#8217;re not sure how to get that address, just find the tweet on <a href="http://twitter.com">twitter.com</a>, click the timestamp underneath the body of the tweet, and copy the URL that&#8217;s in your address bar. If you want to save space, you can even use <code>[tweet id=%id%]</code>, replacing <code>%id%</code> with the string of numbers at the end of the tweet URL.</p>
<p>You can customise the width of the tweet box from the <em>Settings</em> &gt; <em>Embeded tweets</em> menu item, and specify any of the options in the <a href="http://moxypark.co.uk/dev/thingamawebs/tweetpaste/2009/06/24/tweetpaste-api-released/" target="_blank">TweetPaste API</a> in your <code>[tweet]</code> shortcode.</p>
<p>And don&#8217;t worry about maxing out your server with lots of expensive calls to TweetPaste. The plugin caches the results of the API call, which means you get the best of both worlds: if we make changes to the way tweets are displayed, you&#8217;ll see them instantly because it&#8217;s using JavaScript, and because that call is made by the user&#8217;s browser, your server only makes a call to TweetPaste the first time you embed a tweet, or change the formatting options.</p>
<p>But as always, the system is totally accessible. Users who don&#8217;t have JavaScript get pretty much exactly the same experience as those with.</p>
<p>So have a play, and let me know what you think in the comments. If you like it, please rate it highly!</p>
<h3>Stuff I&#8217;d like to add</h3>
<p>I want to be able to let you guys clear your cache, incase we make a major update to TweetPaste meaning the API generates new embed code. I&#8217;m quite new to WordPress plugins but only build stuff to best practices where possible, so I need to find out the agreed way of doing this. If you know, <a href="http://twitter.com/moxypark" target="_blank">tweet me</a> yeah? <img src='http://moxypark.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There are some big improvements to TweetPaste itself that I&#8217;d like to make, but we&#8217;ll come to those later.</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2009/10/12/finally-the-tweetpaste-plugin-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetPaste API released</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2009/06/24/tweetpaste-api-released/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2009/06/24/tweetpaste-api-released/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>

		<guid isPermaLink="false">http://tweetpaste.wordpress.com/?p=19</guid>
		<description><![CDATA[You can now use TweetPaste from your own applications by making a simple HTTP call to the following address:
http://tweetpaste.thingamaweb.com/api/gethtml/
and passing in the following arguments:



id
Required
The ID of the tweet, as obtained by going to http://twitter.com, clicking the timestamp of the tweet and looking for the string of numbers at the end of the URL


iframe_width
Optional
The width (in [...]]]></description>
			<content:encoded><![CDATA[<p>You can now use TweetPaste from your own applications by making a simple HTTP call to the following address:</p>
<blockquote><p>http://tweetpaste.thingamaweb.com/api/gethtml/</p></blockquote>
<p>and passing in the following arguments:</p>
<table border="0">
<tbody>
<tr valign="top">
<th>id</th>
<td>Required</td>
<td>The ID of the tweet, as obtained by going to http://twitter.com, clicking the timestamp of the tweet and looking for the string of numbers at the end of the URL</td>
</tr>
<tr valign="top">
<th>iframe_width</th>
<td>Optional</td>
<td>The width (in pixels) of the tweet iFrame (default is 500)</td>
</tr>
<tr valign="top">
<th>iframe_height</th>
<td>Optional</td>
<td>The height (in pixels) of the tweet iFrame (default is 200). Note that the box will scale vertically to fit the size of the tweet (via JavaScript), so this setting isn’t always necessary</td>
</tr>
<tr valign="top">
<th>show_background</th>
<td>Optional: 1 or 0</td>
<td>Show the twitterer’s background colour (default is 1)</td>
</tr>
<tr valign="top">
<th>include_padding</th>
<td>Optional: 1 or 0</td>
<td>Useful if you’ve set <code>show_background</code> to 0; removes the padding around the tweet iFrame (default is 1)</td>
</tr>
<tr valign="top">
<th>show_username</th>
<td>Optional: 1 or 0</td>
<td>Show the twitterer’s username and avatar (default is 1)</td>
</tr>
<tr valign="top">
<th>show_source</th>
<td>Optional: 1 or 0</td>
<td>Show the source of the tweet: ie “via Web” (default is 1)</td>
</tr>
</tbody>
</table>
<p>When you call the function, you’ll receive an HTTP response which contains just the HTML code you need to render in your application. If an error is caused, you should receive a response beginning with “ERROR: ”.</p>
<p>It’s in its absolute infancy, so if you experience any problems please let me know via the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2009/06/24/tweetpaste-api-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exciting times</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2009/02/24/exciting-times/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2009/02/24/exciting-times/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>

		<guid isPermaLink="false">http://tweetpaste.wordpress.com/?p=17</guid>
		<description><![CDATA[TweetPaste is getting a facelift, and more importantly a boatload of new features.
Soon you’ll be able to customise the look of the embeddable box the app produces. You can change the width and height (although the height will magically auto-expand for longer tweets), and hide certain areas you don&#8217;t need (like the user details, avatar [...]]]></description>
			<content:encoded><![CDATA[<p>TweetPaste is getting a facelift, and more importantly a boatload of new features.</p>
<p>Soon you’ll be able to customise the look of the embeddable box the app produces. You can change the width and height (although the height will magically auto-expand for longer tweets), and hide certain areas you don&#8217;t need (like the user details, avatar and time etc). This is really handy if you want to display a lot of tweets on the same page.</p>
<p>You can choose whether to show or hide the background colour, which now matches the colour chosen in the twitterer’s user profile.</p>
<p>Also there’s a new bookmarklet on the way, which will give you a handy shortcut and save you the RSI involved in copying and pasting lots of URLs!</p>
<p>And on the WordPress front, there’ll be a new, version-controlled plugin. That does mean you’ll have to deactivate the one you’re currently using and install the new one when it arrives, but the good news is that, because it’s registered with WordPress, you’ll be able to upgrade to future versions directly from your dashboard.</p>
<p>The system’s been completely rewritten in a new language, so should be bags more reliable, and it is the second to join <a href="http://www.bluemilkshake.co.uk" target="_blank">Bluemilkshake</a>’s happy band of <strong>Thingamawebs</strong>: small projects built in Django.</p>
<p>So expect new things within the next week or so.<br />
Relax, and enjoy your tweets.</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2009/02/24/exciting-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetPaste is back!</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2008/11/29/tweetpaste-is-back/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2008/11/29/tweetpaste-is-back/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 10:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>
		<category><![CDATA[birminghamuk]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tweetpaste.wordpress.com/?p=14</guid>
		<description><![CDATA[After a pretty hefty period of down-time (not strictly true; the site was “up”, just not working!) TweetPaste is back, allowing you to embed tweets into your blog posts and pages.
Expect a full, version-controlled WordPress plugin soon.
Thanks for your patience!
]]></description>
			<content:encoded><![CDATA[<p>After a pretty hefty period of down-time (not strictly true; the site was “up”, just not working!) <a href="http://tweetpaste.net" target="_blank">TweetPaste</a> is back, allowing you to embed tweets into your blog posts and pages.</p>
<p>Expect a full, version-controlled WordPress plugin soon.<br />
Thanks for your patience!</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2008/11/29/tweetpaste-is-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Permalinks, protected tweets and SSL</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2008/07/25/permalinks-protected-tweets-and-ssl/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2008/07/25/permalinks-protected-tweets-and-ssl/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 10:49:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tweetpaste.wordpress.com/?p=12</guid>
		<description><![CDATA[Thanks to the various comments made across the interwebs and in the Wishlist, TweetPaste now has a few improvements:

Just like twitter.com, the time is now a permalink to the original tweet (thanks Mike Bogle). The timing accuracy has also been improved, so a tweet posted 30 minutes ago will show “30 minutes ago” instead of “about [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the various comments made across the interwebs and in the <a href="http://tweetpaste.wordpress.com/wishlist/">Wishlist</a>, <a href="http://tweetpaste.net" target="_blank">TweetPaste</a> now has a few improvements:</p>
<ol>
<li>Just like <a href="http://www.twitter.com">twitter.com</a>, the time is now a permalink to the original tweet (thanks <a href="http://techticker.net/" target="_blank">Mike Bogle</a>). The timing accuracy has also been improved, so a tweet posted 30 minutes ago will show “30 minutes ago” instead of “about an hour ago”</li>
<li>Allow SSL tweets (ie: tweets whose URL begins with “https://”) to be embedded (thanks <a href="http://aliji.wordpress.com/">Jeton</a>)</li>
<li>Slightly better error handling</li>
</ol>
<p>I’ve refreshed the cache so you should see immediate effect.</p>
<p>Still to do:</p>
<ol>
<li>Get the <a href="http://tweetpaste.net/wp/" target="_blank">WordPress plugin</a> onto wordpress.org’s CVS. Subscribe to our <a href="http://twitter.com/tweetpaste" target="_blank">Twitter feed</a> to find out when that’s available as you’ll need to deactivate the original plugin and install the new one, which henceforth will be version-controlled.</li>
</ol>
<p>Thanks a bunch to everyone who’s written about the project so far. We’ve had nearly 200 tweets embedded around the Web, and I hope that number will just keep growing!</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2008/07/25/permalinks-protected-tweets-and-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetPaste goes live</title>
		<link>http://moxypark.co.uk/dev/tweetpaste/2008/07/13/tweetpaste-goes-live/</link>
		<comments>http://moxypark.co.uk/dev/tweetpaste/2008/07/13/tweetpaste-goes-live/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 08:13:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TweetPaste]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tweetpaste.wordpress.com/?p=3</guid>
		<description><![CDATA[So it’s 3am and TweetPaste has just gone live after being tested on my home PC. It needed to be uploaded now because the WordPress plugin that I’ve just written needed a live URL. So here it is!
Really pleased to have got it all written in less than 12 hours. It’s a simple idea, so [...]]]></description>
			<content:encoded><![CDATA[<p>So it’s 3am and <a href="http://tweetpaste.net">TweetPaste</a> has just gone live after being tested on my home PC. It needed to be uploaded now because the <a href="http://tweetpaste.net/wp/" target="_blank">WordPress plugin</a> that I’ve just written needed a live URL. So here it is!</p>
<p>Really pleased to have got it all written in less than 12 hours. It’s a simple idea, so that helps. Still got lots to do on it though, like allowing users to customise the appearance of the embedded tweet and listing the tweets that have just been embedded, but it’s a start!</p>
<p>Got any features you want added?</p>
]]></content:encoded>
			<wfw:commentRss>http://moxypark.co.uk/dev/tweetpaste/2008/07/13/tweetpaste-goes-live/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
