Skip to content

Commit adbf00c

Browse files
committed
Added documentation for the new ignoreFacebookProvider option
1 parent 1496b1d commit adbf00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Available options
5959
* soundcloudClientId (string): Used to get info of links from soundcloud. By default, it uses "YOUR_CLIENT_ID" that its a valid client id :P
6060
* embedlyKey (string): If it's defined, get info from embedly service (only for know supported services and if the page doesn't have its own oembed service)
6161
* oembedParameters (array): Extra GET parameters to the oembed requests.
62+
* ignoreFacebookProvider (bool): If it's true, the facebook provider won't be used. This reduces the number of requests and prevent some false values (the facebook scrapping is not perfect).
6263

6364
```php
6465
$options = array(

0 commit comments

Comments
 (0)