Facebook Like button
Hi there, Has anyone managed to implement a Drupal block that shares individual URL's/pages?
So far I have found either a module(s) or a block that I created but only shares the homepage URL on every single page. The site I am working on doesn't allow me to install new modules so a block would be ideal. Any pointers?
Thanks
- Forums:

fb like button
This is a lovely modul.
I want to customize the "like" button+text to fit into a block
Is there a way I can customize the "like" button's text ?
perhaps just to put it in another line ?
This page will help you
This page will help you customize: http://developers.facebook.com/docs/reference/plugins/like
Enabling the main module of Drupal for Facebook (modules/fb/fb.module) should be enough to support like buttons on your pages and blocks, using the 3.x branch of modules/fb.
There is a way to add a like
There is a way to add a like button in an iframe, I believe. A quick search should find it.
If you could install a module, you could install Drupal for Facebook version 3.x. Then you could use the new XFBML tags.
Installed Facebook 3.x
Hi
I have installed 3.x version, how cat i get a block with the like button in a drupal block
here's how
Enable the Drupal for Facebook module.
Create a new block and make the content something like
<fb:like></fb:like>.Be sure to select an input format that does not strip the XFBML tags. Full HTML should work.
That should do it.
Joe
It's not clear to me how I can place a "like" button per item. It seems that the "like" button treats any item globally so that if I like one item, any other shows the same version of "likes." In other words, one story entry will have a like button and the other story will indicate the same like results. So, how do I separate them?
Show us your markup. Are you
Show us your markup. Are you using the href attribute?
Hi, I have it working now,
Hi,
I have it working now, the problem was that i have enabled fb_social and seems there are some conflicts with the JavaScript versions
Thanks,
Jose