You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,17 @@ Used to get data directly from the html code of the page:
110
110
111
111
* 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.
112
112
113
-
#### facebook:
113
+
#### facebook
114
114
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)
116
116
117
-
* key (string): the access token used to get info from pages that are not public
117
+
#### google
118
118
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
120
124
121
125
Used only for soundcloud pages, to get information using its api.
0 commit comments