I still Get
The API call returned a 503 response code.
can either of you check (1) what your current version of YOURLS is and (2) if the install is a public or private one?
Is the newest version 1.7 (Tom Araya). The install is private, the problem exist with public also
@spike – the plugin won’t work with a public install, due to the YOURLS API limitation on using API keys (they only work with private). There are bugs with the 1.7, make sure you’re running 1.7.1.
also, a fix will be out shortly to account for installs that are on a subfolder.
Mine has always been set to private.
Yes I have the latest version of Yourls
I don´t find the newest version of YOURLS. https://github.com/YOURLS/YOURLS/releases
My install is private
The plugin works great when I publish a new post. Then the shortlink are generated. But I need the shortlink before the post published.
@spike that’s not possible at the moment, because the final URL has not been generated in WordPress before publish. may I ask why you need the link beforehand?
I can generate the URL always before. If the item is scheduled. This makes sense because during the automatic posting on the Twitter Short Link will equal published. But at the moment I can not generate short URL if an item is scheduled. I get the error message: This is not a valid post status. Before the update, everything worked fine.
@spike05de I’m about to push an update that adds back in scheduled posts. this was an oversight on my part, my testing with scheduling didn’t create a URL due to an unrelated reason.