Julio Camarero
Liferay Core Developer, WCM Lead
Let me tell you a
story...
We have this rock band...
Juan
me
We have our Liferay website and a Facebook Page...
www.cabina14.es
facebook.com/cabina14
but there was no connection between them
?
let’s do
something!
Adding functionality to our website...
this is Manu
and Bruno!
Login with facebook
(out of the box)
like button
faces pile
Using facebook comments
This is kiko!
... and the
project started...
Liferay community project
Open Graph Integration: Nodes
any page
Map<String, String> opengraphAttributes =
(Map<String, String>)request.getAttribute(
"LIFERAY_SHARED_OPENGRAPH");
if (opengraphAttributes == null) {
    opengraphAttributes = new HashMap<String, String>();
    request.setAttribute(
        "LIFERAY_SHARED_OPENGRAPH", opengraphAttributes);
}
opengraphAttributes.put("type", "music.song");
opengraphAttributes.put("url",
song.getFriendlyURL(themeDisplay));
opengraphAttributes.put("title", song.getTitle());
any object!
Open Graph Integration: actions
Open Graph Integration - Phase 2
aggregate actions and
content
where can I find
this?
• Do you want to have fun and
contribute?
• http://www.liferay.com/es/community/projects/
• Do you just want to download it?
• http://www.liferay.com/community/projects/facebook-
integration/downloads
• Coming soon to the Liferay MarketPlace!
Announcement:
Open Graph Integration
Release (Beta): Today!
http://www.liferay.com/community/
projects/facebook-integration/
Next steps?
Integration with Liferay apps
(blogs, documents, images,
calendar...)
Tab apps
...
Ideas are very welcome!
http://www.liferay.com/community/projects/facebook-integration/
Conclusions
• Facebook Integration project allows integrating
your sites with Facebook pages
• Actions your fans do in facebook are visible in your
page
• Actions/Content your users create in your page are
posted in facebook
• This is a working project, facebook is changing
every week and so are we! join us :)
@liferay
@juliocamarero
julio.camarero@liferay.com
Thank you!
www. .es
just if you wanna rock! :)

Facebook Integration with Liferay 6.2