Skip to content

[READ ONLY] Attract high-quality traffic to your site using Promoted Posts. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

License

Notifications You must be signed in to change notification settings

ghas-results/jetpack-promote-posts

 
 

Repository files navigation

promote-posts

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)

About

[READ ONLY] Attract high-quality traffic to your site using Promoted Posts. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 69.1%
  • JavaScript 30.9%