]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
ShareNotice plugin -- basic buttons per-notice to share the text & a link to the...
authorBrion Vibber <brion@pobox.com>
Fri, 1 Oct 2010 01:02:02 +0000 (18:02 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 1 Oct 2010 01:05:45 +0000 (18:05 -0700)
commitd8df140ebb3a051a9b95583e5b6564177b643173
treeb5df1fe0848ba0aead4acd039a977ddf5888e219
parent6e58a926e3b3889d96df37c71f4aa090700041fd
ShareNotice plugin -- basic buttons per-notice to share the text & a link to the notice on other sites.
Default settings list Twitter, Facebook, and Identi.ca as targets.

Using icons built-in, and no magic offsite JS or anything so it won't slow down or break if third-party site goes down.
Default styles are a little limited, but can be customized in theme should one be so inclined.
plugins/ShareNotice/ShareNoticePlugin.php [new file with mode: 0644]
plugins/ShareNotice/css/README [new file with mode: 0644]
plugins/ShareNotice/css/icon-facebook.png [new file with mode: 0644]
plugins/ShareNotice/css/icon-share.png [new file with mode: 0644]
plugins/ShareNotice/css/icon-statusnet.png [new file with mode: 0644]
plugins/ShareNotice/css/icon-twitter.png [new file with mode: 0644]
plugins/ShareNotice/css/sharenotice.css [new file with mode: 0644]