<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: commentluv</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: commentluv</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 14:54:07 +0000</pubDate>

<item>
<title>freakenstein on "[Plugin: CommentLuv] The Link disappear [HELP]"</title>
<link>http://wordpress.org/support/topic/298892#post-1201500</link>
<pubDate>Sun, 06 Sep 2009 09:31:27 +0000</pubDate>
<dc:creator>freakenstein</dc:creator>
<guid isPermaLink="false">1201500@http://wordpress.org/support/</guid>
<description>&#60;p&#62;My theme has in comments.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- comment input --&#38;gt;
        &#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
        	&#38;lt;textarea name=&#38;quot;comment&#38;quot; id=&#38;quot;comment&#38;quot; tabindex=&#38;quot;4&#38;quot; rows=&#38;quot;8&#38;quot; cols=&#38;quot;50&#38;quot;&#38;gt;&#38;lt;/textarea&#38;gt;
        	&#38;lt;?php if (function_exists(&#38;#39;highslide_emoticons&#38;#39;)) : ?&#38;gt;&#38;lt;div id=&#38;quot;emoticon&#38;quot;&#38;gt;&#38;lt;?php highslide_emoticons(); ?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endif; ?&#38;gt;
        	&#38;lt;?php if (function_exists(&#38;#39;comment_id_fields&#38;#39;)) : comment_id_fields(); endif; do_action(&#38;#39;comment_form&#38;#39;, $post-&#38;gt;ID); ?&#38;gt;
        &#38;lt;/div&#38;gt;
        &#38;lt;!-- /comment input --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which is placed somewhere between &#38;lt;form&#38;gt;&#38;lt;/form&#38;gt;&#60;br /&#62;
