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 was looking at a fan page on Facebook and they have an add on their page that says at the bottom, "Click like to see a 30 second video" How can I do that for my companies fan page? Just in case you are wondering what I am talking about this is the link to that page, http://www.facebook.com/lawyernc. Please, someone help me! :)

share|improve this question

closed as off topic by esqew, Sparky, martin clayton, p.campbell, dtb Nov 17 '11 at 21:18

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

It's called fan-gating. There are plenty of tutorials online. You can either pay someone to do it, if you don't have programing knowledge, or you can learn how to do it: here

share|improve this answer
Ok so don't shoot me...but if the person click like on my companies page it will direct them to that video on my company Fan page? – Corp Shorts Nov 16 '11 at 21:39
No, If the person click you company page you tell them that if they click like they will see the video. So there are two pages, one without video, second with video. Now you check if the user liked your page, and voila. – bobek Nov 16 '11 at 21:49
My brain is going to pop! lol Thank you soo much!!! – Corp Shorts Nov 16 '11 at 21:52
no problem :) accepting an answer or upvote would be appreciated. Good Luck! – bobek Nov 16 '11 at 21:53

First you need to create an HTML or PHP file where you put your video. Next you need to create an "application" under Facebook, but you need to be a developer - not an expert in programming but with a little knowledge of programming.

Please, be sure that your website has an SSL certificate when you upload the application.

When a user likes your page, you can show the video inside facebook and additionally you can make an data base with name and email of all the users that like your page.

share|improve this answer

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