Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have seen some Facebook apps that instead of being normal apps with the Canvas iframe, instead redirect the user to the external website instead e.g.

http://www.facebook.com/foursquare

See how the go to app link goes to the website instead, and if you see a post in the timeline or news feed the link that says via Foursquare that shows a popup when you hover it also links directly to the website.

Example of this is also on the Neowin app page:

enter image description here

My question is how do you create this?

As I have created a Facebook page for a product I am building that will be allowing users to post to their timeline etc but won't actually be an app as the site itself is the app rather than being an iframe viewed on Facebook.

It can't be any redirect scripts as the url shown in the browser status bar for the links is the actual website so the links themselves have been modified rather than redirecting the user when they access the canvas page...

share|improve this question
1  
@webarto: please be civil... I dislike FB as much as the next curmudgeon, but as FB questions go this one is far better than usual. – sarnold May 15 '12 at 22:52
1  
@webarto I fail to see how this is a stupid question... I find the fact that you spelt 'ever' incorrectly far more stupid! In any case, it's a question without an answer... hopefully someone with knowledge will answer instead of just trolls like you! And dislike Facebook? What the heck are you doing on a Facebook QnA site then??? – Cameron May 15 '12 at 23:02
1  
@Cameron please note that what you think is a facebook Q&A is actually a programming Q&A called stackoverflow. facebook.stack is just SO with only [facebook] tagged questions. – PeeHaa 埽 May 15 '12 at 23:12
My question is programming related though. As it's application development on Facebook. – Cameron May 15 '12 at 23:15
1  
Upvote, because this is a Facebook Developer question. – Philip May 16 '12 at 6:06
show 10 more comments

closed as not constructive by webarto, hakre, PeeHaa 埽, tereško, bmargulies May 16 '12 at 21:17

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Well I see this as a valid question for facebook.stackoverflow.

Aside from your page, you'll need to create an app in the Facebook Apps Dashboard. In the app settings, just check website and input your URL. Leave the canvas page "App on Facebook" unchecked.

Going to the application, or clicking the link at the bottom of a post will automatically open the website, not the canvas.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.