automattic / jetpack-promote-posts
Attract high-quality traffic to your site using Promoted Posts.
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Type:jetpack-library
Requires (Dev)
- automattic/jetpack-changelogger: ^3.2.3
- yoast/phpunit-polyfills: 1.0.4
This package is auto-updated.
Last update: 2024-10-23 19:03:01 UTC
README
Attract high-quality traffic to your site using Promoted Posts. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr.
How to install promote-posts
Package is published in Packagist.
Use composer to add the package to your project:
composer add automattic/jetpack-promote-posts
Then you can initialize it on the admin_init
hook:
add_action( 'admin_init', array( '\Automattic\Jetpack\Promote_Posts', 'configure' ) );
Or directly invoke with a method call:
use Automattic\Jetpack\Promote_Posts; Promote_Posts::configure();
Development
Production
jetpack build -p packages/promote-posts
Development
jetpack build packages/promote-posts
Development Watching Mode 👀
jetpack watch packages/promote-posts
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
promote-posts is licensed under GNU General Public License v2 (or later)