IT, Social Network, Web

Facebook Like button

To dive again into the blog code was not a bed of roses, as I’m not really fund of web code. But it was worth to be done, now there is a “Like” Facebook button in every post of the blog. The integration is quite easy, you just have to copy / paste the generated code from this page.

If you wonder what to put into the href field and you are also doing a WordPress blog, have a look to these functions:

// URI of current post:
the_permalink();

//URI of the current page:
<?php
$Path=$_SERVER['REQUEST_URI'];
$URI='http://www.sourigna.com'.$Path;
?>