]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/googleplus/googleplus.php
add -list-plugins option; about sections to plugins
[tt-rss.git] / plugins / googleplus / googleplus.php
index 9505b409612f50da19af4316c64649f582ade155..a100573de1fc4694685194e2f6a0853cf2a414c4 100644 (file)
@@ -10,6 +10,12 @@ class GooglePlus extends Plugin {
                $host->add_hook($host::HOOK_ARTICLE_BUTTON, $this);
        }
 
+       function _about() {
+               return array(1.0,
+                       "Share on Google+ plugin",
+                       "homolibere");
+       }
+
        function get_js() {
                return file_get_contents(dirname(__FILE__) . "/googleplus.js");
        }