Facebook Like Button as Share Button - facebook

I need use a facebook like button on my site. But this site have a dinamicall data.
Exists any thing to use a facebook like as facebook share whit metadata params:
Eaxmple :
I use a share button like this:
http://www.facebook.com/sharer.php?s=100&p[title]=titulo&p[summary]=descripcion&p[url]=http://mydominio.com/compartir&p[images][0]=http://mydominio.com/imagen.jpg

The http://www.facebook.com/sharer.php is being deprecated. You should use the new Like button (http://developers.facebook.com/docs/reference/plugins/like/).
If you have your OG tags specified correctly, the user who clicks the like button will be presented with a "share" dialog which will post a link to the site onto the user's feed. Anyone subscribed to that feed will see the link.

Related

Like button for Facebook page

Is possible to add on a website a like button where user likes a specific Facebook Page? Or this action is only possible when the user accesses my Facebook Page?
Check this out :
https://developers.facebook.com/docs/plugins/like-button
You can specify the page you want people to like, the size, everything.
You can also make a page plugin, which allow your users to like a Facebook page, see who likes it, etc :
https://developers.facebook.com/docs/plugins/page-plugin

how to check who and when clicked facebook like button

I using this to check how many likes are on my website
http://api.facebook.com/restserver.php?method=links.getStats&urls=http://mywebsite.pl
My Question is:
How to check who and when clicked facebook like button on my website?
There is no way to identify users who clicked a Like Button on your external Website, for privacy reasons. You can only see friends who liked the same URL by setting the "data-show-faces" flag in the Like Button Plugin.
You can subscribe to the edge.create event if you want to know when it gets clicked, but this still does not return WHO clicked it: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe

Facebook Share Button with return URL

Basically I want to use Facebook Share Button. And if a user shared the page with this button, I want to write it into my db.
Is there any property on Facebook Sharer like this. For example; after sharing go to http://www.test.com/Shared.aspx?UserdId=1

How to get LIKE button url from Facebook webpage

I would like to synchronize LIKE buttons on Facebook with other webpage. Simply after I post on FB some article/video, there is a LIKE button. How do I get url of it, so I could add it to that other webpage with same article/video? I would like to archieve when somebody click LIKE button on FB or that webpage, they will be counted to the same list.
Example:
What URL I need to use to create a LIKE button, that would add people to this list:
http://www.facebook.com/browse/likes?id=386314241455183
I think you want to put a like button on your webpage that syncs with the corresponding facebook page. Check this link :
https://developers.facebook.com/docs/reference/plugins/like/
Scroll down the page, and go to Step1 ..
Enter the URL of your facebook page (eg : https://www.facebook.com/playbraindead) in the widget and click submit, it will give you the code (HTML,IFRAME etc) which you can add to your webpage and the likebox will sync!

How do I specify the URL of your Facebook page in the href parameter of the button?

I have a like button on my website and I created it prior to having a fb fan page for my website. Now that I have a fanpage, I want to link my website with my fan page. How do I do that? It says:
Simply specify the URL of your Facebook page in the href parameter of the button
- but I have no idea how to do this.
I'd suggest starting from scratch since you cannot find your like button code. See https://developers.facebook.com/docs/reference/plugins/like/. Configure the like button to your desires, and copy the code from there.