diff --git a/README.md b/README.md index ec42c36..90edc4d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Supported sites/pages (main) * `WikipediaEOLatest`: highlighted articles from Wikipedia in Esperanto * `Bandcamp` : Returns last release from [bandcamp](https://bandcamp.com/) for a tag * `ThePirateBay` : Returns the newest indexed torrents from [The Pirate Bay](https://thepiratebay.se/) with keywords + * `Facebook` : Returns the latest posts on a page or profile on [Facebook](https://facebook.com/) Plus [many other bridges](bridges/) to enable, thanks to the community diff --git a/index.php b/index.php index 34c0509..67a0906 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,7 @@ $whitelist_default = array( "CryptomeBridge", "DansTonChatBridge", "DuckDuckGoBridge", + "FacebookBridge", "FlickrExploreBridge", "GooglePlusPostBridge", "GoogleSearchBridge",