OK, I did it.
Twitter Developer
- Login to https://developer.twitter.com with the Twitter account you want to use
- Create an App
- Add user authentication settings: “read & write”, “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 your keys
Revive Old Posts plugin
- Delete accounts from Revive Old Posts in WordPress
- Choose to create/add a new account “Twitter” button
- Choose “Use Your Own Keys” button
- Enter your two keys
- Login should proceed and everything will be activated
That’s it! The plugin will now be working once again.
-
This reply was modified 2 years, 10 months ago by
msephton.
-
This reply was modified 2 years, 10 months ago by
msephton.
-
This reply was modified 2 years, 10 months ago by
msephton.
-
This reply was modified 2 years, 10 months ago by
msephton.
-
This reply was modified 2 years, 10 months ago by
msephton.
OK! If you have a recent install “Advance Config” will be switched off. You can switch it on using plugin file editor. Hackers assemble! Let’s go!
Warning: please disable the plugin before making these changes.
dashboard.js
- https://example.com/wp-admin/plugin-editor.php?file=tweet-old-post%2Fassets%2Fjs%2Fbuild%2Fdashboard.js&plugin=tweet-old-post%2Ftweet-old-post.php
- goto line 35425,
showAdvanceConfig:, change false to true
- Click the “Update File” (save) button at bottom of the page
dashboard.min.js
- https://example.com/wp-admin/plugin-editor.php?file=tweet-old-post%2Fassets%2Fjs%2Fbuild%2Fdashboard.min.js&plugin=tweet-old-post%2Ftweet-old-post.php
- this is one long line, but you need to find
showAdvanceConfig:!1 and remove the ! to change it to showAdvanceConfig:1
- Click the “Update File” (save) button at bottom of the page
Screenshots: https://imgur.com/a/lgWvZw7
Then re-enable the plugin and try again.
Also, congrats! You just became a hacker. 🏅
If you want to leave me a tip, much appreciated https://paypal.me/mattsephton
-
This reply was modified 2 years, 10 months ago by
msephton.
AC
(@purplecodes)
Themeisle Support
Please check the steps below on how to resolve the Twitter issue.
If you have added your Twitter account from the Revive Old Posts Dashboard, please remove it first.
Once done, kindly follow the steps below.
Add the snippet below to your theme’s function.php.
add_filter( ‘option_rop_first_install_version’, ‘__return_false’ );
Then save your changes. This will display an option to ‘Use your own keys’.
Please check this screencast for reference: https://vertis.d.pr/v/pI8ylM
@purplecodes
It works! amazing! thank you so much AC!! This plugin is incredible!
Have a blessed day