How to create a simple Facebook Landing with an image? [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How is it possible to create an simple Facebook landing page that just holds an image?
Should I create an Facebook app or is it possible with, some sort of Facebook language?
Something like this page: http://www.facebook.com/pages/FLOVT-Fik-2-eksamenssp%C3%B8rgsm%C3%A5l-om-kendte-men-dumpede-Se-sp%C3%B8rgsm%C3%A5lene-her/134656813218361
That just have an image.

The FBML you are referring to has been deprecated and you can no longer use it for Facebook fan page tabs. You now need to create an iframe fan page tab, and point it to a web page location on one of your servers somewhere. It can be a very simple html page that just has an image. You will also want to make sure the website you are hosting it on has an SSL certificate otherwise people that have enabled Facebook via SSL won't be able to see your fan page.
There is a good walkthrough on how to set this all up, step by step.

Related

Facebook recommend button, not popping up the dialog box [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
The Facebook recommend button generator gave me a button for my website but it does not work as it works in the demo of Facebook, it is not popping up the dialog box also not fetching the right image.
I have set all the meta tags correctly and they are rending properly as well.
Here is one example post,
http://makinsensebabe.com/ten-video-pictures-explaining-why-everyone-went-nutz-in-spain-last-week/
I have been searching on this issue from a few days now and not getting any suitable answer, not even fetching the right image every time after setting the meta tags.
According to Facebook's Debug Tool you're missing some of the meta tags needed:
Admins And App ID Missing fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.
You can check your url's status on Facebook Debug for your object - and start from there.

authentication facebook application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have developed a facebook application, where users upload video and audio. Now i want that without authentication no user will be able to use the application.
Why i want this is because i need the user profile picture, the current loggedin user profile picture. So that i can welcome him after authentication.
After searching for hours, i was unable to get answer for myself, so posting it here.
I have read the complete documentation
https://developers.facebook.com/docs/authentication/pagetab/
but unable to understand. It would be great if anyone can help me.
If you are looking for authentification for canvas application then read this documentation.
If you wanna use server-side authentification then download official php SDK from github. Repository contains example application.
I've recommend this way of authentification because it is the easiest. Documentation for SDK.
And exists client-side way of autentification. Documentation for JS SDK and example application.

Like button's link is not current page [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I just copied the like button link into my website. However the link given when the button is clicked is not the current page, but a more general one in my website.
I placed the like button in all my sermon pages, which is:
jubilee.org.sg/sermons/?sermon_id=303
But the link given on the facebook page is only this:
jubilee.org.sg/sermons
How can I make it point to the right page?
Facebook ignores the query string parameter of your URL. You need to setup a new URL structure like /sermons/303.
to change the url being picked by FB on diff pages you should use open graph tags..
specifically the tag
see documentaion here:
http://developers.facebook.com/docs/opengraph/

how to make a gadget for facebook which will share any iframe in users wall [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone tell me if it is possible to make a gadget for Facebook which has the ability to share an HTML iframe on a user's wall? I mean if a Facebook user clicks on the [Share] button then it will share an iframe on their wall.
This is not possible,
You should at least check Facebook's documentation regarding the available communication channels for applications
You might have seen people sharing videos... but this does not mean you can actually add HTML tags to embed your own external content.

Facebook - Allow User to specify username [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am creating a site that I want to use Facebook login solely for convenience. People coming to my site will want to be anonymous and not use their real names.
I used Facebook connect on a site in the last 6 months that asked me to input a username after I filled in my Facebook login credentials (It was still in the Facebook connect box).
I have not seen it since and am trying to explain it to a developer. Does anybody know about this, or how to achieve it?
Sounds like the webapp in question authenticated against FB Connect, and then used some piece of information returned (uid, probably) to create an entry in the site's user database, which also allowed for a username to be used on the site, rather than just using the person's name as supplied via FB.