Facebook fan page iframe share button - facebook

I just start on creating fan page on facebook. Left hand side of the fan page, there is a "Share" button which is sharing the current fan page.
I saw that it's url is: http://www.facebook.com/ajax/share_dialog.php?params
When i try to use this, it's failed. Is there any method can use this or simulate this function, allowing me to share the fan page?
Thanks to all in advance.

I know this thread is basically dead, but it still comes up in Google, so I figured I'd answer it. This is possible using Jquery and the FB Javascript API.
http://fbmhell.com/2011/07/facebook-share-popup-iframe-tabs-jquery/

Check out http://developers.facebook.com/docs/reference/plugins/like-box/

You can use the method I describe here : How to make custom share buttons
It works in page tabs.

Related

Facebook: How can this be done?

I recently discovered this link:
https://www.facebook.com/media/albums/?id=111115269008275
I would expect this to be a facebook page but if you click on "Rezeptwelt", you get directed to a page that is not facebook. How can this be achieved?
I'd be thankful for any hint!
Edit: there's this too: https://www.facebook.com/permalink.php?story_fbid=259658517487282&id=111115269008275 - once again, when clicking on "Rezeptwelt", I am directed to a webpage (which redirects me back to facebook, but that's not the point), how can I do this?
It's an Open Graph page, backed by a Like button on an external URL.
This functionality is deprecated and will be removed in a few weeks

Cannot add App to Facebook pages

Since today, I cannot add new apps to Facebook pages.
Normally I create an app, go to the app-page and click on "Add to my page":
The link to the add page was this, but it's not working anymore.
Any solution?
Check this page tab tutorial.
Here is a little helper page to do this until Facebook fixes it themselves: http://stickybeat.se/addapp/
This link might be more direct on what you are looking for. It gives an example of using the Facebook api to add a page as well as the dialog method.

How do you put a "LIKE" button on your Facebook Page?

Every post on here seems to be directed to Advanced Users, I just want to know simply how to place a "Like Button" on my Facebook page? Where do I put the HTML code thats generated for me?
Use lint, place your link there and at the bottom you'll have iFrame code. You'll place it to your website (anywhere) and you're done

Adding a Fan Button

Is there any way to add a "Become a Fan" button to my page or an application? I know there is no FBML code for it, but is there any URL for it?
You can find more info on adding Facebook widgets to your page at http://www.facebook.com/facebook-widgets/index.php. With regard to the Fan Box, you can find more detailed information at http://wiki.developers.facebook.com/index.php/Fan_Box.

Facebook fbml add fan button to page

I'm trying to figure out how to add a Fan button to a Facebook page right next to the company name. I've seen this done on a few pages, as shown in the following screenshot.
I've added the FBML application though I can't find a great deal of information on the code required for the actual button and then how to place the button on the page. Can anyone point me in the right direction?
Many thanks.
For pages, that button is automatically handled by Facebook. If you are already a Fan of the page, the button won't appear. You should be able to "unfan" the page in your account settings.
The FBML application lets you add arbitrary FBML to the "box" that represents that application. It has nothing to do with the Fan button.
Visit the url that lets you edit your page information, on the right had side you should see something along the lines of "Promote with a fan box" -- that should be what you're looking for.
If you want to do it by hand you can use the fb:fan tag (http://wiki.developers.facebook.com/index.php/Fb:fan)
Thanks guys. Yep I delved into the hacks for this using FBML though eventually logged out and logged in with a different account and lo and behold! Facebook add this Fan Button by default now.