How did Porche add Facebook like button to their fan page?
They also changed the colour http://www.facebook.com/porsche?v=app_172346812791398
|
How did Porche add Facebook like button to their fan page? They also changed the colour http://www.facebook.com/porsche?v=app_172346812791398
| |||
|
feedback
|
|
Wow, that's really confusing, and very sneaky. Looks like they created an application using an iframe, which would allow them to create a fb:like button in it. Then they pointed the tab application to that iframe app which just renders some FBML: http://apps.facebook.com/porscheevent/tab.php So when you like it, behind the scenes, the like is registered. You'll note that the actual button up top doesn't change until you refresh the page. The tab application itself seems to add some CSS to then hide the Like button content and replace it with their own stuff:
In the iframe app they are using a fb:comments plugin (which has a Like button on it) and setting the returnurl to their facebook page. They hide all the commenting stuff and disable comments. If you inspect that style node and deleted it, look what shows up ;)
So basically they are circumventing Facebook not allowing fb:like in tab applications by using fbml in an iframe and then throwing some custom styles on top of that after it's rendered. Probably against Facebook's TOS, but I'm sure they are all getting Porsches out of it ;) | ||||
|
feedback
|
|
any chance that we can get the tutorial on how to do this in noob explanation? | |||
|
feedback
|
|
You can build an aplication and show what ever you whant on it , like in an fbiframe, then you can use any language on it like php and do some dinamic stuff too. | |||
|
feedback
|