Twitter Fix (API issue)
-
Twitter made some changes to their API plans and this caused our plugin to stop working. To fix this, please read the guide below.
If you have added your Twitter account to the Revive Old Posts Dashboard, please remove it first.
Once done, add the snippet below to your theme’s function.php.add_filter( ‘option_rop_first_install_version’, ‘__return_false’ );
Then save your changes.
Login to https://developer.twitter.com. It should have the same credentials with the Twitter account you want to use.
If this is not the first time you use this page, please skip to step 4.
You will be presented with the Twitter plans but you have the option to sign up for a free account at the bottom. https://vertis.d.pr/i/IwVZKNEnter your use cases in using Twitter, there is no right or wrong answer here.
It must be at least 250 characters long.
After that, agree to all terms and click the Submit button.- On the Twitter Developer Dashboard, you will see the Create Project button, click on it and follow the prompt. It’s up to you what use case you will choose.
- You can only create one app in the free plan, as you can see on the demo, I can only add to my existing app.
- Under User Authentication Settings, click on the Set up button.
- App permission should be Read & Write
- Type of App is Web app
- App info (make sure to change these to use your own domain!)
Callback/Redirect URL: https://example.com/wp-admin/admin.php?page=TweetOldPost
Website URL: https://example.com - Make sure to copy both API keys.
Please see this screencast for reference: https://vertis.d.pr/v/pI8ylM
- The topic ‘Twitter Fix (API issue)’ is closed to new replies.