Beschrijving
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' );
FAQ
-
Does this plugin work with Gutenberg?
-
Yes, yes it does! For more details on this, see #44.
Beoordelingen
26 april 2020
Did a full review of this plugin on my YouTube channel. There are several steps to getting it securely linked to your Twitter account, but there are step-by-step instructions on how to do that successfully. Loved it and highly recommend it.
Bijdragers & ontwikkelaars
“Autoshare for Twitter” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Autoshare for Twitter” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1.2
- Added: Cypress E2E tests (props @iamdharmesh, @jeffpaul, @Sidsector9).
- Added: Handle tweeting from staging/testing/local environments to prevent accidental tweets (props @dinhtungdu, @iamdharmesh, @peterwilsoncc, @jeffpaul).
- Added: Dependency security scanning (props @jeffpaul, @iamdharmesh).
- Changed Bump WordPress “tested up to” version 6.0 (props @iamdharmesh, @vikrampm1, @jeffpaul, @Sidsector9).
- Fixed: Incorrect
Tweet this post
checkbox behavior in the Classic Editor (props @iamdharmesh, @cadic). - Fixed: “Plugin asset/readme update” GitHub Action failure (props @iamdharmesh, @dkotter, @jeffpaul).
1.1.1
- Fixed: If Autoshare is enabled by default, it does not consider the post-level “Tweet this post” checkbox and always tweets (props @iamdharmesh, @Sidsector9).
1.1.0
- Added: Colored icons to represent autoshare status (props @linawiezkowiak, @oszkarnagy, @Sidsector9, @dinhtungdu).
- Added: Sample copy for example responses (props @iamdharmesh, @Sidsector9, @jeffpaul).
- Added: PHP 8 compatibility (props @Sidsector9, @faisal-alvi).
- Added: E2E Tests with Cypress (props @thrijith, @iamdharmesh, @dinhtungdu, @jeffpaul).
- Changed: Update dependency
abraham/twitteroauth
from 1.2.0 to 2.0.0 to ensure PHP 8.0 support (props @Sidsector9, @faisal-alvi). - Changed: App setup instructions for getting API keys and tokens (props @iamdharmesh, @Sidsector9, @jeffpaul).
- Changed: Bump WordPress version “tested up to” 5.9 (props @iamdharmesh, @Sidsector9, @sudip-10up).
- Fixed: Warning thrown on activating plugin for the first time (props @Sidsector9, @dinhtungdu).
- Fixed: CI pipeline failures (props @dkotter, @iamdharmesh, @Sidsector9).
- Security: Bump ajv from 6.10.2 to 6.12.6 (props @dependabot).
- Security: Bump tar from 4.4.8 to 4.4.19 (props @dependabot).
- Security: Bump ini from 1.3.5 to 1.3.8 (props @dependabot).
1.0.6
- Note: this was a hotfix release to fix an issue with deploys to WordPress.org.
1.0.5
- Added: Tweeted status column to All Posts table list view (props @thrijith, @dinhtungdu, @linawiezkowiak, @oszkarnagy, @jeffpaul).
- Changed: Bump WordPress version “tested up to” 5.8 (props @thrijith, @barneyjeffries, @jeffpaul).
- Changed: WP Snapshot for auotmated testing to WP 5.6 (props @dinhtungdu, @jeffpaul).
- Changed: Update dependency
abraham/twitteroauth
from ^0.7.4 to 1.2.0 to ensure PHP 7.4 support and WordPress VIP Go compatability (props @thrijith, @dinhtungdu, @rickalee). - Changed: Update PHPUnit test cases to include new functions (props @thrijith).
- Fixed: Ensure that special characters are properly encoded (props @dinhtungdu, @rickalee).
- Security: Bump
lodash
from 4.17.15 to 4.17.21 (props @dependabot). - Security: Bump
elliptic
from 6.5.1 to 6.5.4 (props @dependabot). - Security: Bump
yargs-parser
from 13.1.1 to 13.1.2 (props @dependabot). - Security: Bump
ini
from 1.3.5 to 1.3.7 (props @dependabot). - Security: Bump
y18n
from 4.0.0 to 4.0.1 (props @dependabot). - Security: Bump
ssri
from 6.0.1 to 6.0.2 (props @dependabot). - Security: Bump
rmccue/requests
from 1.7.0 to 1.8.0 (props @dependabot). - Security: Bump
hosted-git-info
from 2.8.4 to 2.8.9 (props @dependabot). - Security: Bump
browserslist
from 4.7.0 to 4.16.6 (props @dependabot). - Security: Bump
path-parse
from 1.0.6 to 1.0.7 (props @dependabot).
1.0.4
- Note: this was a hotfix release to fix an issue with included libraries.
1.0.3
- Added:
autoshare_for_twitter_disable_on_transition_post_status
filter to disable tweeting based on post status change (props @rickalee) - Changed: Bumped WordPress version support to 5.4.2 (props @dinhtungdu, @jeffpaul)
- Changed: Build, test, and release processes (props @johnwatkins0, @dinhtungdu)
- **Fixed:*# Enable autoshare meta always set to 0 when saving draft (props @dinhtungdu, @rickalee)
1.0.2
- Added: WP Acceptance tests (props @johnwatkins0)
- Changed: New and improved settings page UX (props @dinhtungdu, @jeffpaul, @johnwatkins0, @linawiezkowiak, @oszkarnagy)
- Fixed: Bug that caused posts to be inadvertently tweeted when switching from draft to publish (props @johnwatkins0, @rickalee)
- Fixed: Build script in release process (props @johnwatkins0)
1.0.1
- Added:
autoshare_for_twitter_enabled_default
filter to allow autoshare to be enabled by default for a post type (props @johnwatkins0, @rickalee, @dinhtungdu) - Changed: bypass character texturization when the post title is tweeted (props @johnwatkins0, @rickalee)
- Removed: second instance of the
autoshare_for_twitter_tweet
filter (props @johnwatkins0)
1.0.0
- Added: Initial public release! 🎉
- Added: Plugin renamed to “Autoshare for Twitter”
- Added: Support Post and Page post types by default, provide Custom Post Type (props @johnwatkins0)
- Added: Gutenberg support (props @johnwatkins0)
- Added: REST API endpoint to replace AJAX callback (props @johnwatkins0)
- Added: Build process, PHPCS linting, unit tests, and Travis CI (props @johnwatkins0, @adamsilverstein)
- Added: Plugin banner and icon images (props Stephanie Campbell)
- Changed: Refactor v0.1.0 significantly (props @adamsilverstein, @johnwatkins0, @jeffpaul)
- Security: XSS prevention – switch from .innerHTML to text (props @adamsilverstein)
0.1.0
- Initial private release (props @scottlee)