<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Scripting News - Latest Comments in A new way of linking in tweets (Scripting News)</title><link>http://scripting.disqus.com/</link><description></description><atom:link href="https://scripting.disqus.com/a_new_way_of_linking_in_tweets_scripting_news/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 18 Jan 2009 00:46:07 -0000</lastBuildDate><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5256032</link><description>&lt;p&gt;It seems like tumblr will not even recognize the shortened URL as an URL in the proposed format.  I am messing around to see what it will recognize.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mats</dc:creator><pubDate>Sun, 18 Jan 2009 00:46:07 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5238680</link><description>&lt;p&gt;I always wondered why twitter is not giving this option.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chanux</dc:creator><pubDate>Sat, 17 Jan 2009 11:20:51 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5237925</link><description>&lt;p&gt;Agreed. [x](y) is only one character more than the [x|y] format, and it's MUCH more human-readable.&lt;br&gt;Plus, lots of people already know how to use it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">teradome</dc:creator><pubDate>Sat, 17 Jan 2009 10:03:23 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5224903</link><description>&lt;p&gt;I find some irony in this, because what we're now talking about is almost a fixed content type, related structures.  I meant a great idea, but I hear people calling for standards already :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">halwebguy</dc:creator><pubDate>Fri, 16 Jan 2009 18:29:33 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5182722</link><description>&lt;p&gt;I get the feeling what is really wanted is for twitter to add metadata fields to carry entities like links that use valuable character space. All the suggested work-arounds involve adding markup parsing stuff to the twitter service itself and/or clients... Metadata would require parsing, but it would at least exist outside the character stream while remaining a native element of the post... Am I missing the point?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Parkinson</dc:creator><pubDate>Fri, 16 Jan 2009 15:46:00 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5183718</link><description>&lt;p&gt;There's a lot of good thought going into this, but it doesn't seem likely that Twitter are ever going to incorporate anything like this. I can see Evan putting it in &lt;a href="http://laconi.ca" rel="nofollow noopener" target="_blank" title="laconi.ca"&gt;laconi.ca&lt;/a&gt;, but Twitter?&lt;/p&gt;&lt;p&gt;That said: if you added a further restriction - that you could just use ONE word as a link, would the following syntax not save you a ton of characters?:&lt;/p&gt;&lt;p&gt;word*&lt;a href="http://bit.ly/abcd" rel="nofollow noopener" target="_blank" title="bit.ly/abcd"&gt;bit.ly/abcd&lt;/a&gt;&lt;/p&gt;&lt;p&gt;(The * could equally be a pipe) I'm no programmer, so this may cause issues I can't see, but the *, with no blank space either side, would tell Twitter that to the left was the word, and to the right a URI (sans http://).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Foomandoonian</dc:creator><pubDate>Fri, 16 Jan 2009 15:45:08 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5176263</link><description>&lt;p&gt;I prefer the Markdown syntax also.  No need to reinvent what has already been invented.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Todd D.</dc:creator><pubDate>Fri, 16 Jan 2009 15:36:45 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5173807</link><description>&lt;p&gt;I see what this accomplishes, but don't see the huge benefit.  You're still putting the link in the text, so it's still going to count to the 140 character limit.  For example, let's say we have a 15 character limit:&lt;/p&gt;&lt;p&gt;This is a great site!  &lt;a href="http://bit.ly/DMhr" rel="nofollow noopener" target="_blank" title="http://bit.ly/DMhr"&gt;http://bit.ly/DMhr&lt;/a&gt;&lt;br&gt;[This\&lt;a href="http://bit.ly/DMhr" rel="nofollow noopener" target="_blank" title="http://bit.ly/DMhr"&gt;http://bit.ly/DMhr&lt;/a&gt;] is a great site!&lt;/p&gt;&lt;p&gt;You'll see the "shorter" one actually takes MORE characters to store.  No character limit would apply only to the rendered version, or that break virtually every rule of character limits.  I'll admit it's elegant, but it certainly doesn't solve a space problem.&lt;/p&gt;&lt;p&gt;I agree removal of http would help, but that also hurts the ability to recognize a link, of course unless you're back in the [brackets] again.  Of course, now, this makes brackets a difficult character to use if you really intend to.&lt;/p&gt;&lt;p&gt;Good try, but I don't think this works. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">halwebguy</dc:creator><pubDate>Fri, 16 Jan 2009 15:33:05 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5169934</link><description>&lt;p&gt;Why not abbrieviate supported url shortening services as well.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; = b&lt;br&gt;&lt;a href="http://snurl.com" rel="nofollow noopener" target="_blank" title="snurl.com"&gt;snurl.com&lt;/a&gt; = s&lt;br&gt;etc..&lt;/p&gt;&lt;p&gt;This + dropping http would be huge savings in url shortening.&lt;/p&gt;&lt;p&gt;then the syntax would just be&lt;br&gt;[text|service shortcut:link id]&lt;/p&gt;&lt;p&gt;eg.&lt;br&gt;[photo|b:DMhr]&lt;/p&gt;&lt;p&gt;Update: This shortening syntax could be based of a public RESTful service, that any client could use&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shiva</dc:creator><pubDate>Fri, 16 Jan 2009 15:17:22 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5202778</link><description>&lt;p&gt;You could only drop the http:// if it was inside [square|brackets].&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Fri, 16 Jan 2009 15:10:32 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5196646</link><description>&lt;p&gt;You got it baby. If they just had a simple way to attach the equivalent of&lt;br&gt;Perl dictionaries or Python hash tables or whatever each language calls them&lt;br&gt;(in Frontier we call them tables) -- arbitrary collections of name-value&lt;br&gt;pairs -- the Internet would get an instant point upgrade. Not just this&lt;br&gt;corner of the Internet, the whole damned thing. I've been asking everyone to&lt;br&gt;do this for years, Yahoo, Microsoft, Google, etc etc. Twitter. Anyone! Do it&lt;br&gt;-- it will make you rich beyond your wildest dreams. The depression will end&lt;br&gt;immediately. Obama will win a second term. :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Fri, 16 Jan 2009 15:02:33 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5156057</link><description>&lt;p&gt;We believe this is an edge case related to some spam issues that we are working on patching today. This should be resolved very soon.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kortina</dc:creator><pubDate>Thu, 15 Jan 2009 19:52:32 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5149532</link><description>&lt;p&gt;&lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt; lings are blocked on my work computer.  Anyone else have this issue?&lt;/p&gt;&lt;p&gt;tinyurl are not. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Don</dc:creator><pubDate>Thu, 15 Jan 2009 15:11:26 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5139041</link><description>&lt;p&gt;This would only really work if twitter also supported it directly on the web interface. Until then its probably better to stick with &lt;a href="http://is.gd" rel="nofollow noopener" target="_blank" title="is.gd"&gt;is.gd&lt;/a&gt;'s or &lt;a href="http://bit.ly" rel="nofollow noopener" target="_blank" title="bit.ly"&gt;bit.ly&lt;/a&gt;'s built-in postfixes like  &lt;a href="http://is.gd/fT2s/new-tweet-link" rel="nofollow noopener" target="_blank" title="http://is.gd/fT2s/new-tweet-link"&gt;http://is.gd/fT2s/new-tweet...&lt;/a&gt; rather than doing [new tweet link|&lt;a href="http://is.gd/fT2s" rel="nofollow noopener" target="_blank" title="http://is.gd/fT2s"&gt;http://is.gd/fT2s&lt;/a&gt;] &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dom</dc:creator><pubDate>Thu, 15 Jan 2009 10:16:59 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5138500</link><description>&lt;p&gt;Of course to all of it, the latter part especially. Just strip out markup as&lt;br&gt;it goes through the SMS gateway. Piece of cake.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Thu, 15 Jan 2009 08:30:10 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5136845</link><description>&lt;p&gt;I trtied it, too. Same result. Strange.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">timo</dc:creator><pubDate>Thu, 15 Jan 2009 05:05:45 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5136451</link><description>&lt;p&gt;A UI tweak Twitter could do would be:&lt;/p&gt;&lt;p&gt;You put the anchor text in brackets. Like: 41 people call this [photo] a favorite&lt;/p&gt;&lt;p&gt;As soon as you write [] it adds a field below the 140 char sms, saying, "Link #1". Then the link could be pasted in there.&lt;/p&gt;&lt;p&gt;It's silly to be constrained by the SMS character limit - if you're on a device that only does SMS and not web, you can't follow the link anyway. So split them apart.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joshua schachter</dc:creator><pubDate>Thu, 15 Jan 2009 03:59:00 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5133111</link><description>&lt;p&gt;Skimmed the links and I guess it's not meant to do anything, other than provide a little extra info.&lt;/p&gt;&lt;p&gt;Still confused about the use of the word "render" in the post. Rendered where, exactly?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amp</dc:creator><pubDate>Wed, 14 Jan 2009 22:50:42 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5133016</link><description>&lt;p&gt;This isn't working for me either.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amp</dc:creator><pubDate>Wed, 14 Jan 2009 22:46:18 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5123687</link><description>&lt;p&gt;I tried this, and it didn't work, what did I do wrong?&lt;/p&gt;&lt;p&gt;&lt;a href="http://twitter.com/kidologist/status/1119652393" rel="nofollow noopener" target="_blank" title="http://twitter.com/kidologist/status/1119652393"&gt;http://twitter.com/kidologi...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karl</dc:creator><pubDate>Wed, 14 Jan 2009 19:47:02 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5122718</link><description>&lt;p&gt;Except in this case lots of people have already implemented this, i.e. simplified markup for links. Markdown, Textile, every wiki on the planet... everybody comes up with some simple way to represent links like this without needing the "a href" overhead. Which "standard" is this?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kshep</dc:creator><pubDate>Wed, 14 Jan 2009 18:43:35 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5121089</link><description>&lt;p&gt;Is this just in the idea stage, or is it supposed to be working on Twitter right now? Because from what I can see, it isn't. I tried it in a couple of tweets without success, and in your tweets, Dave, I still see everything within the brackets. In any case, it's a great idea.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Dodge Medlin</dc:creator><pubDate>Wed, 14 Jan 2009 17:16:14 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5121002</link><description>&lt;p&gt;Please accept this as a fan comment.  Tech posts like this often sail straight over my head (and you know it because you provide plenty of non-tech posts for the likes of me).  As it happens, I do see the point of putting links into tweets and such even though I don't entirely understand how it works.  I'm proud to witness this evolutionary process first hand.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ickledot</dc:creator><pubDate>Wed, 14 Jan 2009 17:12:13 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5121013</link><description>&lt;p&gt;yes, it might break on SMS… 2 options:&lt;br&gt;• assume that enough people have smartphones capable of getting around this that you can develop for future tech instead of burdening yourself with outdated technology&lt;br&gt;• ignore sms links b/c sms isn't really designed for following hyperlinks anyway.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joey Baker</dc:creator><pubDate>Wed, 14 Jan 2009 17:10:16 -0000</pubDate></item><item><title>Re: A new way of linking in tweets (Scripting News)</title><link>http://www.scripting.com/stories/2009/01/14/aNewWayOfLinkingInTweets.html#comment-5120906</link><description>&lt;p&gt;Would "compact HTML"  help here?  See &lt;a href="http://webbackplane.com/mark-birbeck/2008/11/compact-html" rel="nofollow noopener" target="_blank" title="http://webbackplane.com/mark-birbeck/2008/11/compact-html"&gt;http://webbackplane.com/mar...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Volpato</dc:creator><pubDate>Wed, 14 Jan 2009 17:07:35 -0000</pubDate></item></channel></rss>