I am trying to make a webpage so that content will only be visible after user likes the pop-uped iframe like button of facebook.
Can someone provide me any idea? I am new to programming in such things. But i want to do this experiment.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Facebook’s FB.Event.subscribe. More details here: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
Instead of alert in the example, you check the response and on success, make an ajax request to fetch the content and display it.