Skip to content

Commit 333fdfd

Browse files
committed
docs
1 parent 774b76d commit 333fdfd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,17 @@ Used to get data directly from the html code of the page:
110110

111111
* maxImages (int): Max number of images fetched from the html code (searching for the `<img>` elements). By default is -1 (no limit). Use 0 to no get images.
112112

113-
#### facebook:
113+
#### facebook
114114

115-
This provider is used only for facebook pages, to get information from the [graph api](https://developers.facebook.com/docs/graph-api):
115+
This provider is used only for facebook pages, to get information from the [graph api](https://developers.facebook.com/docs/graph-api)
116116

117-
* key (string): the access token used to get info from pages that are not public
117+
#### google
118118

119-
#### soundcloud:
119+
This provider is used only for google maps, to generate the embed code [using the embed api](https://developers.google.com/maps/documentation/embed/)
120+
121+
* key (string): the key used
122+
123+
#### soundcloud
120124

121125
Used only for soundcloud pages, to get information using its api.
122126

0 commit comments

Comments
 (0)