automattic / jetpack-action-bar
An easy way for visitors to follow, like, and comment on your site.
Installs: 5 889
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 1
Language:JavaScript
Type:jetpack-library
Requires
- php: >=7.0
- automattic/jetpack-assets: ^2.1.11
- automattic/jetpack-constants: ^2.0.3
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.4
- automattic/wordbless: dev-master
- yoast/phpunit-polyfills: 1.1.0
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
- dev-trunk / 0.3.x-dev
- v0.3.0
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.32
- v0.1.31
- v0.1.30
- v0.1.29
- v0.1.28
- v0.1.27
- v0.1.26
- v0.1.25
- v0.1.24
- v0.1.23
- v0.1.22
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2024-05-30 21:26:06 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)