vue-socials
A Small And Customizable Social Share Button Component For Vue.js.
Key Features ✨
- 50+ reusable components
- Small
~7KB
(minified and gzipped) - Fully tree-shakeable
- No dependencies
- No SDK
- Don't track the user
- Built with a11y in mind
Installation ?
npm
yarn
Import all components
Import only specific component
Documentation ?
Browse online documentation here
Socials
B
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
V
W
X
Y
SBlogger
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your blogpost title text – your blogpost content |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SDevTo
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: title – your blogpost title isPublished – is your blogpost published tags – hashtags for blogpost content – your blogpost content |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SDiaspora
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your blogpost title |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SDouban
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 1100, height: 450, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your blogpost title |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SEmail
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: mail – e-mail recipient address subject – subject of e-mail cc – carbon copy e-mail address bcc – blind carbon copy e-mail address body – body of e-mail |
{} |
SEvernote
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 800, height: 560, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your blogpost title |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SFacebook
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 685, height: 600, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share quote – your blogpost quote hashtag – your blogpost hashtag |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SFacebookCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: id – the URL you want to share accessToken – your facebook access token fields – a comma-separated list of fields you want to request. |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SFacebookMessenger
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 685, height: 600, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share redirectUri – The URL to redirect to after a person clicks a button on the dialog. appId – Your app's unique identifier. to – A user ID of a recipient. Once the dialog comes up, the sender can specify additional people as recipients. |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SFacebookWorkplace
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 685, height: 600, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SFlipBoard
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 834, height: 572, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your blogpost title |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SGithub
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 834, height: 572, } |
shareOptions |
object |
Your share link parameters: username – your GitHub username type – share link type (sponsor, follow, profile) |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SGithubCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: username – your GitHub username type – share link type (follow) |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SGithubGist
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 834, height: 572, } |
shareOptions |
object |
Your share link parameters: username – your gist username gistId – your gist id type – share link type (gist, star, fork, download) |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SGithubGistCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: gistId – your gist id type – share link type (fork) |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SGithubRepo
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 834, height: 572, } |
shareOptions |
object |
Your share link parameters: username – your gist username repository – your repository name type – share link type (repo, watch, star, fork, download, issue, pr, template) |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SGithubRepoCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: username – your github username repository – your github repository type – share link type (watch, type, fork, issues) |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SGmail
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: to – e-mail recipient address su – subject of e-mail cc – carbon copy e-mail address bcc – blind carbon copy e-mail address body – body of e-mail |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SGoogleBookmarks
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: title – your bookmark title url – your url annotation – your text tags – your keywords or hashtags |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SHackerNews
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: title – your bookmark title url – your url |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SHatena
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: title – your bookmark title url – your url |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SHatenaCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SHouzz
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 1100, height: 700, } |
shareOptions |
object |
Your share link parameters: url – Canonical URL of your product. If you already have products listed in Houzz, make sure the URLs match exactly to prevent duplicate listings and maintain accuracy of the Ideabook count. id – A unique identifier that verifies you own this web page. image – URL of hi-res product image. title – Title of the product. category – Keywords to help categorize the product. (ie. 'Wall Sconces') |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SInstaPaper
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 600, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SKakaoStory
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – your blogpost text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SLine
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – your blogpost text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SLineCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
SLinkedIn
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SLiveJournal
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share subject – your title |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SMailRu
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your title description – your description image – your image swfUrl – your flash-player with video |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SMicrosoftTeams
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – Default Text to be inserted in the assignments "Title" field (50 character limit) text – Default Text to be inserted before the link in the message compose box (200 character limit) preview – Whether or not to show a preview of the content to share. instruction – Default Text to be inserted in the assignments "Instructions" field (200 character limit) |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SOdnoklassniki
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SOdnoklassnikiCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: ref – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SPinterest
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share media – Overrides the image and substitutes a different image in the Pin Create form. description – Overrides the default image description and substitutes an image description you provide. |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SPinterestCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SPocket
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SQZone
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your title summary – your text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SReddit
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – your title text – your text selftext – sets the displayed tab to the self post tab |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SRedditCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SRenRen
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: srcUrl – the URL you want to share resourceUrl – the source Url of the shared resource, the default is the Referer in the header title – your title description – your text pic – your image |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SSkype
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – your text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SSms
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: number – your number body – your text |
{} |
STelegram
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – your text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SThreema
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share id – your id |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
STrello
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share name – your card name description – your card description |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
STumblr
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: canonicalUrl – the URL you want to share title – title of the Text post caption – post caption tags – list of tags |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
STumblrCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
STwitter
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – post text via – username hashtags – list of tags |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SViber
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share text – post text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SVkontakte
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – post title image – image URL noParse – don't do additional request for missing information noVkLinks – don't add active profile links |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SVkontakteCount
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
shareOptions |
object |
Your share link parameters: url – the URL you want to share |
{} |
tag |
string |
Dynamic HTML tag or component | span |
Events
Event name | Usage |
---|---|
load |
the request has finished successfully |
error |
the request has finished with error |
loading |
the request has started |
⚠️ Warning
This component uses JSONP
so the content won't be available during SSR
.
SWeibo
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – the URL you want to share title – post title appkey – your app key |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SWhatsApp
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: number – your number text – post text |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SWordPress
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: title – post title text – post text domain – your domain url – the url of the current page image – url of an image file |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SXing
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – A fixed URL to be shared followUrl – The URL of a XING news page for the Follow button shown on the success page. |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SYahoo
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: email – e-mail recipient address subject – subject of e-mail body – body of e-mail |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |
SYammer
Usage
Props
Prop | Type | Description | Default value |
---|---|---|---|
windowFeatures |
object |
Pass options to window.open() . Requested features of the new window. |
{ width: 600, height: 540, } |
shareOptions |
object |
Your share link parameters: url – A fixed URL to be shared text – post text groupId – your group id |
{} |
useNativeBehavior |
boolean |
Use native link behavior instead of window.open() or not |
false |
Events
Event name | Usage |
---|---|
popup-open |
window.open() has been opened |
popup-close |
window.open() has been closed |
popup-block |
window.open() has been blocked |
popup-focus |
window.open() has been focused |