<?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/"
		>
<channel>
	<title>Comentarios en: Si eres usuario de Facebook ya puedes comentar en este sitio web de manera más fácil.</title>
	<atom:link href="http://francisco.hernandezmarcos.net/fconnect/feed/" rel="self" type="application/rss+xml" />
	<link>http://francisco.hernandezmarcos.net/fconnect/</link>
	<description>Blog personal para comentar sobre mis proyectos y demás.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:19:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Por: Romeo-q</title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-4522</link>
		<dc:creator>Romeo-q</dc:creator>
		<pubDate>Mon, 14 Feb 2011 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-4522</guid>
		<description>

¡¡NO A LA LEY SINDE !!</description>
		<content:encoded><![CDATA[<p>¡¡NO A LA LEY SINDE !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: <fb:name linked="false" useyou="false" uid="581093280">Jesus Mesias</fb:name></title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-1647</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="581093280">Jesus Mesias</fb:name></dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-1647</guid>
		<description>Es lo que yo quiero hacer en mi web, pero es necesario el wordexpress...hay otra forma para web y sin usar el express?</description>
		<content:encoded><![CDATA[<p>Es lo que yo quiero hacer en mi web, pero es necesario el wordexpress&#8230;hay otra forma para web y sin usar el express?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: <fb:name linked="false" useyou="false" uid="100000222926065">Cristian Rey</fb:name></title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-1612</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="100000222926065">Cristian Rey</fb:name></dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-1612</guid>
		<description>qqq</description>
		<content:encoded><![CDATA[<p>qqq</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: <fb:name linked="false" useyou="false" uid="591486715">Francisco Hernández-Marcos</fb:name></title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-810</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="591486715">Francisco Hernández-Marcos</fb:name></dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-810</guid>
		<description>Se me olvidaba...

En algúna otra parte del script tienes que poner algo como:

&lt;h4&gt;Hacer un comentario&lt;/h4&gt;
&lt;?php do_action(&#039;fbc_display_login_button&#039;) ?&gt;
&lt;?php echo fbc_render_login_state(); ?&gt;

Para que se ponga el botón y para que salga el mensajito de autodetectar usuario.

Saludos
Francisco</description>
		<content:encoded><![CDATA[<p>Se me olvidaba&#8230;</p>
<p>En algúna otra parte del script tienes que poner algo como:</p>
<p>&lt;h4&gt;Hacer un comentario&lt;/h4&gt;<br />
&lt;?php do_action(&#039;fbc_display_login_button&#039;) ?&gt;<br />
&lt;?php echo fbc_render_login_state(); ?&gt;</p>
<p>Para que se ponga el botón y para que salga el mensajito de autodetectar usuario.</p>
<p>Saludos<br />
Francisco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: <fb:name linked="false" useyou="false" uid="591486715">Francisco Hernández-Marcos</fb:name></title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-809</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="591486715">Francisco Hernández-Marcos</fb:name></dc:creator>
		<pubDate>Mon, 02 Feb 2009 12:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-809</guid>
		<description>Hola Pau,

Para wordpress (tu tienes blogspot, y no se cómo se haría) tienes que:

1) Descargar el Plugin
http://wiki.developers.facebook.com/index.php/WP-FBConnect 
2) Adaptar la plantilla. Yo no te puedo pasar mi plantilla, lo siento, pero si te es de utilidad te adjunto el trozo de código que tiene que ver con el Facebook Connect (en mi plantilla es el archivo &quot;comments.php&quot;):

	&lt;ol class=&quot;commentlist&quot; id=&quot;commentlist&quot;&gt;

	&lt;?php if ($comments) { ?&gt;

			&lt;?php $count_pings = 1; foreach ($comments as $comment) {
				if (k2_comment_type_detection() == &quot;Comment&quot;) { ?&gt;
		
				&lt;li class=&quot;&lt;?php /* Style differently if comment author is blog author */ if ($comment-&gt;comment_author_email == get_the_author_email()) { echo &#039;authorcomment&#039;; } ?&gt; item&quot; id=&quot;comment-&lt;?php comment_ID() ?&gt;&quot;&gt;
					
					&lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot; class=&quot;counter&quot; title=&quot;Enlace permamente a este comentario&quot;&gt;&lt;?php echo $count_pings; $count_pings++; ?&gt;&lt;/a&gt;&lt;span class=&quot;avatarright&quot;&gt;&lt;?php echo get_avatar( $comment, 50 ); ?&gt;&lt;/span&gt;
					&lt;span class=&quot;commentauthor&quot; style=&quot;font-weight: bold;&quot;&gt;&lt;?php comment_author_link(); ?&gt;&lt;/span&gt; 
					&lt;small class=&quot;commentmetadata&quot;&gt;  &lt;?php comment_date(&#039;dMy&#039;) ?&gt; &lt;?php comment_time() ?&gt;&lt;/small&gt;
					&lt;?php if ( $user_ID ) { edit_comment_link(&#039;&lt;img src=&quot;&#039;.get_bloginfo(template_directory).&#039;/images/pencil.png&quot; alt=&quot;Edit Link&quot; /&gt;&#039;,&#039;&lt;span class=&quot;commentseditlink&quot;&gt;&#039;,&#039;&lt;/span&gt;&#039;); } ?&gt;
				       
	
					&lt;div class=&quot;itemtext2&quot;&gt;&lt;?php comment_text() ?&gt;&lt;/div&gt;
	
					&lt;?php if ($comment-&gt;comment_approved == &#039;0&#039;) : ?&gt;
					&lt;p class=&quot;alert&quot;&gt;&lt;strong&gt;Gracias. Tu comentario est&aacute; a la espera de ser aprobado.&lt;/strong&gt;&lt;/p&gt;
					&lt;?php endif; ?&gt;
	
		&lt;?php if ( function_exists(&#039;CSR_show_voting_stars&#039;) ) CSR_show_voting_stars(); ?&gt;
				&lt;/li&gt;
		
			&lt;?php } } /* end for each comment */ ?&gt;
	
		&lt;/ol&gt;

Un saludo
Francisco</description>
		<content:encoded><![CDATA[<p>Hola Pau,</p>
<p>Para wordpress (tu tienes blogspot, y no se cómo se haría) tienes que:</p>
<p>1) Descargar el Plugin<br />
<a href="http://wiki.developers.facebook.com/index.php/WP-FBConnect">http://wiki.developers.facebook.com/index.php/WP-FBConnect</a><br />
2) Adaptar la plantilla. Yo no te puedo pasar mi plantilla, lo siento, pero si te es de utilidad te adjunto el trozo de código que tiene que ver con el Facebook Connect (en mi plantilla es el archivo &#8220;comments.php&#8221;):</p>
<p>	&lt;ol class=&quot;commentlist&quot; id=&quot;commentlist&quot;&gt;</p>
<p>	&lt;?php if ($comments) { ?&gt;</p>
<p>			&lt;?php $count_pings = 1; foreach ($comments as $comment) {<br />
				if (k2_comment_type_detection() == &quot;Comment&quot;) { ?&gt;</p>
<p>				&lt;li class=&quot;&lt;?php /* Style differently if comment author is blog author */ if ($comment-&gt;comment_author_email == get_the_author_email()) { echo &#039;authorcomment&#039;; } ?&gt; item&quot; id=&quot;comment-&lt;?php comment_ID() ?&gt;&quot;&gt;</p>
<p>					&lt;a href=&quot;#comment-&lt;?php comment_ID() ?&gt;&quot; class=&quot;counter&quot; title=&quot;Enlace permamente a este comentario&quot;&gt;&lt;?php echo $count_pings; $count_pings++; ?&gt;&lt;/a&gt;&lt;span class=&quot;avatarright&quot;&gt;&lt;?php echo get_avatar( $comment, 50 ); ?&gt;&lt;/span&gt;<br />
					&lt;span class=&quot;commentauthor&quot; style=&quot;font-weight: bold;&quot;&gt;&lt;?php comment_author_link(); ?&gt;&lt;/span&gt;<br />
					&lt;small class=&quot;commentmetadata&quot;&gt;  &lt;?php comment_date(&#039;dMy&#039;) ?&gt; &lt;?php comment_time() ?&gt;&lt;/small&gt;<br />
					&lt;?php if ( $user_ID ) { edit_comment_link(&#039;&lt;img src=&quot;&#039;.get_bloginfo(template_directory).&#039;/images/pencil.png&quot; alt=&quot;Edit Link&quot; /&gt;&#039;,&#039;&lt;span class=&quot;commentseditlink&quot;&gt;&#039;,&#039;&lt;/span&gt;&#039;); } ?&gt;</p>
<p>					&lt;div class=&quot;itemtext2&quot;&gt;&lt;?php comment_text() ?&gt;&lt;/div&gt;</p>
<p>					&lt;?php if ($comment-&gt;comment_approved == &#039;0&#039;) : ?&gt;<br />
					&lt;p class=&quot;alert&quot;&gt;&lt;strong&gt;Gracias. Tu comentario est&amp;aacute; a la espera de ser aprobado.&lt;/strong&gt;&lt;/p&gt;<br />
					&lt;?php endif; ?&gt;</p>
<p>		&lt;?php if ( function_exists(&#039;CSR_show_voting_stars&#039;) ) CSR_show_voting_stars(); ?&gt;<br />
				&lt;/li&gt;</p>
<p>			&lt;?php } } /* end for each comment */ ?&gt;</p>
<p>		&lt;/ol&gt;</p>
<p>Un saludo<br />
Francisco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: <fb:name linked="false" useyou="false" uid="1261489880">Pau A. Monserrat</fb:name></title>
		<link>http://francisco.hernandezmarcos.net/fconnect/comment-page-1/#comment-808</link>
		<dc:creator><fb:name linked="false" useyou="false" uid="1261489880">Pau A. Monserrat</fb:name></dc:creator>
		<pubDate>Mon, 02 Feb 2009 11:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://francisco.hernandezmarcos.net/?p=1120#comment-808</guid>
		<description>Me parece una funcionalidad muy interesante.
No se si es mucho pedir, pero me podrías mandar la plantilla? (info@futurfinances.com)</description>
		<content:encoded><![CDATA[<p>Me parece una funcionalidad muy interesante.<br />
No se si es mucho pedir, pero me podrías mandar la plantilla? (info@futurfinances.com)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

