<?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>Cordobo &#187; facebook</title>
	<atom:link href="http://cordobo.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on Webdesign and CSS</description>
	<lastBuildDate>Wed, 05 Oct 2011 19:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrate Facebook’s &#8220;Like&#8221; Plugin into WordPress</title>
		<link>http://cordobo.com/1608-facebook-like-plugin-wordpress/</link>
		<comments>http://cordobo.com/1608-facebook-like-plugin-wordpress/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:24:41 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Like Button]]></category>
		<category><![CDATA[Like-Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1608</guid>
		<description><![CDATA[Facebook recently announced the take-over of the internet with the introduction of the yet infamous &#8220;like&#8221;-button. Nevertheless, here is how you can add your own dynamic like-button for WordPress. If you use Facebook&#8217;s generator here, you&#8217;ll get some content very similar to mine: &#60;iframe src=&#34;http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fcordobo.com%2F&#38;amp;layout=standard&#38;amp;show-faces=true&#38;amp;width=450&#38;amp;action=like&#38;amp;colorscheme=light&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; allowTransparency=&#34;true&#34; style=&#34;border:none; overflow:hidden; width:500px; height:60px&#34;&#62;&#60;/iframe&#62; Note: I highlighted [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook recently announced the take-over of the internet with the introduction of the yet infamous <a href="http://developers.facebook.com/docs/reference/plugins/like">&#8220;like&#8221;-button</a>. Nevertheless, here is how you can add your own dynamic like-button for WordPress.</p>
<p>If you use Facebook&#8217;s generator <a href="http://developers.facebook.com/docs/reference/plugins/like">here</a>, you&#8217;ll get some content very similar to mine:</p>
<p><span id="more-1608"></span></p>
<p><code>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<strong>http%3A%2F%2Fcordobo.com%2F</strong>&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:500px; height:60px&quot;&gt;&lt;/iframe&gt;</code></p>
<p><small>Note: I highlighted the parts I replace in the next step</small></p>
<p>This would be fine, if you had only one page on your website, as the plugin only shows the url you have entered in the generator &ndash; no dynamic pages. So here&#8217;s how you can add some dynamic flavour to your new button:</p>
<p>Replace the following code</p>
<p><code>[&hellip;]like.php?href=<strong>http%3A%2F%2Fcordobo.com%2F</strong></code></p>
<p>with</p>
<p><code>[&hellip;]like.php?href=<strong>&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;</strong></code></p>
<p>insert it into your theme&#8217;s <strong>single.php</strong> and upload it to your server.</p>
<h3 id="facebook-like-button">The final code, ready for copy &#038; paste</h3>
<p>This is the final code you can use in your own WordPress installation without further modifications (except the width and height). Insert it into your <strong>single.php</strong> and upload the modified file to your server.</p>
<p><code>&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=<strong>&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;</strong>&amp;amp;layout=standard&amp;amp;show-faces=true&amp;amp;width=500&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:500px; height:60px&quot;&gt;&lt;/iframe&gt;</code></p>
<p><small>Note: I highlighted the parts I replaced</small></p>
<p>In case you use some caching plugin, clear the cache and see the magic as it happens.</p>
<p>If you like it, click on &#8220;like&#8221; ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1608-facebook-like-plugin-wordpress/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>PennerVZ könnte noch was werden</title>
		<link>http://cordobo.com/400-pennervz-konnte-noch-was-werden/</link>
		<comments>http://cordobo.com/400-pennervz-konnte-noch-was-werden/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 10:23:34 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[alpha test]]></category>
		<category><![CDATA[copycat]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[PennerVZ]]></category>
		<category><![CDATA[StudiVZ]]></category>

		<guid isPermaLink="false">http://smartsite.de/c/cordobo_com/?p=400</guid>
		<description><![CDATA[Innerlich hatte ich das Thema &#8220;PennerVZ&#8221; bereits abgeschrieben, da ich nie daran gedacht habe, dass Projekt tatsächlich noch umsetzen zu können. Oder anders formuliert, ich ging schlichtweg davon aus, dass das Interesse verpufft sei. Deshalb habe ich mich umsomehr gefreut, als ich von Ruben eben diese Nachricht via Skype erhalten habe: pennervz wird ganz groß, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pennr.de/"><img src="http://cordobo.com/wp-content/pennervz-logo1.png" alt="PennerVZ" /></a></p>
<p>Innerlich hatte ich das Thema &#8220;<a href="http://pennr.de/">PennerVZ</a>&#8221; bereits abgeschrieben, da ich nie daran gedacht habe, dass Projekt tatsächlich noch umsetzen zu können. Oder anders formuliert, ich ging schlichtweg davon aus, dass das Interesse verpufft sei.</p>
<p>Deshalb habe ich mich umsomehr gefreut, als ich von <a href="http://chilly-the-hit.de/">Ruben</a> eben diese Nachricht via Skype erhalten habe:</p>
<blockquote><p>pennervz wird ganz groß, meine freunde reden von ganz alleine davon, darüber hab ich mich gestern echt gewundert&hellip;</p></blockquote>
<p>Obwohl PennerVZ für mich immer mehr als nur eine reine Persiflage des StudiVZ war, blieb vielen der ernsthafte Hintergrund trotzdem verschlossen. Viele haben es verstanden, viele leider nicht und wenn ich mich an die ersten Wochen nach dem &#8220;Bekanntwerden des PennerVZ&#8221; zurückerinnere, habe ich mir in den diversen Foren und Blogs teilweise die Finger wund geschrieben, um mein Anliegen zu kommunizieren und trotz meiner Anstrengungen bin ich bei manchem durch das sozialkritische Raster gefallen.</p>
<p>Nun denke ich ist es an der Zeit, <a href="http://pennr.de/blog/2007/07/12/heimlich-still-und-leise/">dass PennerVZ Flügel bekommt und seinem großen Vorbild &#8220;Facebook&#8221; gerecht wird</a> &#8211; erweitert um die soziale Komponente. <a href="http://cordobo.com/391-pennervz-als-closed-alpha-online/">Die nächsten Wochen werden auf jeden Fall sehr spannend</a> und ich freue mich über eure Rückmeldungen und Vorschläge, um diesem sensiblen Thema gerecht zu werden. Kritik ist ebenfalls herzlich willkommen, darf aber auch gerne positiv sein.</p>
<p>Grüße,</p>
<p>Cordobo</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/400-pennervz-konnte-noch-was-werden/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

