<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Link Previews, and How to use them Correctly</title>
	<atom:link href="http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/feed/" rel="self" type="application/rss+xml" />
	<link>http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/</link>
	<description>Raising your money conciousness, one post at a time</description>
	<lastBuildDate>Sat, 01 May 2010 14:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/comment-page-1/#comment-7</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 20 Jan 2007 01:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/#comment-7</guid>
		<description>Yep, Lorelle is right on.  I use title=&quot;long description&quot; on Vibe Technology / VibeTalk.  However, it&#039;s not automatic.  If you look in the article you reference, I did this for external links too.  I think there&#039;s a title maker plugin out there somewhere you might use.

For display, I use a plug-in called &lt;a href=&quot;http://www.webwork-studios.de/index.php/2007/01/04/ws-tooltips/&quot; rel=&quot;nofollow&quot;&gt;WS-Tooltips&lt;/a&gt; by Christopher Hartmann.  This allows a more useful display of the title which degrades gracefully.

I made some small modifications to widen the box and cut off the domain name in the link if the URL is long (it just seems useless to display it otherwise - it&#039;s always cut off).  I only spent a few minutes doing this, so it&#039;s a bit of a hack.  Ideally you would dynamically adjust the width via code...</description>
		<content:encoded><![CDATA[<p>Yep, Lorelle is right on.  I use title=&#8221;long description&#8221; on Vibe Technology / VibeTalk.  However, it&#8217;s not automatic.  If you look in the article you reference, I did this for external links too.  I think there&#8217;s a title maker plugin out there somewhere you might use.</p>
<p>For display, I use a plug-in called <a href="http://www.webwork-studios.de/index.php/2007/01/04/ws-tooltips/" rel="nofollow">WS-Tooltips</a> by Christopher Hartmann.  This allows a more useful display of the title which degrades gracefully.</p>
<p>I made some small modifications to widen the box and cut off the domain name in the link if the URL is long (it just seems useless to display it otherwise &#8211; it&#8217;s always cut off).  I only spent a few minutes doing this, so it&#8217;s a bit of a hack.  Ideally you would dynamically adjust the width via code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nenad</title>
		<link>http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/comment-page-1/#comment-6</link>
		<dc:creator>Nenad</dc:creator>
		<pubDate>Fri, 19 Jan 2007 09:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/#comment-6</guid>
		<description>I didn&#039;t actually mean the standard title tags, they generally do not allow for a description of any length, and they look fairly ugly. I was thinking of something that will display a couple of rows of text, which still looks good.

I will add the title tags to my posts from now on, I see what you mean by usability. I guess I just forgot about them, since I never read them myself.

Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t actually mean the standard title tags, they generally do not allow for a description of any length, and they look fairly ugly. I was thinking of something that will display a couple of rows of text, which still looks good.</p>
<p>I will add the title tags to my posts from now on, I see what you mean by usability. I guess I just forgot about them, since I never read them myself.</p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle</title>
		<link>http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/comment-page-1/#comment-5</link>
		<dc:creator>Lorelle</dc:creator>
		<pubDate>Fri, 19 Jan 2007 07:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://moneyconciousness.com/2007/01/19/link-previews-and-how-to-use-them-correctly/#comment-5</guid>
		<description>Actually, if you want a text &quot;description&quot; to popup when hovering over the link, just add it to your link tag.

&lt;a href=&quot;http://example.com/&quot; title=&quot;Description of the link here&quot;&gt;Link&lt;/a&gt;

I see you aren&#039;t using them in your blog post content, and they are required by web standards. For example, the link to my site would feature this hover over &lt;a href=&quot;http://lorelle.wordpress.com/&quot; title=&quot;Lorelle on WordPress - everything you want to know about WordPress and blogging&quot; rel=&quot;nofollow&quot;&gt;Lorelle on WordPress&lt;/a&gt;.

Simple and easy, and meets the standards for web accessibility. Nothing fancy. And certainly not covering most of your content or distracting.</description>
		<content:encoded><![CDATA[<p>Actually, if you want a text &#8220;description&#8221; to popup when hovering over the link, just add it to your link tag.</p>
<p>&lt;a href=&#8221;http://example.com/&#8221; title=&#8221;Description of the link here&#8221;&gt;Link&lt;/a&gt;</p>
<p>I see you aren&#8217;t using them in your blog post content, and they are required by web standards. For example, the link to my site would feature this hover over <a href="http://lorelle.wordpress.com/" title="Lorelle on WordPress - everything you want to know about WordPress and blogging" rel="nofollow">Lorelle on WordPress</a>.</p>
<p>Simple and easy, and meets the standards for web accessibility. Nothing fancy. And certainly not covering most of your content or distracting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
