first I just want to say that i'm french, so sorry for my pretty bad english. So, my question is that : I have a website, and I would like to put a like link on it. I know that we can do this with a developer plugin, but when we use this, we are forced to create a new like button. But me, I just want to put something which will like something like an picture on FaceBook, or a statute update... Thank your answers !
|
|
So if I understand you correctly, you want to show photos and status updates from Facebook on your website, and then let the user like it, correct? If so, then you will need to authenticate the user (https://developers.facebook.com/docs/authentication/) and then use the Graph API to pull in photos and status updates (https://developers.facebook.com/docs/reference/api/user/) and then let them like a photo (see like connection on photo https://developers.facebook.com/docs/reference/api/photo/) or let them like a status update (see like connection on post https://developers.facebook.com/docs/reference/api/post) If you don't need to pull in the information like that from Facebook, but rather that information (photos/text) is already on the website, then you'll need to do this. For each unique piece of content, you will need a separate "canonical" URL that you can use for the Happy coding! |
|||||||||||
|