How to add contact form on facebook personal/people profile page? - facebook

I found several apps that allows us to add contact forms in a facebook FAN page.
But i couldnt find any that works on personal/people profile pages.
So, is there a way to add a form on my profile pages?

No, there's no API to include data into a user's profile page like this, thankfully.

I don't think you can do this in a personal page!

Related

Embed Facebook profile into website

I've been searching, but can't get this to work. I am creating a site where users can register and include their Facebook username. I would like to embed their personal Facebook feed into the web site. Is this possible? If so, how?
I did find the code to include comments, but this isn't what I want to do. I want to be able to see their timeline on the web site.
Thanks in advance for the help
Darth Mikey D

Add the people automatically to the facebook page

I have a fan page at Facebook.
And I am wanted fans in it but i did not get lot of fans.
I need some one help that create the steps that will automatically add the peoples to my Facebook fan page.
How can I do it ?
No, this is neither possible nor allowed.

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.

Can I redirect users seamlessly from a personal Facebook page to a business Facebook page?

A coworker set up a personal Facebook page in error; It should be a business Facebook page.
There are several friends on the personal page that need to be redirected to the correct Facebook business page.
Can I seamlessly redirect users from the incorrect personal page to the correct business page?
Better off, just migrate your page https://www.facebook.com/pages/create.php?migrate
All your friends will be converted to fans, Your pics should be kept also.
Hope it helps!! :)
PS: If you want to redirect users from one fanpage to another you've to do the following:
Join facebook developers: developers.facebook.com
Create an app an choose page tab. Configure your app accordingly http://developers.facebook.com/docs/appsonfacebook/pagetabs/
In your code, just add:
<script type="text/javascript">top.location.href = YOUR_OTHER_PAGE_URL</script>
I use this with facebook apps, but it should work!
Or just use the app static html like in this vid:
https://www.youtube.com/watch?v=3cs1DNc5O3M

Can I add a Like Button to a website to link it to a personal Facebook page?

Can I add a Like button to a customer's website in order to link it to a personal Facebook page, not a professional/business Facebook page? When trying to do so, Facebook did not recognize a personal Facebook URL.
No, Likes are only for Pages, not personal profiles. You might consider a fb:subscribe button, though.
EDIT: I take that back, you can use a like button if you want. But the profile itself won't fans, since there are no fans of profiles; rather, the graph object tied to that profile will get likes.
You might also consider migrating to a page.
Yep, you can use the subscribe social plugin - similar to likes but for personal users.
See http://developers.facebook.com/docs/reference/plugins/subscribe/