Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit c080068

Browse files
authored
Update Readme.md
1 parent 6bc006a commit c080068

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Readme.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,23 +141,23 @@ Please use them all in lowercase (`socialshare-provider="delicious"`)
141141
142142
Method | Option | Type | Default | Description
143143
------------- | ------------- | ------------- | ------------- | -------------
144-
share, feed, send, sharer | socialshare-url="" | page URL | false | Set the url to share
145-
feed | socialshare-text="" | String | false | Set the headline to share
146-
share | socialshare-title="" | String | false | Set the title headline to share
147-
feed,share | socialshare-description="" | String | false | Set the content to share
148-
feed, share | socialshare-media="" | URL | false | Set the media source to share
149-
feed, send, share | socialshare-type="" | String('feed', 'send', 'share') | share | facebook share dialog - [info](https://developers.facebook.com/docs/sharing/reference/share-dialog), facebook feed dialog - [info](https://developers.facebook.com/docs/sharing/reference/feed-dialog) and send dialog - [info](https://developers.facebook.com/docs/sharing/reference/send-dialog)
150-
feed, send, share | socialshare-via="" | String | false | Set the FB APP ID value
151-
feed, send | socialshare-to="" | String | false | Set the to value
152-
feed | socialshare-from="" | String | false | Set the from to value
153-
feed, send | socialshare-ref="" | String('comma,separated') | false | Set the ref value
154-
feed, send, share | socialshare-display="" | String('popup') | false | Set the display value
155-
feed, share | socialshare-quote="" | String | false | Set the display text
156-
feed, share | socialshare-hashtags="" | String | false | Set the display value along with # Eg:#facebook
157-
feed | socialshare-source="" | URL | false | Set the source value
158-
feed, share | socialshare-caption="" | String | false | Set the caption to share
159-
feed, send | socialshare-redirect-uri="" | URL | false | Set the redirect URI
160-
share | socialshare-mobileiframe="" | boolean | false | If set to true the share button will open the share dialog in an iframe on top of your website. This option is only available for mobile, not desktop.
144+
share,feed,send,sharer|socialshare-url=""|page URL|false|Set the url to share
145+
feed|socialshare-text=""|String|false|Set the headline to share
146+
share|socialshare-title=""|String|false|Set the title headline to share
147+
feed,share|socialshare-description=""|String|false|Set the content to share
148+
feed, share|socialshare-media=""|URL|false|Set the media source to share
149+
feed, send, share|socialshare-type=""|String('feed', 'send', 'share')|share|facebook share dialog - [info](https://developers.facebook.com/docs/sharing/reference/share-dialog), facebook feed dialog - [info](https://developers.facebook.com/docs/sharing/reference/feed-dialog) and send dialog - [info](https://developers.facebook.com/docs/sharing/reference/send-dialog)
150+
feed, send, share|socialshare-via=""|String|false|Set the FB APP ID value
151+
feed, send|socialshare-to=""|String|false|Set the to value
152+
feed| socialshare-from=""|String|false|Set the from to value
153+
feed, send|socialshare-ref=""|String('comma,separated')|false|Set the ref value
154+
feed, send, share|socialshare-display=""|String('popup')|false|Set the display value
155+
feed, share|socialshare-quote=""|String|false|Set the display text
156+
feed, share|socialshare-hashtags=""|String|false|Set the display value along with # Eg:#facebook
157+
feed|socialshare-source=""|URL|false|Set the source value
158+
feed, share|socialshare-caption=""|String|false|Set the caption to share
159+
feed, send|socialshare-redirect-uri=""|URL|false|Set the redirect URI
160+
share|socialshare-mobileiframe=""|boolean|false|If set to true the share button will open the share dialog in an iframe on top of your website. This option is only available for mobile, not desktop.
161161
162162
163163
#### Facebook Messenger

0 commit comments

Comments
 (0)