Facebook staticFBML detect fan - facebook

How do I detect if a visitor to my staticFBML page is a fan or not?

You can use the tag fb:visible-to-connection http://wiki.developers.facebook.com/index.php/Fb:visible-to-connection.
This tag will allow you to display content on the page to only people that are fans.
Good luck!

I have found the answer to detect a fan here http://www.webdigi.co.uk/blog/2010/tracking-user-engagement-on-facebook-fan-pages/

Related

Do Facebook fan pages with a fan gate get indexed by Google?

I'm working on a Facebook fan page app (a page tab) with a 'like' fan gate (users that like the page see the real content, and users that don't see only a "like us" image).
The thing is I need the fan page to be found on Google's search.
Should the fact that only fans can enter the app in any way affect the Google bots?
I am currently assuming that it does, but I want to be sure.
And if it does it mean that I have no control over the fan page's SEO?
I have read about SEO, but I haven't found anything about this.
I would be very happy if someone here could help me, even refer me to some documentation or anything about it.
Thanks!
Your presumption is correct. Here are two workarounds:
Detect Google's User-Agent and display the un-gated content when
appropriate.
Gate the page with a div overlay so that all the ungated content is
still there, but simply unavailable to the user until she clicks Like.

Redirect user to facebook post

I want to display facebook wall post (by id) on my site in facebook style, or redirect user and focus him on current post at facebook. I`m already display it using open graph with my own css, but it should be look another way. In general i am interesting in second variant with ability redirect user on facebook and show him that post.
May be anyone know how to do that?
Thanks, Anton.
I found solution, https://www.facebook.com/permalink.php?story_fbid=$POST_ID&id=$YOUR_ACCOUNT_ID

Embed iframe in my facebook fan page

I have an image that i want to make a welcome message on my facebook fan page. How can i do this? I have been 10 days searching the internet but with no hope
thanks a million in advance
Page Tab application is what you'll need. Here's a great walk-thru/tutorial on them:
https://developers.facebook.com/docs/appsonfacebook/pagetabs/

Facebook Canvas Page Like/Non-Like Content

I would like to have my canvas page on facebook display different content for visitors that have liked and not liked yet.
I ran across this article but it uses FBML:
Facebook "Like" to see canvas page
It's my understading that facebook is phasing out FMBL support.
Does anyone know how to do this without using FBML?
Example?
Thanks for the comments. This probably won't matter since they're making everyone go to a timeline, the fangated pages are pretty much going away.

Facebook fan page iframe share button

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.