automattic/jetpack-promote-posts

Attract high-quality traffic to your site using Promoted Posts.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:jetpack-library

v0.1.0 2022-12-19 13:28 UTC

This package is auto-updated.

Last update: 2024-04-23 17:58:57 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)