For example, this javascript code, if added by a plugin, would enable a Tumblr share link:
Discourse.ShareLink.addTarget('tumblr', {
iconClass: 'fa-tumblr',
generateUrl: function(link, title) {
return ("http://www.tumblr.com/share/link?url=" + encodeURIComponent(link) + "&description=" + encodeURIComponent(title));
},
shouldOpenInPopup: true
});
|
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| dialects | ||
| ember | ||
| helpers | ||
| initializers | ||
| lib | ||
| mixins | ||
| models | ||
| routes | ||
| templates | ||
| views | ||