You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
856 B
33 lines
856 B
2 years ago
|
{
|
||
|
"email": {
|
||
|
"icon": "email",
|
||
|
"title": "sharing.email",
|
||
|
"url": "mailto:?body=%s&subject=%s"
|
||
|
},
|
||
|
"facebook": {
|
||
|
"icon": "facebook",
|
||
|
"title": "sharing.facebook",
|
||
|
"url": "https://www.facebook.com/sharer/sharer.php?u=%s"e=%s"
|
||
|
},
|
||
|
"linkedin": {
|
||
|
"icon": "linkedin",
|
||
|
"title": "sharing.linkedin",
|
||
|
"url": "https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s"
|
||
|
},
|
||
|
"pinterest": {
|
||
|
"icon": "pinterest",
|
||
|
"title": "sharing.pinterest",
|
||
|
"url": "https://pinterest.com/pin/create/bookmarklet/?url=%s&description=%s"
|
||
|
},
|
||
|
"reddit": {
|
||
|
"icon": "reddit",
|
||
|
"title": "sharing.reddit",
|
||
|
"url": "https://reddit.com/submit/?url=%s&resubmit=true&title=%s"
|
||
|
},
|
||
|
"twitter": {
|
||
|
"icon": "twitter",
|
||
|
"title": "sharing.twitter",
|
||
|
"url": "https://twitter.com/intent/tweet/?url=%s&text=%s"
|
||
|
}
|
||
|
}
|