Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/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
https://github.com/automattic/co-authors-plus-social-pack
wordpress wordpress-plugin wpvip-plugin
Last synced: about 1 month ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/automattic/co-authors-plus-social-pack
- Owner: Automattic
- Created: 2013-05-16T18:16:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T09:02:58.000Z (about 1 year ago)
- Last Synced: 2024-10-07T11:17:30.859Z (about 1 month ago)
- Topics: wordpress, wordpress-plugin, wpvip-plugin
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 25
- Watchers: 124
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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:
* $twitter_username = $guest_author->twitter;
* $google_plus = $guest_author->google_plus;
* $facebook = $guest_author->facebook;