Add website in Facebook - facebook

My question about Facebook and websites is the follow:
How can I add my website home page into Facebook? Did anyone a tutorial to do this?

You want to create a canvas app. Tutorial is here: https://developers.facebook.com/docs/appsonfacebook/tutorial/

Related

How to add an app to Facebook business page (favorites)

I'm trying to add my Facebook app (iframe integration) to a Facebook business page. But can't figure out the rifht way to do it, because Business accounts can use apps. Looked through all Facebook Docs&Help and found nothing. (
Will be grateful for any clue.
Thanks
You just need to configure the Pages Tab options (last one on the Apps Basic Settings page). Check out https://developers.facebook.com/docs/appsonfacebook/pagetabs/ for instructions. Let me know if that was what you're looking for :)

How to create Login with Facebook or twitter in ios6 iphone App

I am very new in iOS development.In my app,homepage is for login to the app.Where i need to give facility to login with Facebook and twitter. I am using iOS 6.1 and there i have social framework.
Please tell me an easy way to achieve this,i have tried to read facebook developer tutorial, but i am not able to catch from there.
If you have any sample project or any good tutorial link,please share with me.
Thanks in advance.
The Facebook sdk github repo is here .
You can find many example projects in it.
Also Facebook authentication guide explains the login part very clearly.

Where to upload the facebook fanpage?

I am trying to upload samples of facebook fanpages on my page. I used to work with Static FBML in the past but the pages I want to upload have javascript etc so I think that they will have to be uploaded somewhere else. I am out of ideas where do professional fanpage developers upload their fanpages. I will be very thankful if you can guide me. Thanks
if you're talking about pages that you can add to a fan page it used to be fbml no they use iframes the source goes in any domain of your choice, so if you have hosting somewhere just upload your page there and copy/paste url when creating your app. Hope this is what you are looking for.
Check this out for more info.
I think what you are trying to do is add a custom tab to your Facebook Fan Page like I did here on mine: www.facebook.com/daterraweb
To get it done, you need to create a page and as an admin you can create a custom page tab to host it.
Basically you just need to create a document like you would for a webpage and host it at your hosting of choice and then go to: https://developers.facebook.com/apps
On the Developers apps you can create a New App each can be configured to work as a tab on the page.
I hope this helps. Good lucky.
If you still have questions about this, please check this link: http://developers.facebook.com/docs/appsonfacebook/pagetabs/

detect whether in facebook environment or not

I am developing a Facebook page and a website which is going to serve its contents to the Facebook page. I am using Zend Framework.
In order to use only one controller both for the website and the Facebook page, I would like to find some way to determine if the current user is navigating from Facebook or from the website. Thus, to hide some data if from Facebook and show other if from website.
Which is the best way to do this?
$_SERVER['HTTP_REFERER'];
If that doesn't answer your question I don't understand what you mean with "navigation from".

How to add Iframe to my Facebook page

I am developing facebook application.I want to add iframe to my facebook page.I don't have any idea ,how to do it.I know we can not create a page using graph api or any api in facebook.
All the information you need is here - found by a quick google search:
http://developers.facebook.com/docs/reference/fbml/iframe/
You'll need your own hosting server which have HTTPS, and create your page with the language that they support and place the link points directly to the folder to facebook app setting. make sure your width does not go beyonds 520px for facebook custom tab page. if apps u can go up to 760px.
Hope that helps