Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kush

    (@kushnamdev)

    Hey @alexis14

    You can refer to this guide for more information about this -https://docs.revive.social/article/1322-how-to-connect-your-social-media-accounts

    Thank you!

    Thread Starter alexis14

    (@alexis14)

    hello,

    You answered me with a 2 years old video. twitter API are not the same anymore. How do I configure it ?

    AC

    (@purplecodes)

    Themeisle Support

    Hello @alexis14,

    My colleagues found a solution for the Twitter API:

    Add the below filter in the active theme functions.php file, at the end of the file; this will show the Use your own keys settings.

    add_filter( 'option_rop_first_install_version', '__return_false' );

    Twitter Developer

    1. Login to https://developer.twitter.com with the Twitter account you want to use
    2. Create an App
    3. Add user authentication settings: “read & write”, “web app”
    4. App info (make sure to change these to use your own domain!):
    5. Callback/Redirect URL: https://example.com/wp-admin/admin.php?page=TweetOldPost
    6. Website URL: https://example.com
    7. Make sure to copy both your keys

    Revive Old Posts plugin

    1. Delete accounts from Revive Old Posts in WordPress
    2. Choose to create/add a new account “Twitter” button
    3. Choose “Use Your Own Keys” button
    4. Enter your two keys
    5. Login should proceed and everything will be activated
    6. That’s it! The plugin will now be working once again.

      Please see this screencast for reference: https://vertis.d.pr/v/pI8ylM
    Thread Starter alexis14

    (@alexis14)

    Works like a charm, thanks ??

    Just in case it helps anyone, I found it wouldn’t work until I selected “Read and write and Direct message” in the authentication settings instead of just read and write.

    AC

    (@purplecodes)

    Themeisle Support

    Thank you @mj33777

    Will now be closing this thread. Please refer to the pinned post on how to add your Twitter account. If you encounter any issues, please open a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Twitter API’ is closed to new replies.