Is it possible to setup a fan page to work as follows?
- User lands on my clients fan page
- Sees a “Like me” graphic
- User likes the page
- User is then taken to a 760px wide app
The two parts i am struggling with are:
- Creating a separate fan and none fan landing page
- When liked, load up a 760px wide app
Do I control the like/nonlike graphic from my app using either PHP or Javascript by seeing if the user has already liked my app?
How do I force the liked page to load a 760px wide app?
You can capture like button events.
Facebook elements events
Example:
Also you need get user fan status. Here is a solution:
There is everything you need. And just remember, you can redirect only via javascript: