1 Comment 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;
?>

No Comments IT

Received my RIACup price!

Archos 70

I just received my Archos 70 (won the 1st price during the Adobe RIACup national contest) a few days before coming here in Portugal. That’s great, now I’ll be able to develop for Android!