<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>IntenseDebate - Official Blog &#187; Facebook Connect</title>
	<atom:link href="http://blog.intensedebate.com/tag/facebook-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.intensedebate.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 12 Feb 2012 13:56:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.intensedebate.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>IntenseDebate - Official Blog &#187; Facebook Connect</title>
		<link>http://blog.intensedebate.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.intensedebate.com/osd.xml" title="IntenseDebate - Official Blog" />
	<atom:link rel='hub' href='http://blog.intensedebate.com/?pushpress=hub'/>
		<item>
		<title>Styling Tip: Hide Guest Commenting</title>
		<link>http://blog.intensedebate.com/2011/07/20/styling-tip-hide-guest-commenting/</link>
		<comments>http://blog.intensedebate.com/2011/07/20/styling-tip-hide-guest-commenting/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 22:30:25 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[guest commenting]]></category>
		<category><![CDATA[Twitter Sign-In]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=3063</guid>
		<description><![CDATA[It&#8217;s been way too long since we last updated our blog &#8211; our apologies for the radio silence. I wanted to share a handy bit of CSS to help you further customize the way your readers can post comments to your site. While we offer a couple of different ways to comment &#8211; as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=3063&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been way too long since we last updated our blog &#8211; our apologies for the radio silence. I wanted to share a handy bit of CSS to help you further customize the way your readers can post comments to your site. While we offer a couple of different ways to comment &#8211; as a guest or using their <a href="http://support.intensedebate.com/comment-settings/facebook-connect/">Facebook</a>, <a href="http://support.intensedebate.com/comment-settings/twitter/">Twitter</a>, WordPress.com, or IntenseDebate account &#8211; there wasn&#8217;t a way to disable guest commenting while still enabling Facebook Connect and Twitter Sign-in.</p>
<p>But, as you may know, we offer a super-easy way to add custom CSS to bring your own personal style to IntenseDebate through <a href="http://intensedebate.com/edit-site-css/">your Custom CSS page</a>. By adding a handy snippet of CSS, you can hide the guest commenter information fields (Name, Email, URL), which will effectively remove the option to post comments as a guest.</p>
<p><em>Why is this cool?</em></p>
<p>I&#8217;m glad you asked. Currently commenters that post using Facebook Connect and Twitter Sign-in are considered guest commenters since they aren&#8217;t posting with an IntenseDebate or WordPress.com account. The issue is that if you disable guest commenting in <a href="http://intensedebate.com/edit-site-moderation/">your moderation settings</a> by requiring readers to have an IntenseDebate or WordPress.com account, you would remove the options to post using Facebook Connect and Twitter Sign-in, which isn&#8217;t ideal.</p>
<p>So without further ado, here&#8217;s the CSS you can add to <a href="http://intensedebate.com/edit-site-css/">your Custom CSS page</a> to get rid of guest commenting:</p>
<blockquote><p>#idc-container-parent #idc-container .idc-postnav-label,<br />
#idc-container-parent #idc-container .idc-c-m.idc-signup {<br />
display: none !important;<br />
}<br />
#idc-container-parent #idc-container<br />
.idc-postnav-list {<br />
margin: 5px 0 8px;<br />
}</p></blockquote>
<p>That last little bit adjusts the margin to make up for the hidden fields so there isn&#8217;t a gaping space where the guest commenter fields used to be. Feel free to tweak that as you&#8217;d like.</p>
<p>Make sure you check out our <a href="http://support.intensedebate.com/css-documentation/">CSS documentation</a>, along with the rest of our guides to change the <a href="http://support.intensedebate.com/custom-css/change-font-font-size/">font size</a>; <a href="http://support.intensedebate.com/custom-css/change-text-background-links/">text, background, and link colors</a>; <a href="http://support.intensedebate.com/custom-css/width/">width of the comment section</a>; and <a href="http://support.intensedebate.com/custom-css/moving-comment-box-to-the-top/">move the comment box to the top of the comment section</a>.</p>
<br />Filed under: <a href='http://blog.intensedebate.com/category/features/'>features</a> Tagged: <a href='http://blog.intensedebate.com/tag/css/'>css</a>, <a href='http://blog.intensedebate.com/tag/customization/'>customization</a>, <a href='http://blog.intensedebate.com/tag/design/'>design</a>, <a href='http://blog.intensedebate.com/tag/facebook-connect/'>Facebook Connect</a>, <a href='http://blog.intensedebate.com/tag/guest-commenting/'>guest commenting</a>, <a href='http://blog.intensedebate.com/tag/twitter-sign-in/'>Twitter Sign-In</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/3063/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/3063/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/3063/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=3063&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2011/07/20/styling-tip-hide-guest-commenting/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing WordPress.com User Accounts &amp; Auto-Login to IntenseDebate</title>
		<link>http://blog.intensedebate.com/2010/03/03/wordpress-auto-login/</link>
		<comments>http://blog.intensedebate.com/2010/03/03/wordpress-auto-login/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 22:02:10 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[auto-login]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[Twitter Sign-In]]></category>
		<category><![CDATA[user accounts]]></category>
		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=1415</guid>
		<description><![CDATA[We are extremely excited to introduce WordPress.com user accounts and auto-login to IntenseDebate and open up the debate to more than 12 million commenters and bloggers.  Now WordPress.com users can comment on IntenseDebate-enabled websites anywhere on the Web without having to re-enter their account information. While we&#8217;ve added Facebook Connect and Twitter Sign-In support, there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1415&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://intensedebate.files.wordpress.com/2009/09/wordpress-connect-graphic.png"><img class="size-full wp-image-2519 alignright" title="WP-Connect" src="http://intensedebate.files.wordpress.com/2009/09/wordpress-connect-graphic.png" alt="" width="264" height="330" /></a>We are extremely excited to introduce <strong>WordPress.com user accounts and auto-login</strong> to IntenseDebate and open up the debate to more than <strong>12 million</strong> commenters and bloggers.  Now <a href="http://wordpress.com">WordPress.com</a> users can comment on IntenseDebate-enabled websites anywhere on the Web without having to re-enter their account information.</p>
<p>While we&#8217;ve added <a href="http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/">Facebook Connect</a> and <a href="http://blog.intensedebate.com/2009/07/08/intensedebate-comments-twitter-sign-in-tweet-this/">Twitter Sign-In</a> support, there are still too many steps and mouse clicks between you and posting a comment. We&#8217;re all about making commenting easier and more accessible to as many people as possible, and we think you&#8217;ll agree that this is a huge leap forward.  Commenting with IntenseDebate is now <strong><span style="text-decoration:underline;">easier</span>, </strong><strong><span style="text-decoration:underline;">faster</span>, and </strong><strong><span style="text-decoration:underline;">simpler</span></strong>.<strong><br />
</strong></p>
<p>WordPress.com users post <a href="http://en.wordpress.com/stats/posting/"> nearly 400,000 new comments every day</a>, and now they are all automatically logged in to comment on your blog. And that&#8217;s not to mention the addition of over <a href="http://en.wordpress.com/stats/signups/">20,000 new users every day</a>!</p>
<p style="margin-bottom:20px;">
<blockquote>
<p style="text-align:center;">
</blockquote>
<p style="margin-bottom:20px;">
<p><strong>So what does this mean for you?</strong></p>
<ul>
<li> If you&#8217;re a WordPress.com user and you&#8217;re logged into your account, then you&#8217;ll automatically be logged into IntenseDebate as well.  All you have to do is type your comment and hit submit.</li>
<li>You can login with your WordPress.com account directly from the comment section and at IntenseDebate.com.</li>
<li>If you already have an IntenseDebate account then you can just keep on commenting as normal.</li>
</ul>
<p>This means that unlike Facebook Connect and Twitter Sign-In, there are no extra clicks, and no need to remember another set of login credentials. It also means that more than 12 million WordPress.com users will be able to comment on your blog with full-fledged IntenseDebate profiles, without having to create an account or enter any details. How&#8217;s that for motivating the conversation?</p>
<p>Better yet, since these profiles aren&#8217;t third-party accounts, you (and all your new users) will have access to all of the awesome features that IntenseDebate is famous for: email notifications, reply-by-email, reputation scores, comment voting, comment history, Twitter integration, and more.</p>
<p>If you already have both IntenseDebate and WordPress.com accounts, don&#8217;t  worry &#8211; we will be merging your accounts in the next phase of our  integration, so keep commenting!</p>
<p>Commenting on your site just got a whole lot easier for millions of existing bloggers and commenters.</p>
<p>Welcome to the debate WordPress.com lovers! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://blog.intensedebate.com/category/community/'>community</a>, <a href='http://blog.intensedebate.com/category/features/'>features</a>, <a href='http://blog.intensedebate.com/category/news/'>News</a> Tagged: <a href='http://blog.intensedebate.com/tag/auto-login/'>auto-login</a>, <a href='http://blog.intensedebate.com/tag/automattic/'>Automattic</a>, <a href='http://blog.intensedebate.com/tag/community/'>community</a>, <a href='http://blog.intensedebate.com/tag/facebook-connect/'>Facebook Connect</a>, <a href='http://blog.intensedebate.com/tag/stats/'>stats</a>, <a href='http://blog.intensedebate.com/tag/twitter-sign-in/'>Twitter Sign-In</a>, <a href='http://blog.intensedebate.com/tag/user-accounts/'>user accounts</a>, <a href='http://blog.intensedebate.com/tag/wordpress-com/'>WordPress.com</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/1415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/1415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/1415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1415&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2010/03/03/wordpress-auto-login/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2009/09/wordpress-connect-graphic.png" medium="image">
			<media:title type="html">WP-Connect</media:title>
		</media:content>
	</item>
		<item>
		<title>IntenseDebate Tip: 3 Ways to Subscribe to Comments Via Email</title>
		<link>http://blog.intensedebate.com/2010/02/12/intensedebate-tip-3-ways-to-subscribe-to-comments-via-email/</link>
		<comments>http://blog.intensedebate.com/2010/02/12/intensedebate-tip-3-ways-to-subscribe-to-comments-via-email/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:55:14 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[email notifications]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[guest commenting]]></category>
		<category><![CDATA[ID Tips]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Twitter Sign-In]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=2557</guid>
		<description><![CDATA[IntenseDebate is feature packed and we&#8217;re always adding new bells and whistles. Of course, you know this by now and are likely pretty familiar with our tools. Still there might be some cool features that you never knew existed. We&#8217;re guessing that you&#8217;re familiar with our email notifications, but there&#8217;s one method of subscribing to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=2557&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IntenseDebate is feature packed and we&#8217;re always adding new bells and whistles.  Of course, you know this by now and are likely pretty familiar with our tools.  Still there might be some cool features that you never knew existed.  We&#8217;re guessing that you&#8217;re familiar with our email notifications, but there&#8217;s one method of subscribing to comments that might be overlooked (I know this because I recently forgot it existed).  This post outlines three methods for commenters to opt to receive email notifications for comments posted.</p>
<p><strong>Subscribe <span style="text-decoration:underline;">without posting a comment</span>:</strong><br />
This option is located in the RSS menu in the top right of the comment section and is available to everyone: IntenseDebate users, along with commenters posting either as Guests, with Facebook Connect, Twitter Sign-In, or OpenID.  You can opt to receive email notifications for a single post or for comments on all posts.</p>
<p style="text-align:center;"><a href="http://intensedebate.files.wordpress.com/2010/02/subscribe-via-email-1.png"><img class="size-full wp-image-2558 aligncenter" title="subscribe via email-1" src="http://intensedebate.files.wordpress.com/2010/02/subscribe-via-email-1.png" alt="" width="412" height="338" /></a></p>
<p><strong>Subscribe when posting a comment:</strong><br />
When you post your comment you can opt to receive email notifications for all comments or just for replies to your own.  This option is available to all commenters (IntenseDebate accounts, Facebook Connect, Twitter Sign-In, OpenID, and Guests).</p>
<p style="text-align:center;"><a href="http://intensedebate.files.wordpress.com/2010/02/subscribe2.png"><img class="aligncenter size-full wp-image-2565" title="subscribe2" src="http://intensedebate.files.wordpress.com/2010/02/subscribe2.png" alt="" width="405" height="338" /></a></p>
<p><strong>Subscribe automatically (<span style="text-decoration:underline;">for IntenseDebate users only</span>):</strong><br />
This option is enabled by default for all IntenseDebate users.  You can configure your settings at <a href="http://intensedebate.com/edit-user-account">http://intensedebate.com/edit-user-account</a>.</p>
<p><a href="http://intensedebate.files.wordpress.com/2010/02/email-profile-1.png"><img class="aligncenter size-full wp-image-2566" title="email profile-1" src="http://intensedebate.files.wordpress.com/2010/02/email-profile-1.png" alt="" width="500" height="263" /></a></p>
<p>More tips to come! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://blog.intensedebate.com/category/features/'>features</a> Tagged: <a href='http://blog.intensedebate.com/tag/email-notifications/'>email notifications</a>, <a href='http://blog.intensedebate.com/tag/facebook-connect/'>Facebook Connect</a>, <a href='http://blog.intensedebate.com/tag/features/'>features</a>, <a href='http://blog.intensedebate.com/tag/guest-commenting/'>guest commenting</a>, <a href='http://blog.intensedebate.com/tag/id-tips/'>ID Tips</a>, <a href='http://blog.intensedebate.com/tag/openid/'>OpenID</a>, <a href='http://blog.intensedebate.com/tag/twitter-sign-in/'>Twitter Sign-In</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/2557/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/2557/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/2557/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=2557&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2010/02/12/intensedebate-tip-3-ways-to-subscribe-to-comments-via-email/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2010/02/subscribe-via-email-1.png" medium="image">
			<media:title type="html">subscribe via email-1</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2010/02/subscribe2.png" medium="image">
			<media:title type="html">subscribe2</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2010/02/email-profile-1.png" medium="image">
			<media:title type="html">email profile-1</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook Connect Enhancement</title>
		<link>http://blog.intensedebate.com/2009/09/24/facebook-connect-enhancement/</link>
		<comments>http://blog.intensedebate.com/2009/09/24/facebook-connect-enhancement/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:12:05 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[IDC]]></category>
		<category><![CDATA[sharing]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=1651</guid>
		<description><![CDATA[We&#8217;re excited to introduce a new enhancement for our Facebook Connect implementation: share comments back to Facebook.  We recently rolled this out, so if you use Facebook Connect to post comments in IntenseDebate then you might have noticed this. Our Facebook Connect integration is a cool way to let your readers post comments using their [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1651&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re excited to introduce a new enhancement for our Facebook Connect implementation: share comments back to Facebook.  We recently rolled this out, so if you use Facebook Connect to post comments in IntenseDebate then you might have noticed this.</p>
<p>Our <a href="http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/">Facebook Connect integration</a> is a cool way to let your readers post comments using their Facebook profiles.  With our latest enhancement they can now opt to share their comments with their Facebook friends when they post using Facebook Connect.  Just like our <a href="http://blog.intensedebate.com/2008/06/04/intensedebate-twitter-with-a-cherry-on-top/">&#8220;tweet this&#8221; Twitter integration</a>, this is a great way to get your friends in the debate and drive new traffic to your blog and comments.<a href="http://intensedebate.files.wordpress.com/2009/09/fb-checkbox-1.jpg"><img class="alignright size-full wp-image-1741" title="FB checkbox 1" src="http://intensedebate.files.wordpress.com/2009/09/fb-checkbox-1.jpg" alt="FB checkbox 1" width="140" height="43" /></a></p>
<p>When you&#8217;re logged into Facebook Connect you&#8217;ll notice a new &#8220;Share on Facebook&#8221; checkbox just below the comment textbox on the right.  Select that when you post using your Facebook Connect account and you&#8217;ll have the option to customize the text that you post back to Facebook.</p>
<p style="margin-bottom:20px;">
<p><a href="http://intensedebate.files.wordpress.com/2009/09/post-to-fb2.jpg"><img class="aligncenter size-medium wp-image-1732" title="Post to FB" src="http://intensedebate.files.wordpress.com/2009/09/post-to-fb2.jpg?w=450&#038;h=129" alt="Post to FB" width="450" height="129" /></a></p>
<p style="margin-bottom:20px;">
<p>If you haven&#8217;t given IntenseDebate a try yet, now is the perfect time!  <a href="http://intensedebate.com/install">Get started with IntenseDebate</a>.</p>
<br />Posted in features Tagged: Facebook Connect, features, IDC, sharing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/1651/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1651&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2009/09/24/facebook-connect-enhancement/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2009/09/fb-checkbox-1.jpg" medium="image">
			<media:title type="html">FB checkbox 1</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2009/09/post-to-fb2.jpg?w=300" medium="image">
			<media:title type="html">Post to FB</media:title>
		</media:content>
	</item>
		<item>
		<title>Update: WP Plugin 2.4.2</title>
		<link>http://blog.intensedebate.com/2009/08/26/wordpress-plugin-2-4-2/</link>
		<comments>http://blog.intensedebate.com/2009/08/26/wordpress-plugin-2-4-2/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 17:16:16 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[onload]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=1434</guid>
		<description><![CDATA[Today we&#8217;re releasing an update to our WordPress plugin that fixes a problem some of you were having where other plugins/widgets/JavaScripts were preventing IntenseDebate from loading. This is a minor update, but we recommend that everyone upgrades. It loads your comments slightly faster, and also corrects a URL that will allow us to improve the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1434&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today we&#8217;re releasing an update to our WordPress plugin that fixes a problem some of you were having where other plugins/widgets/JavaScripts were preventing IntenseDebate from loading. This is a minor update, but we recommend that everyone upgrades. It loads your comments slightly faster, and also corrects a URL that will allow us to improve the Facebook Connect functionality in the the plugin as well. This version also displays a neat little icon while the comments section is loading. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You should get an upgrade notification in your WordPress admin panel soon, or you can also go to the WordPress Plugin Directory to <a href="http://wordpress.org/extend/plugins/intensedebate/">download it directly</a>. If you&#8217;re not using IntenseDebate on your WordPress site yet, now is the perfect time to <a href="http://intensedebate.com/signup">get started</a>!</p>
<br />Posted in WordPress Plugin Tagged: Facebook Connect, onload, WordPress Plugin <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/1434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/1434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/1434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1434&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2009/08/26/wordpress-plugin-2-4-2/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">beau</media:title>
		</media:content>
	</item>
		<item>
		<title>IntenseDebate Comments now with Facebook Connect!</title>
		<link>http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/</link>
		<comments>http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:53:43 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[Facebook Connect]]></category>
		<category><![CDATA[IDC]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=1016</guid>
		<description><![CDATA[Facebook Connect integration for your IntenseDebate comment section is now up, running, and open for business! We&#8217;ve worked with the Facebook team to tighten up the integration and make it as slick as possible in true IntenseDebate style. To enable Facebook Connect in your IntenseDebate comment section please visit your blog Settings page in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1016&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1033" style="float:right;margin:0 0 15px 15px;" title="intensedebate-facebook-connect-integration" src="http://intensedebate.files.wordpress.com/2009/06/intensedebate-facebook-connect-integration.jpg" alt="intensedebate-facebook-connect-integration" width="266" height="153" />Facebook Connect integration for your IntenseDebate comment section is now up, running, and open for business!  We&#8217;ve worked with the Facebook team to tighten up the integration and make it as slick as possible in true IntenseDebate style.</p>
<p>To enable Facebook Connect in your IntenseDebate comment section please visit your blog Settings page in your IntenseDebate account at <a href="http://intensedebate.com/edit-site-comments">http://intensedebate.com/edit-site-comments</a>.  Please follow the instructions and you&#8217;ll be all set!</p>
<p>We have also added the option to share your comments on Facebook. Please see <a href="http://wp.me/plsX6-qD">http://wp.me/plsX6-qD</a> for more details.  And don&#8217;t forget to check out <a href="http://wp.me/plsX6-hS">Twitter Sign-in</a> for your comments.</p>
<p>If you haven’t given IntenseDebate a try yet, there’s no better time than now!  <a href="http://intensedebate.com/install">Get started with IntenseDebate</a>.</p>
<br />Posted in features Tagged: Facebook Connect, IDC <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/1016/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/1016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/1016/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=1016&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2009/06/intensedebate-facebook-connect-integration.jpg" medium="image">
			<media:title type="html">intensedebate-facebook-connect-integration</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening Up the Debate with Facebook Connect!</title>
		<link>http://blog.intensedebate.com/2009/03/20/intensedebate-facebook-connect/</link>
		<comments>http://blog.intensedebate.com/2009/03/20/intensedebate-facebook-connect/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 19:50:42 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[Facebook Connect]]></category>

		<guid isPermaLink="false">http://blog.intensedebate.com/?p=851</guid>
		<description><![CDATA[That&#8217;s right, Facebook Connect is here! We&#8217;ve begun a limited roll-out of Facebook Connect.  Leave a comment if you&#8217;re interested in getting in on the early action, and we&#8217;ll email you with some instructions.  Don&#8217;t worry if you don&#8217;t hear from us immediately, we&#8217;ll get you in on the Facebook Connect goodness as soon as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=851&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, Facebook Connect is here!</p>
<p>We&#8217;ve begun a limited roll-out of Facebook Connect.  Leave a comment if you&#8217;re interested in getting in on the early action, and we&#8217;ll email you with some instructions.  Don&#8217;t worry if you don&#8217;t hear from us immediately, we&#8217;ll get you in on the Facebook Connect goodness as soon as we can.</p>
<p>Facebook Connect will be available for everyone soon!</p>
<p>Thanks!</p>
<p><a href="http://intensedebate.files.wordpress.com/2009/03/id-fbc1.png"><img class="aligncenter size-full wp-image-856" title="id-fbc1" src="http://intensedebate.files.wordpress.com/2009/03/id-fbc1.png" alt="id-fbc1" width="459" height="191" /></a></p>
<p><strong>Update &#8211; Thursday, March 26</strong></p>
<p>Thanks everyone for your interest in Facebook Connect.  We&#8217;re still rolling it out slowly.  If you haven&#8217;t heard from us yet please hang in there.  Thanks again for your patience and help!</p>
<p><strong>Update &#8211; Tuesday, July 7</strong></p>
<p>Facebook Connect is now live and available for everyone!  Please check out <a href="http://blog.intensedebate.com/2009/07/01/intensedebate-comments-facebook-connect/">this post</a> for more information.  Thanks!</p>
<br />Posted in features Tagged: Facebook Connect <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/intensedebate.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/intensedebate.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/intensedebate.wordpress.com/851/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.intensedebate.com&amp;blog=5116184&amp;post=851&amp;subd=intensedebate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.intensedebate.com/2009/03/20/intensedebate-facebook-connect/feed/</wfw:commentRss>
		<slash:comments>209</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16c6654d6b0bbaf8fb725b92b180f7e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">MK</media:title>
		</media:content>

		<media:content url="http://intensedebate.files.wordpress.com/2009/03/id-fbc1.png" medium="image">
			<media:title type="html">id-fbc1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
