automattic/jetpack-action-bar

This package is abandoned and no longer maintained. No replacement package was suggested.

An easy way for visitors to follow, like, and comment on your site.

Installs: 5 378

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 1

Language:JavaScript

Type:jetpack-library

v0.2.3 2024-01-04 16:00 UTC

README

An easy way for visitors to follow, like, and comment on your site.

Note

This package is not actively maintained, and is not currently used in any Jetpack plugin.

How to install jetpack-action-bar

You can start using the package and initiate the Action bar like so:

use Automattic\Jetpack\Action_Bar;

( new Action_Bar() )->init();

Using this package in your WordPress plugin

If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.

Security

Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.

License

jetpack-action-bar is licensed under GNU General Public License v2 (or later)