Skip to content

Commit 60bf48b

Browse files
committed
updated docs
1 parent 3a5e2cf commit 60bf48b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ $info->providerName; //The provider name of the page (youtube, twitter, instagra
5252
$info->providerUrl; //The provider url
5353
$info->providerIcons; //All provider icons found in the page
5454
$info->providerIcon; //The icon choosen as main icon
55+
56+
$info->publishedDate; //The (video/article/image/whatever) published date
5557
```
5658

5759
## Customization
@@ -118,7 +120,7 @@ This provider is used only for facebook pages, to get information from the [grap
118120

119121
Used only for soundcloud pages, to get information using its api.
120122

121-
* key (string): to get info from soundcloud. By default is "YOUR_CLIENT_ID" that its a valid client id :P
123+
* key (string): to get info from soundcloud API.
122124

123125

124126
```php

0 commit comments

Comments
 (0)