Publicize: Custom Facebook / Twitter Messages via filters?
-
I’d like to customize the Publicize messages that get sent to Twitter and Facebook so that each one is different (the Facebook message, for example, would contain more text as it doesn’t have the tight character limits that Twitter has).
I found an article called Customizing Publicize Sharing Behavior on vip.wordpress.com that mentions two filters I can attach to:
Twitter:
$status_update = apply_filters( 'publicize_twitter_message', $message, $post, $url );
and Facebook:
$status_update = apply_filters( 'publicize_facebook_message', $custom, $post, $url );
However, searching the Jetpack codebase for those filters turns up nothing. Are those filters only available on WordPress.com? And if so, is there any way to accomplish the same thing with the Jetpack plugin?
- The topic ‘Publicize: Custom Facebook / Twitter Messages via filters?’ is closed to new replies.