Facebook Embed
------------------------------
Embed public Facebook posts using Facebook JS-SDK.

Description:
------------------------------
This module adds a input filter to Drupal that adds Shorthand functionaily to
insert Facebook embedded posts into text fields.

The added filter will turn [facebook_embed=FB_POST_URL] into an embedded post.

Installation:
------------------------------
Install the module facebook_embed and enable the facebook_embed input filter
for text formats you want to use with facebook embed.

Important:
------------------------------
When using this filter in combination with multiple other filters be sure
there is no filter AFTER facebook_embed that removes divs.

E.g. Sort facebook_embed AFTER HTML filter.

Related Modules:
------------------------------
* fb_social
** If fb_social is installed, facebook_embed will not load facebooks javascript
   sdk.

Problems:
------------------------------
Sometimes your server can't reach Facebooks server to fetch the list of
Facebooks locales. If this happens try again later, as this can be a
temprorily problem on Facebook site. Please contact your hosting provider
if drupal can't fetch the locales after some time.
Drupal have to to http requests.

Inspired by Michael Hodge Jr's Tweet Embed
