Autoshare for Twitter
Automatically tweets the post title or custom message and a link to the post.
Automatically tweets the post title or custom message and a link to the post. Additional technical details can be found in our GitHub repository.
Disclaimer: TWITTER, TWEET, RETWEET and the Twitter logo are trademarks of Twitter, Inc. or its affiliates.
Manual Installation
- Upload the entire
/autoshare-for-twitter
directory to the/wp-content/plugins/
directory. - Activate the plugin
- Register post type support for types that should be allowed to autoshare:
add_post_type_support( 'post', 'autoshare-for-twitter' );