Embedding elements of Facebook into website - facebook

I would like to do a couple of things with my website that would intergrate elements of Facebook.
The first is to embed my status (from a Facebook Fan Page) to my website
The second is to embed events that I've created on Facebook into my website and if possible allow users to RSVP instantly.
I know some basic html so all the help and any help would be great.
Thank You

try googling for the facebook social plugins where they give you plugin codes that you can insert in your site [plain html scripts] so that you get your facebook status etc..
may be you can check this
http://developers.facebook.com/docs/plugins/

Related

Social share buttons in own timeline post

I have a web wrote in PHP and it has a sort of timeline with posts and comments, I want to put the social media share buttons for each post that my timeline has, it is possible?
I took a look website as https://www.addthis.com/ but that plugin share the page where it is present. I wanted share every post on the same page.
Thanks for any suggest.

Is it possible to post comments from Facebook comments social plugin to fan page?

I have Facebook comments social plugin integrated into my website. I was wondering if there is any way that user comments posted on my website would show up on out fan page as well? Something like User XYZ has commented on article ABC?
Sounds like custom functionality to me.
https://developers.facebook.com/docs/reference/plugins/comments/
How do I know when someone comments on my site?
You can subscribe to the 'comment.create' and 'comment.remove' events through FB.Event.subscribe.
And that process is here:
https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
Create an app publish an action, on behalf of the page (NOT the user). But here's the kicker: if they don't have control over the privacy of it, you probably shouldn't use their name on your page wall, at least not their full name.

Facebook + WordPress

being surfing a while on a topic.
site : http://www.udaipurtimes.com
The problem is, I have a WordPress site and I've used FB Share and FB Like plugins (free) for displaying on each posts. I also have a fan page of the website where I regularly update about every post I do on website. But for example if someone like that post on FB fanpage, then it dosen't reflect on to my website's Fb Like counter.
Example, If one post receives 10 likes on FB fanpage, then that same post on my website just have 2 likes. Basically, I want to sync these like between my website's post and the post that I link then to Fb fanpage.
Do revert back to this. Anything from your end would be helpful. Thanks in Advance.
We need to designate that the content being liked on FB and the content being liked on your WP Site are not one in the same. If it is liked on FB, the count will not show up on your page(and vise versa).
There's not a lot you can do. This is very much a part of how Facebook works.
However, it's a good idea to keep your content organized with Open Graph. Hope this helps.
http://ogp.me/
http://developers.facebook.com/docs/opengraph/

Wordpress Plugin To Show Open Graph Read News Application On Facebook?

I have a basic idea about open graph and that it has come up with new to interact our blogs or news websites to come up on Facebook under news section.
I am developing a micro news website on wordpress (i have already almost completed the designing part!). My question is can anyone basically guide me to a plugin and/or tutorial to get this done so as if the prople read articles and news on the website it can be shown under the news section of his profile on facebook. Coz let's all agree this is one cheap form of advertisement and i dont want to miss on it!
If you use wordpress,
You can use the suite Facebook AWD all in one with the sub plugin Facebook AWD all in one Opengraph actions
You can find it here => http://facebook-awd.ahwebdev.fr
And the list of sub plugins => http://facebook-awd.ahwebdev.fr/plugins/
Action news.reads is configured on this website, you can test it. Loggin into the site using Facebook, And read some pages. After 11sec on a page the plugin will push the action on your timeline and store activity on your site to allow users to manage it.
Try it!
Please follow this DIY for adding og: meta tags to your wordpress blog.
http://diythemes.com/thesis/rtfm/facebook-open-graph-meta-tags/
Once you have that done, then you can use the Facebook like and Facebook comments plugins (see http://developers.facebook.com/docs/plugins) on your articles.

How to like facebook post from my webpage

I have a webpage, and facebook page. I would like to have a "like" button that wouldn´t like the facebook page but the last post I made on the facebook page. Is this possible?
Greetings
sorry but having an external like button pointing to a single facebook content is not possible at the moment. Although there are codes in the Graph API: Publishing documentation that relate to this.
Using the said code can make users (who authorized you app) like a content, just like what you are asking for, but I've tried this before and it says that the application needs to be white-listed. I've researched more into this matter and a few more people experienced this as well.
More references:
www.insidefacebook.com/2010/10/08/causes-whitelisted-like-pages-2/
bugs.developers.facebook.net/show_bug.cgi?id=10714