mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
996e5cf021
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 }); |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |