WP Manifestindependent plugin directory
manifest / social / co-authors-plus-social-pack

Co-Authors Plus Social Pack #5 in Social & Sharing

Co-Authors Plus add-on pack with profile fields for popular social media services and the ability to allow attributing posts to their Authors when shared using Jetpack

by Automattic · github.com/automattic/co-authors-plus-social-pack

24stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/automattic/co-authors-plus-social-pack/archive/refs/heads/master.zip

From the readme

Co-Authors-Plus-Social-Pack Co-Authors Plus add-on pack with profile fields for popular social media services and the ability to allow attributing posts to their Authors when shared using Jetpack. Easily save an Author’s social media information with their Guest Author profile, as well as attribute Tweets sent from the WordPress.com Sharing Tools to the author that wrote the post, simply by checking the appropriate box on their profile page. Additionally, Co Authors Plus Social Pack allows marking the Author as a ‘Related’ account to be suggested by Twitter once a post has been shared, making it even easier for your site’s visitors to engage with your authors. Since all fields are loaded with Guest Author objects, retrieving social media info is as easy as: $twitterusername = $guestauthor->twitter; $googleplus = $guestauthor->googleplus; $facebook = $guestauthor->facebook;

Read the full README on GitHub →