Change the content of website after a Facebook like

Ben89

New member
Mar 30, 2007
670
4
0
So I'm trying to figure out a way to change the content of a specific part of my landing page after a user clicks on "like" which adds a like to the Facebook page associated with the website the user has clicked "like" on.

Basically, I don't want the user to see the next step in the funnel until they have "liked" the page. After they have liked the page, I want a small part of the page to reload to tell the user what to do next.

I have no experience with coding in AJAX, but I would greatly appreciate any pointers on how to go about getting this done! Thanks!
 


You need to actually create a FB app to do this, because you have to track when the LIKE event takes place. I dont believe facebook will return this event if there is no app ID involved, but I could be wrong. FB has been changing alot lately and the last time I wrote a FB app was approximately a year ago.
 
You need to actually create a FB app to do this, because you have to track when the LIKE event takes place. I dont believe facebook will return this event if there is no app ID involved, but I could be wrong. FB has been changing alot lately and the last time I wrote a FB app was approximately a year ago.

Hmmm...not really sure if that's the case. However, I do think that you need a Facebook page which I did create so whenever someone hits "like" on my LP they are actually liking the FB page, which does have an ID of its own.