From f11d6fc2ad71a656c06947f5d8b3c6fdc87a1836 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Thu, 8 Oct 2015 00:25:36 +0200 Subject: [PATCH] [Facebook] Added to main bridges (#148) --- README.md | 1 + index.php | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ec42c361..90edc4d8 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 34c05096..67a09060 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,7 @@ $whitelist_default = array( "CryptomeBridge", "DansTonChatBridge", "DuckDuckGoBridge", + "FacebookBridge", "FlickrExploreBridge", "GooglePlusPostBridge", "GoogleSearchBridge",