资 源 简 介
OpenFBML is an open-source FBML parser programmed in PHP.
It allows you to use FBML tags without outside of the facebook platform, facebook connect or open platforme.
The parser is already developed with just a few minor bugs to patch, but the project being at the beginning, only a few tags are currently implemented.
Each FBML tag is a developed as a plugin. This way, it"s easy for everybody to contribute by implementing new tags and sharing with the community.
No documentation yet, but if you look at the code, you will see it"s really easy to use.
Download the beta 1 with the examples;
index.php -> call to the parser, loading of the html file containing the FBML tags, and output of the parsed file.
index.html -> contain the few FBML tags already implemented.
class.fbml_parser.php -> The OpenFBML parser.
/plugins/