:S
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "[Plugin: CommentLuv] The Link disappear [HELP]"</title>
<link>http://wordpress.org/support/topic/298892#post-1201499</link>
<pubDate>Sun, 06 Sep 2009 09:25:10 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">1201499@http://wordpress.org/support/</guid>
<description>&#60;p&#62;check to make sure that you have selected the checkbox for using the template insert and make sure that your comments.php file has &#60;code&#62;do_action(&#38;#39;comment_form&#38;#39;, $post-&#38;gt;ID);&#60;/code&#62;&#60;br /&#62;
before the closing /form tag (wrap it in php tags)&#60;/p&#62;
&#60;p&#62;the do action command lets commentluv (and other plugins) know that the comment form is being output. that's where commentluv adds some hidden fields to the form for holding the luvlink data.&#60;/p&#62;
&#60;p&#62;if you don't have the do action there, no fields get added and commentluv doesn't see any values so it exits.
&#60;/p&#62;</description>
</item>
<item>
<title>freakenstein on "[Plugin: CommentLuv] The Link disappear [HELP]"</title>
<link>http://wordpress.org/support/topic/298892#post-1201493</link>
<pubDate>Sun, 06 Sep 2009 09:10:33 +0000</pubDate>
<dc:creator>freakenstein</dc:creator>
<guid isPermaLink="false">1201493@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Same problem here.&#60;br /&#62;
(WP2.8.4)&#60;br /&#62;
When using the template function it doesn't work&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Use template insert to show badge and checkbox? ( &#38;lt;?php cl_display_badge(); ?&#38;gt; )
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;When using the standard behavior is does work.
&#60;/p&#62;</description>
</item>
<item>
<title>freewrite on "After Updating to CommentLuv 2.7, comments go into moderation"</title>
<link>http://wordpress.org/support/topic/300987#post-1175943</link>
<pubDate>Sat, 15 Aug 2009 12:23:02 +0000</pubDate>
<dc:creator>freewrite</dc:creator>
<guid isPermaLink="false">1175943@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After I updated CommentLuv to ver. 2.7, I noticed all my comments were going directly into moderation. I do NOT have the box checked that requires the administrator to approve each comment, and I DO have the box checked that requires comments with two or more links to be moderated.&#60;/p&#62;
&#60;p&#62;Should I just go back to an earlier version of CommentLuv, or is there a workaround for this?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;JD&#60;br /&#62;
idthings.info
&#60;/p&#62;</description>
</item>
<item>
<title>misheff on "[Plugin: CommentLuv] The Link disappear [HELP]"</title>
<link>http://wordpress.org/support/topic/298892#post-1168963</link>
<pubDate>Sun, 09 Aug 2009 20:22:36 +0000</pubDate>
<dc:creator>misheff</dc:creator>
<guid isPermaLink="false">1168963@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is my site - &#60;a href=&#34;http://www.techwall.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.techwall.org/&#60;/a&#62;&#60;br /&#62;
I insert &#60;strong&#62;&#38;lt;?php cl_display_badge(); ?&#38;gt;&#60;/strong&#62; into my comments.php template but when i do that link to user last blog post its not showing! Please visit my site, try comment to see what i am talking about and give me a solution. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>TheGamer1701 on "Alternative zu "Commentluv"?"</title>
<link>http://wordpress.org/support/topic/294805#post-1154731</link>
<pubDate>Wed, 29 Jul 2009 00:57:51 +0000</pubDate>
<dc:creator>TheGamer1701</dc:creator>
<guid isPermaLink="false">1154731@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello Everyone,&#60;/p&#62;
&#60;p&#62;maybe some of you know the &#34;commentluv&#34; plugin.&#60;br /&#62;
This plugin simply displays the authors last article, if there is a rss feed present.&#60;/p&#62;
&#60;p&#62;Unfortunetly, the author has changed the system to only work when communicating with his own webpage. As I have no controle, what data the foreign webpage will gather about my users/commenters and how this data is used.&#60;/p&#62;
&#60;p&#62;Therefore I am now in search for a good alternative to &#34;commentluv&#34;, that is completly independent. The only functionality I want from this plugin is the displaying of the authors last article.&#60;/p&#62;
&#60;p&#62;If anyone of you has come across such a plugin, I would very much apreciate it if you could point me to the page/plugin.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
André
&#60;/p&#62;</description>
</item>
<item>
<title>johnyb on "Commentluv Hoes"</title>
<link>http://wordpress.org/support/topic/202594#post-1122506</link>
<pubDate>Wed, 01 Jul 2009 13:48:15 +0000</pubDate>
<dc:creator>johnyb</dc:creator>
<guid isPermaLink="false">1122506@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;Just removed it as it makes it impossible to add pictures to my post.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;How come? I just installed. You can't copy&#38;amp;paste or what? Please explain
&#60;/p&#62;</description>
</item>
<item>
<title>mishko on "Unable to enable Comment Luv"</title>
<link>http://wordpress.org/support/topic/191813#post-1113176</link>
<pubDate>Mon, 22 Jun 2009 22:49:11 +0000</pubDate>
<dc:creator>mishko</dc:creator>
<guid isPermaLink="false">1113176@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Update: I'm looking at the source code and there's no call to hoverIntent.js and commentluv.js like I see in the source code of sites that have CommentLuv working. (It is calling cl_style.css though.) Then I realized that was only the case on my &#60;em&#62;Pages&#60;/em&#62;! The badge is indeed showing up on my &#60;em&#62;Posts&#60;/em&#62; now. &#60;strong&#62;Is there anyway to get this working on Pages, too?&#60;/strong&#62; &#60;/p&#62;
&#60;p&#62;One more issue: The badge shows up but CL is still not able to fetch any RSS to display. As soon as I enter the URL, it triggers the API and the badge changes to the animated status bar graphic. But it immediately gives up regardless of the URL I enter. The status bar says &#34;Done&#34;, the status bar graphic continues to animate, but no posts are ever displayed.&#60;/p&#62;
&#60;p&#62;To test the integrity of the RSS feeds I was using, I went to websites where the CL plugin is definitely working, and they do display the most recent post. So the RSS feed seems not to be the issue. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Why might my domain be unable to fetch any latest posts?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I'm running WP 2.8 and CL 2.7. Downloaded &#38;amp; installed via the Wordpress plugin section of the admin.
&#60;/p&#62;</description>
</item>
<item>
<title>mishko on "Unable to enable Comment Luv"</title>
<link>http://wordpress.org/support/topic/191813#post-1112233</link>
<pubDate>Mon, 22 Jun 2009 03:12:17 +0000</pubDate>
<dc:creator>mishko</dc:creator>
<guid isPermaLink="false">1112233@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Any ideas when it's not the template missing this bit: &#38;lt;?php do_action('comment_form', $post-&#38;gt;ID); ?&#38;gt; ?&#60;/p&#62;
&#60;p&#62;I installed and activated, but no display. Then I tried with and without ticking the &#34;Use template insert&#34; checkbox and placing &#38;lt;?php cl_display_badge(); ?&#38;gt; in the comments.php template (per the instructions in the Settings section). Then I tried &#38;lt;php clshowbadge(); ?&#38;gt; instead (per the &#34;Other Notes&#34; on the plugin directory page). No errors, but also no change in display since installing the plugin. I'm on Dreamhost and I saw another support thread that mentioned the necessity of having cURL, but DH definitely enables it and I have another script that makes use of it. Also cleared my browser and WP cache.&#60;/p&#62;
&#60;p&#62;It sounds like an awesome plugin and I'd love to get it working. Any ideas for me to try?
&#60;/p&#62;</description>
</item>
<item>
<title>miconian on "Disqus or Commentluv?"</title>
<link>http://wordpress.org/support/topic/236698#post-1052364</link>
<pubDate>Tue, 21 Apr 2009 20:04:06 +0000</pubDate>
<dc:creator>miconian</dc:creator>
<guid isPermaLink="false">1052364@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Personally, I don't really like the concept behind IntenseDebate. I am not trying to create intense debates, and I'm not necessarily striving to manipulate users into interacting with my posts. I just want to make it easier for them to do so if that's what they want. Not every post organically leads to a multiple choice question.
&#60;/p&#62;</description>
</item>
<item>
<title>Mariokluser on "Commentluv Hoes"</title>
<link>http://wordpress.org/support/topic/202594#post-1015175</link>
<pubDate>Sat, 14 Mar 2009 01:25:18 +0000</pubDate>
<dc:creator>Mariokluser</dc:creator>
<guid isPermaLink="false">1015175@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just removed it as it makes it impossible to add pictures to my post.&#60;br /&#62;
WP version 2.7.1
&#60;/p&#62;</description>
</item>
<item>
<title>pmoys on "[Plugin: CommentLuv] Commentluv not working with 2.7"</title>
<link>http://wordpress.org/support/topic/251663#post-1011773</link>
<pubDate>Wed, 11 Mar 2009 02:46:33 +0000</pubDate>
<dc:creator>pmoys</dc:creator>
<guid isPermaLink="false">1011773@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i disabled ljuser and thread comment (after i figured out it could be done via original wordpress). My visual edit bar came back (that was from ljuser eating it). I logged out, enabled commenting by those not registered, and I still can't find it. Is it my theme? What's going on? Help would be awesome.
&#60;/p&#62;</description>
</item>
<item>
<title>pmoys on "[Plugin: CommentLuv] Commentluv not working with 2.7"</title>
<link>http://wordpress.org/support/topic/251663#post-1011700</link>
<pubDate>Wed, 11 Mar 2009 01:28:25 +0000</pubDate>
<dc:creator>pmoys</dc:creator>
<guid isPermaLink="false">1011700@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://pmoys.independentchaos.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://pmoys.independentchaos.com/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For some reason the commentluv isn't working on my blog.&#60;br /&#62;
I have wordpress thread comment too, so i am wondering if that's interfering.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/commentluv/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/commentluv/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jleuze on "Disqus or Commentluv?"</title>
<link>http://wordpress.org/support/topic/236698#post-963920</link>
<pubDate>Fri, 23 Jan 2009 06:00:36 +0000</pubDate>
<dc:creator>jleuze</dc:creator>
<guid isPermaLink="false">963920@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Have you given the Automattic-owned &#60;a href=&#34;http://www.intensedebate.com/&#34;&#62;IntenseDebate&#60;/a&#62; a try?
&#60;/p&#62;</description>
</item>
<item>
<title>powerkor on "Disqus or Commentluv?"</title>
<link>http://wordpress.org/support/topic/236698#post-963822</link>
<pubDate>Fri, 23 Jan 2009 02:42:34 +0000</pubDate>
<dc:creator>powerkor</dc:creator>
<guid isPermaLink="false">963822@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Which one do you use and why?
&#60;/p&#62;</description>
</item>
<item>
<title>jeffr0 on "[Plugin: CommentLuv] Styling Comment Luv"</title>
<link>http://wordpress.org/support/topic/178981#post-869619</link>
<pubDate>Sun, 05 Oct 2008 10:13:00 +0000</pubDate>
<dc:creator>jeffr0</dc:creator>
<guid isPermaLink="false">869619@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Actually, long time no see but I discovered that the reason why I was not seeing the style changes was because I had to first publish a new comment that enabled CommentLuv which would then display the new styling. Just because I changed the style doesn't mean that previous comments that had Comment Luv enabled would change. Thus, I never saw any changes when I applied the new styling.&#60;/p&#62;
&#60;p&#62;It works as intended.
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "Commentluv Hoes"</title>
<link>http://wordpress.org/support/topic/202594#post-862376</link>
<pubDate>Thu, 25 Sep 2008 19:52:33 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">862376@http://wordpress.org/support/</guid>
<description>&#60;p&#62;there's a list of active commentluv blogs at commentluv.com
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "CommentLuv Woes"</title>
<link>http://wordpress.org/support/topic/195443#post-862373</link>
<pubDate>Thu, 25 Sep 2008 19:51:29 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">862373@http://wordpress.org/support/</guid>
<description>&#60;p&#62;navjotsignh: if you're using a feedburner feed it will pass back a cached version of your feed if it is being asked by a script that doesn't have caching enabled.&#60;/p&#62;
&#60;p&#62;It takes up too much space to have caching on everyone's feeds but I have enabled caching for registered users who submit their url and verify it at commentluv.com&#60;/p&#62;
&#60;p&#62;if you do that, the latest version will always get your very latest post
&#60;/p&#62;</description>
</item>
<item>
<title>twofiftynine on "CommentLuv doesn't show any of my posts. What's up?"</title>
<link>http://wordpress.org/support/topic/206059#post-861057</link>
<pubDate>Wed, 24 Sep 2008 13:00:49 +0000</pubDate>
<dc:creator>twofiftynine</dc:creator>
<guid isPermaLink="false">861057@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the help! But I already figured it out....
&#60;/p&#62;</description>
</item>
<item>
<title>twofiftynine on "CommentLuv doesn't show any of my posts. What's up?"</title>
<link>http://wordpress.org/support/topic/206059#post-860686</link>
<pubDate>Tue, 23 Sep 2008 21:54:42 +0000</pubDate>
<dc:creator>twofiftynine</dc:creator>
<guid isPermaLink="false">860686@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For some reason CommentLuv NEVER shows a link to any of my posts. I tried to follow the advice on one site that I found when I did a Google search, but I couldn't quite understand it, and I didn't find any help in the forums. I don't have Feed Burner, at least I don't think I do, so I don't think that's the problem. But when I tested my blogs url at feedburner.com so it could find the feed, I got this error... The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 49: Element type &#34;td&#34; must be followed by either attribute specifications, &#34;&#38;gt;&#34; or &#34;/&#38;gt;&#34;.&#60;/p&#62;
&#60;p&#62;Is that the reason why CommentLuv can't find my posts? Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>navjotjsingh on "CommentLuv Woes"</title>
<link>http://wordpress.org/support/topic/195443#post-857394</link>
<pubDate>Fri, 19 Sep 2008 18:42:31 +0000</pubDate>
<dc:creator>navjotjsingh</dc:creator>
<guid isPermaLink="false">857394@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Strangely...at most of the sites old post is being fetched still at many blogs. And my blog loads pretty fast at 2.6 seconds avg loading time.
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "I need your help with my new plugin - 100$ prize"</title>
<link>http://wordpress.org/support/topic/204519#post-855202</link>
<pubDate>Wed, 17 Sep 2008 09:37:12 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">855202@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've updated my commentluv plugin to 2.0 and I need some more people to try it and give me feedback. the details are at &#60;a href=&#34;http://www.fiddyp.co.uk&#34;&#62;FiddyP.co.uk&#60;/a&#62;&#60;br /&#62;
100 dollars can be won in the next week!&#60;/p&#62;
&#60;p&#62;Andy Bailey&#60;br /&#62;
FiddyP
&#60;/p&#62;</description>
</item>
<item>
<title>FinkAboutIt.com on "Commentluv Hoes"</title>
<link>http://wordpress.org/support/topic/202594#post-848903</link>
<pubDate>Tue, 09 Sep 2008 13:48:59 +0000</pubDate>
<dc:creator>FinkAboutIt.com</dc:creator>
<guid isPermaLink="false">848903@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just build in the Commentluv Plugin. What about you? Any other Commentluv addicts out there?
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "New Plugin: CommentLuv - luv your commenters!"</title>
<link>http://wordpress.org/support/topic/135046/page/2#post-848020</link>
<pubDate>Mon, 08 Sep 2008 12:39:49 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">848020@http://wordpress.org/support/</guid>
<description>&#60;p&#62;a lot of improvements have been made to the plugin over the past 6 months and a lot of blogs don't seem to update very often. With the new features in wp2.7 hopefully this will be resolved and everyone will use the latest version.
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "[Plugin: CommentLuv] Styling Comment Luv"</title>
<link>http://wordpress.org/support/topic/178981#post-848018</link>
<pubDate>Mon, 08 Sep 2008 12:36:26 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">848018@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I tried to make so you could add a class for styling but WP doesn't seem to allow someone to add a class to something in a comment.&#60;br /&#62;
I wrap the text around &#38;lt;abbr&#38;gt;&#38;lt; em&#38;gt; blah &#38;lt; /em&#38;gt;&#38;lt;/abbr&#38;gt;&#60;br /&#62;
(remove spaces)&#60;/p&#62;
&#60;p&#62;and the plugin puts&#60;br /&#62;
abbr em { style here }&#60;/p&#62;
&#60;p&#62;to the style sheet and inserts the style from the text field on the settings page. Hopefully this will get you styled ok.
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "Non-Curl support + CommentLuv?"</title>
<link>http://wordpress.org/support/topic/178854#post-847632</link>
<pubDate>Sun, 07 Sep 2008 22:20:53 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">847632@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have made a beta version of the ajax commentluv and it works without curl, a download link is available on my blog (&#60;a href=&#34;http://www.fiddyp.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.fiddyp.co.uk&#60;/a&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>teamplaylotto on "CommentLuv Woes"</title>
<link>http://wordpress.org/support/topic/195443#post-833709</link>
<pubDate>Wed, 20 Aug 2008 21:33:16 +0000</pubDate>
<dc:creator>teamplaylotto</dc:creator>
<guid isPermaLink="false">833709@http://wordpress.org/support/</guid>
<description>&#60;p&#62;glad you got it sorted dcloud!
&#60;/p&#62;</description>
</item>
<item>
<title>jeffr0 on "[Plugin: CommentLuv] Styling Comment Luv"</title>
<link>http://wordpress.org/support/topic/178981#post-829201</link>
<pubDate>Thu, 14 Aug 2008 16:02:36 +0000</pubDate>
<dc:creator>jeffr0</dc:creator>
<guid isPermaLink="false">829201@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Long time no talk, I'm still trying to figure out how to style this plugins output. I've tried putting the &#38;lt; em &#38;gt; code into the blog post spot as you instructed me to do and that doesn't work. I have looked at my stylesheets and the plugin is actually putting the styling code into the stylesheet but it is never being applied. &#60;/p&#62;
&#60;p&#62;I wish I could just assign a CSS class to this thing and get it over with.
&#60;/p&#62;</description>
</item>
<item>
<title>dcloud on "CommentLuv Woes"</title>
<link>http://wordpress.org/support/topic/195443#post-826335</link>
<pubDate>Mon, 11 Aug 2008 07:58:26 +0000</pubDate>
<dc:creator>dcloud</dc:creator>
<guid isPermaLink="false">826335@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The solution I found thanks to &#60;a href=&#34;http://www.howtospoter.com/web-20/seo/commentluv-plus-dofollow-equal-unlimited-link-love&#34;&#62;some helpful folks&#60;/a&#62; on another site is that my blog was taking too long to load. The CommentLuv plugin will only parse a blog or web page for up to thirty seconds and if it does not get the last headline within that time it will be ignored. I did a &#60;a href=&#34;http://www.linkvendor.com/seo-tools/speedtester.html&#34;&#62;speed test&#60;/a&#62; for my blog and it was taking almost two minutes to render (by modem standards).&#60;/p&#62;
&#60;p&#62;I shaved about a minute off the load time and now the CommentLuv seems to be working.
&#60;/p&#62;</description>
</item>
<item>
<title>dcloud on "CommentLuv Woes"</title>
<link>http://wordpress.org/support/topic/195443#post-825438</link>
<pubDate>Sat, 09 Aug 2008 20:55:46 +0000</pubDate>
<dc:creator>dcloud</dc:creator>
<guid isPermaLink="false">825438@http://wordpress.org/support/</guid>
<description>&#60;p&#62;*bump*
&#60;/p&#62;</description>
</item>

</channel>
</rss>
