Hi. I have enabeled Rate Limiting. I have set Default Rate Limit per category per hour to 1.
I would expect there would be sent max. 1 post to Twitter per hour.
But sometimes there are more than 10 post pro hour send to Twitter.
Am i doing something wrong?
I am not sending posts but jobs to Twitter (_job_listing). Could that be the cause?
Kind regards, Alfred
When I publish my article, the tweet is no more sent on X. I have the message “Two many requests”. I don’t understand why I get this message and the status 429.
For the information, I publish about one article every hour.
]]>Hi
We have the plugin setup and configured and connected with Twitter.
When we manually publish news, those stories post to Twitter straight away without issue. When we schedule a post to publish later that morning, those posts do not post to Twitter.
Is this a known issue with a resolution? Or is it an issue with the free version that the Pro version would resolve?
Any help would be appreciated.
Kind regards, Darren
]]>Featured image not showing in Twitter X card. Is there some setting I am missing?
]]>Sorry to post about the same topic again but after reviewing the forum and other peoples posts with the same issue, I’m still unable to resolve the problem.
This is the error message I get when trying to share posts to X. In the Xposter plugin, the setup appears to be done correctly and there are no errors within the plugin.
I reset the app settings in X’s developer panel three times now, regenerated new API keys and tokens, made sure the Read and Write permissions were setup correctly, but still this error persists.
Any assistance would be greatly appreciated, thank you.
]]>I have had XPoster Pro for some time now. It hasn’t worked in months. I have updated the plugin, deactivated, reactivated it but every time I go to the plugin settings I get this message:
“Mastodon requires authentication. Update your settings to enable XPoster to send updates to Mastodon.Ignore
There has been a critical error on this website. Please check your site admin email inbox for instructions.”
Every time I click on “Update your settings”, I get back to this same page with the critical error. Not sure what to do. I certainly do not have any sort of admin email.
Please help!
I just installed XPoster, but when I’m in the plugin’s settings, I get a notification banner saying:
“XPoster is in staging mode. Status updates will be reported as if successfully sent, but will not be posted.”
I can’t figure out why it is in staging mode and what to do to turn it off.
Has anybody had this issue?
Thanks!
]]>The twitter Developers site has instructions for embedding a timeline into a website but it doesn’t work. All that shows is “Tweets by accountname” in some browsers (Firefox, Edge, Safari) or “Nothing to see here – yet
When they Tweet, their Tweets will show up here.” in other browsers such as Opera. Even in their instructions page at https://developer.twitter.com/en/docs/twitter-for-websites/timelines/overview it displays “Tweets by TweetDev” instead of their embedded timeline. I got a Bearer Token for this plugin but is there a feature in this plugin that will let me display an embedded timeline for my account in my website? Or do I need to get the Pro version for this? Will the Pro version show my embedded timeline in my website?
With X Poster version 4.2.1, posting to X works automatically only from the second post onwards.
Here are the steps to reproduce the problem:
Please look into this bug.
Thank you.
]]>I am seeing a PHP error in the admin pages that reports last Tweet status.
This is coming from wpt-functions.php, the wpt_show_last_tweet() function that needs the following:
$notice = esc_html( $log[1][‘message’] );
]]>
First of all, thank you very much for adding support for Mastodon, it really is a wonderful thing! ?? As soon as I saw the option to configure it, I ran to try it, but I would say that something is missing.
That is, in the Mastodon app I have activated, in addition to what is active by default, as it says in the tutorial, I have activated:
I have made sure to copy the access token and correctly enter the URL of the Mastodon Instance (in my case https://mastodon.social/@NextNnet), but when I connect I receive this message: “Mastodon authentication response not understood” , and “Mastodon requires authentication. Update your settings to enable XPoster to send updates to Mastodon.”
Once Mastodon was connected to Xposter, I saw on the configuration screen that the “UserName” section is blank. Is it because of this? I get the feeling that some step is missing. Thank you so much!
]]>The plugin works just fine but with the last update, even if the post has been successfully published on X, the alert is in red (see screenshot)
]]>403 Forbidden: The request is understood, but has been refused by Twitter. (Error Code: 453: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product)
]]>Thanks for a great plugin, one I have used for several years.
I think this is a logic issue in the current wpt_needs_bearer_token() function in the wp-to-twitter.php
file.
Currently, I am seeing an error message about needing a bearer token in my Profile page, but it is present in the X-Poster settings.
I think this is because in my case the Allow user to authenticate with X.com
option is not checked, but the above function check if the profile page is in use and if it is tried to get the bearer token from meta with get_user_meta( $auth, 'bearer_token', true );
A local fix that worked for me is to update the fir if statement to:
if ( 'profile' === $screen->id && get_option( 'jd_individual_twitter_users' ) ) {
I hope you fins this useful, please let me know if I can provide more details.
]]>The plugin is sending tweets each time I update a post. I went to the basic settings in order to deactivate this but there seems to be an issue with the basic settings of the plugin. When I uncheck “Update when posts have been edited” and save it the new setting won’t be saved. Instead, the hook reappars as soon as I save the new settings… Seems to be a bug.
]]>Hi guys, I’m seeing this when posting,
403: Forbidden: Your client app is not configured with the appropriate oauth1 app permissions for this endpoint.
Not sure what to do because all my permissions and app seems to be working fine, however, while setting up the app a section that doesn’t appear in the instruction is Type of App((required) The type of App enables OAuth 2.0 Authentication.), with 2 choices, Native App with public client and Web App, Automated App or Bot with Confidential Client, I choose Web App, but because is not in the x poster instructions not sure if the problem is there.
On app permissions I choose Read and Write.
]]>I’ve got a problem with setting an app up via v1, as apparently, Twitter (X) is only accepting v2 endpoints now.
‘403: Client Forbidden: When authenticating requests to the Twitter API v2 endpoints, you must use keys and tokens from a Twitter developer App that is attached to a Project. You can create a project via the developer portal.’
How do I get around this?
]]>Finally activated XPoster after time away after WP to Twitter API issues. All seems to be fine on the plugin except every WordPress to X.com update while using custom shortener now includes a image attachment — below — that directs to X.com (not sure if that is the problem)?
Is there any way to remove that image so as just to include a short 140 character update?
]]>I am having the following error trying to activate my license:
XPoster Pro received an unexpected message from the license server. Please try again!
And your support form says I can’t send you the email, so I follow the instructions and get here. I also checked your xposter website and can’t get support that way. I even contacted you on Twitter with no response.
Please get back to me asap or I may issue a chargeback with my Credit Card company.
Thanks!
]]>I am trying to set up Oauth on Twitter so I can use Xposter. As part of the Oauth setup on Twitter, they ask for a callback URI. I presume that this is a URI that Xposter will respond to after it sends a tweet through the API URI (e.g., https://mywebsite.com/something), but I can’t find anything in the documentation or the forums for Xposter that explains what that URI should be. Thanks in advance for any help you can provide.
]]>All I get is this error message
“XPoster Pro received an unexpected message from the license server. Please try again!”
]]>Has there been a definitive way to get round this yet?
I seem to get this once per month
400 Bad Request: The request was invalid. This is the status code returned during rate limiting.
]]>Title: Issue with “Use post tags as X.com hashtags” Feature Not WorkingText:
Hello,
I am experiencing an issue with the feature that allows post tags to be used as hashtags on X.com. According to your support documentation, one of the free features is to “Use post tags as X.com hashtags.”
However, this feature doesn’t seem to be working as expected. For example, on my blog page: https://123programmitv.it/blog/star-trek-il-futuro-ha-inizio-5-motivi-incredibili-per-guardare-questo-fantastico-film-con-chris-pine, I have used two tags: ChrisPine and CieloDTT. But when the post is tweeted, none of these tags appear as hashtags in the tweet. Here is the tweet for reference: https://twitter.com/123programmitv/status/1696882211981550077?t=9jVGOQlcRekSAR5RxDoTew&s=19.
Could you please guide me on what I might be doing wrong in the configuration? Should the configuration in xPoster be set as #title# #@# #tags# #url# #date#
?
Thank you for your assistance.
Best regards, romolo
]]>I currently use v3.7.0 of the plugin which stopped auto posted our tweets to Twitter and will update now to to rebranded version of the plugin.
Is there any extra steps we need to do to make it work again?
Thanks
]]>I updated all my keys and tokens and am getting a “Critical Error” any time I click the “Test XPoster” button.
Looking at the logs, I see:
[16-Aug-2023 13:47:11 UTC] PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /path/to/wp-content/plugins/wp-to-twitter/vendor/guzzlehttp/guzzle/src/functions.php:61
Stack trace:
#0 /path/to/wp-content/plugins/backwpup/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler()
#1 /path/to/wp-content/plugins/wp-to-twitter/vendor/noweh/twitter-api-v2-php/src/AbstractController.php(94): GuzzleHttp\HandlerStack::create()
#2 /path/to/wp-content/plugins/wp-to-twitter/wp-to-twitter.php(443): Noweh\TwitterApi\AbstractController->performRequest()
#3 /path/to/wp-content/plugins/wp-to-twitter/wpt-functions.php(123): wpt_post_to_twitter()
#4 /path/to/wp-content/plugins/wp-to-twitter/wp-to-twitter-manager.php(194): wpt_check_functions()
#5 /path/to/wp-content/plugins/wp-to-twitter/wp-to-twitter-manager.php(212): wpt_updated_settings()
#6 /path/to/wp-includes/class-wp-hook.php(310): wpt_update_settings()
#7 /path/to/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters()
#8 /path/to/wp-includes/plugin.php(517): WP_Hook->do_action()
#9 /path/to/wp-admin/admin.php(259): do_action()
#10 {main}
thrown in /path/to/wp-content/plugins/wp-to-twitter/vendor/guzzlehttp/guzzle/src/functions.php on line 61
Is it possible that this function simply hasn’t been updated yet, and “live” Tweets will work?
]]>I know that WP to Twitter hasn’t been working for a long time now, and I had previously said that I wasn’t going to update it. Well, I’ve had enough pressure from users now that I decided it was more trouble to leave it broken than it was to fix it. So here we are.
This involved a lot of changes: rebranding, remapping of some features between Pro and free, etc. There may be breakages. If so, please let me know.
]]>I have my plugin settings like this but they are not coming up
UKNews {POST_TITLE} – {PERMALINK}#latestnews
only the title and link is showing and not my hashtags. how do i solve this
]]>Hello,
I have this error: https://zupimages.net/up/23/28/3kt4.pnghttps://zupimages.net/up/23
I try to downgrade 2.0 > 1.1 but impossible
How to activate my WP Twitter plugin ?
Thx
]]>I’m using WordPress 5.2 and WP to Twitter 3.4.0
When I tried to post I get,
Last Tweet:?Silk Route Ventures initiates Sri Lanka’s first fully equipped food factory for culinary entrepreneurs?? 403 Forbidden: The request is understood, but has been refused by Twitter. (Error Code: 453: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/portal/product)
I have connected like this
https://imgur.com/m4kfhRO
And here is my app
https://imgur.com/R0y1fON
It would be a great help if you can check
]]>Today I noticed that API V2 Issues has been Fixed by Twitter, now every Free account is operational with 1,500 free tweets per month.
I also noticed two other WordPress plugins have already fixed their plugins as well (WP Twitter Auto Publish, Autoshare for Twitter).
But I love your plugin due to using minimal resources to do the same thing.
So please give one more try to fix the issue.
Thank you!
]]>