collective.simplesocial is a Plone product that exposes some basic features of Facebook's API for use within Plone.
The goals of this Plone add-on product are to:
Provide the basic infrastructure required as a foundation for custom Facebook API integrations. (e.g. application ID configuration, inclusion of needed code snippets)
Expose selected high-value prepackaged components of Facebook's API without requiring deep knowledge of the inner workings of the API.
Current features include:
Like Button
Like Box Portlet
Feed Form Portlet
Post to Facebook Fan Page
Custom Facebook Connect Integration
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Use OAuth 2.0 for authentication. [yomatters]
· Resolved Chameleon error by properly escaping init javascript. [yomatters]
· Track likes and unlikes in Google Analytics using social media tracking. [yomatters]
· Moved javascript generation from fb_init.pt to view to fix Chameleon warning [swampmonkey]