<?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>dmiracle &#187; Better Comments</title>
	<atom:link href="http://dmiracle.com/category/better-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmiracle.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 02 May 2012 10:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>It&#039;s Really This Easy To Add A Link To Your Comment</title>
		<link>http://dmiracle.com/better-comments/its-really-this-easy-to-add-a-link-to-your-comment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=its-really-this-easy-to-add-a-link-to-your-comment</link>
		<comments>http://dmiracle.com/better-comments/its-really-this-easy-to-add-a-link-to-your-comment/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 15:19:41 +0000</pubDate>
		<dc:creator>Dawud Miracle</dc:creator>
				<category><![CDATA[Better Comments]]></category>
		<category><![CDATA[Better Your Site]]></category>

		<guid isPermaLink="false">http://dmiracle.com/better-comments/its-really-this-easy-to-add-a-link-to-your-comment/</guid>
		<description><![CDATA[How often have you seen this in the comment box? I see it in my comment box and on other blogs enough that it&#8217;s in my consciousness. Here, I often just quickly edit the comment to add a live link because it&#8217;s quick and easy. But it&#8217;s also quick and easy to show you how [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How often have you seen this in the comment box?</strong></p>
<p class="imgcbdr"><img src="http://dmiracle.com/wp-content/uploads/2007/08/link.jpg" alt="link.jpg" title="link.jpg" border="0" height="64" width="390" /></p>
<p>I see it in my comment box and on other blogs enough that it&#8217;s in my consciousness. Here, I often just quickly edit the comment to add a live link because it&#8217;s quick and easy.</p>
<p>But it&#8217;s also quick and easy to show you how to create your own live link that you can <a href="http://susanvlz.blogspot.com/2007/08/10-tips-for-increasing-your-blog.html">use in the comment</a> box on almost any blog. It&#8217;s easy to learn and only takes an extra moment to write. And what you get is a real, live link to wherever you&#8217;re referencing in <a href="http://www.writeforblogs.com/2007/08/speed-links-when-to-write-how-to.html">your comment</a>.</p>
<p><em><strong>But one note</strong> before we go on. Just because you&#8217;re about to find out how to leave links in comments, please only due so when your comment truly warrants it. Don&#8217;t add your affiliate links in the comment box. And don&#8217;t pepper every comment with <a href="http://www.problogger.net/archives/2007/08/29/10-ways-to-hurt-your-blogs-brand-by-commenting-on-other-blogs/">3 self-promoting links back</a> to your blog. Both of these are prime ways to turn off the blogger you&#8217;re leaving comments with. Likely, you&#8217;ll not end up in the comment box, but in <a href="http://www.terencechang.com/2007/08/03/add-comment-policy-prevent-spam/">the spam filter</a>. You may even mean well, just remember that <a href="http://lorelle.wordpress.com/2006/10/16/do-you-care-enough-to-keep-your-blog-comment-spam-free/">spam is in the eye of the blog owner</a>.</em></p>
<p>That said, let&#8217;s get on to it.</p>
<p>All you need to know to create a live link in the comment box is a very small bit of HTML. So, are you ready? Here&#8217;s how you create a live text link with HTML:</p>
<p><strong>&lt;a href=&#8221;http://dmiracle.com&#8221;&gt;link to Dawud&#8217;s blog&lt;/a&gt;</strong></p>
<p>And here&#8217;s what it will look like in the comment box:</p>
<p><a href="http://dmiracle.com">link to Dawud&#8217;s blog</a></p>
<p>That&#8217;s all there is to it. Really. It&#8217;s that easy.</p>
<p>Just be sure of a few things and you&#8217;ll be fine:</p>
<ol>
<li><strong>Be sure to open your your HTML tag correctly.</strong> Put &lt;a href=&#8221;<em>your-url</em>&#8220;&gt; just before the first letter of the word or phrase you want to make into a link. All the syntax as displayed is important &#8211; the placement of the &lt; &gt;, the = and the quotes around <em>your-url</em>.</li>
<li><strong>Be sure you&#8217;ve typed a (space) href correctly</strong> as show above. I&#8217;ve been writing HTML for more than 10 years and I often mistype href or don&#8217;t add the space between a &amp; href.</li>
<li><strong>Your linked text.</strong> What will display, as you see above, is the text just after your &gt; and before the &lt;/a&gt;. What you place in that position is the text that will carry the link.</li>
<li><strong>Be sure to close your HTML tag correctly.</strong> Close your tag means after the last letter of the word or phrase you&#8217;re linking, be sure to add &lt;/a&gt; exactly as it&#8217;s typed &#8211; the slash is important. If you don&#8217;t close the tag, all text after will be a link. Probably not something you want to do.</li>
</ol>
<p>So just to review, the syntax for creating a link looks like this:</p>
<p><strong>&lt;a href=&#8221;</strong><em>your-full-url</em><strong>&#8220;&gt;displayed text link&lt;/a&gt;</strong></p>
<p>That&#8217;s it. Now you should be able to add links to your comments whenever you like, easily, quickly and without trouble. Just be sure the syntax is correct before you <a href="http://successcreeations.com/2007/08/29/consider-carefully-what-name-you-use-to-comment/">submit your comment</a>. Give it a try and let me know how it goes.</p>
<p>Also, one further note. Some blogware will not let you add HTML to your comments. So try it and if you get a message that HTML is not accepted, you&#8217;ll know. Trying it won&#8217;t <a href="http://www.marketingpilgrim.com/2007/08/googlebot-understands-comments.html">hurt anything</a>.</p>
<p>Have fun&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dmiracle.com/better-comments/its-really-this-easy-to-add-a-link-to-your-comment/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>

