I am building a Facebook canvas app, and the code suppose to be generated in Joomla component.
I need to only output the content , excluding the default layout.
any ideas?
I am building a Facebook canvas app, and the code suppose to be generated
Share
You can create a view called view.facebook.php (instead of view.html.php), it will be called when index2.php?…..&view=facebook will be attached to URL.
or you can call die() just after you execute your code, but do I need to explain that it’s not ellegant?