Browse Source

[Facebook] Added to main bridges (#148)

Mitsukarenai 8 years ago
parent
commit
f11d6fc2ad
2 changed files with 2 additions and 0 deletions
  1. 1 0
      README.md
  2. 1 0
      index.php

+ 1 - 0
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
 

+ 1 - 0
index.php

@@ -30,6 +30,7 @@ $whitelist_default = array(
 	"CryptomeBridge",
 	"DansTonChatBridge",
 	"DuckDuckGoBridge",
+	"FacebookBridge",
 	"FlickrExploreBridge",
 	"GooglePlusPostBridge",
 	"GoogleSearchBridge",