Quantcast
Channel: publicize – Jetpack Developer Resources
Browsing latest articles
Browse All 44 View Live

jetpack_open_graph_base_tags

Allow plugins to inject additional template-specific Open Graph tags.

View Article



jetpack_open_graph_tags

Allow the addition of additional Open Graph Meta tags, or modify the existing tags.

View Article

jetpack_open_graph_fallback_description

Filter the fallback `og:description` used when no excerpt information is provided.

View Article

jetpack_publicize_capability

Filter what user capability is required to use the publicize form on the edit post page. Useful if publish post capability has been removed from role.

View Article

jetpack_publicize_options

If you want to restore the previous way Publicize attached an image to a Tweet (instead of relying on a Twitter card), you can use this filter: add_filter( 'jetpack_publicize_options', function(...

View Article


publicize_should_publicize_published_post

In the example below, we won’t publicize any post using the private tag: /** * Do not trigger Publicize if the post uses the `private` tag. */ function jeherve_control_publicize( $should_publicize,...

View Article

jetpack_block_editor_republicize_feature

Enable the RePublicize UI in the block editor context.

View Article

jetpack_open_graph_output

Filter the HTML Output of each Open Graph Meta tag.

View Article


jetpack_open_graph_image_height

Filter the minimum height of the images used in Jetpack Open Graph Meta Tags.

View Article


jetpack_open_graph_return_if_empty

Do not return any Open Graph Meta tags if we don't have any info about a post.

View Article
Browsing latest articles
Browse All 44 View Live




Latest Images