Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreFor some reason WordPress.org ignored the 2.2.2 update. I dislike releasing updates simply for the sake of upping the version number (especially when I just put how many updates out?) but that’s frustrating to say the least.
I’m going to fiddle around with it some today and release another version this afternoon in hopes that the repo will pick it up this time.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreAlright, I think I figured it out. Released 2.2.2, should be up on the repo in a matter of moments.
You will have to go to the settings page and resubmit (save changes) and it should authorize the token this time.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] External links in post as shortURL?I understand what you’re saying now. Currently no, WP Bitly does nothing to search your content and shorten these URLs on its own. You could probably extend it to do so with only a little coding (depending on how you wanted to cache the shortened URLs), but as for right now that’s not on the immediate road map.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymore@leonardogsouze, version 2.2.1?
Is it accepting the OAuth Token (is your input red)?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Update 2.1 broke my sitesOne more minor update (2.2.1).
There may be broken metaboxes with 2.2… I didn’t fully remove a legacy function, but that’s fixed now as well.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreGive 2.2 a try. I updated the plugin to use the WordPress http API instead of directly calling cURL. With any luck that should cure the issues!
If anyone who posted tries the new version and can confirm it’s working, that would be great.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] WP-Bitly v 2.1 crashes WordPress 3.8.3Somehow a file was missing from the 2.1 tag. I bumped the version and verified that the file is there now. Apologies for the inconvenience!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Update 2.1 broke my sitesNevermind, I figured it out. For some reason the last commit missed a file (which is showing in my local repository as added, but not on WordPress.org).
I bumped it to version 2.2 which should have the file it was missing.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Update 2.1 broke my sitesNope, but you’re not alone. Were there any errors in your log you could post?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] WP-Bitly with JetpackIt should work with Jetpack. It’s assumed if you’re using WP Bitly that you don’t want to use the Wp.me shortlinks provided by the Jetpack module, so WP Bitly disables that module to avoid conflicts.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] External links in post as shortURL?The plugin automatically generates the links for all allowed post types. Are you asking if you can change the internal permalinks and use short urls?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] WP-Bitly v 2.1 crashes WordPress 3.8.3Were there any errors (on screen or in your error_log) that you could post? I’m testing locally on 3.8.3 and can’t reproduce; was it an upgrade from 2.0 or earlier?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreI have to ask you the obvious first, just to get it out of the way; did you update your legacy API key with a new token from the link provided?
Once we know that’s not the issue, I can better help figure out the problem!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Problem with OAuth Tokenamsinclair, if you wouldn’t mind helping me debug, can you email me at the address I listed above?
I’d like to see what the results of your curl request look like, given that seems to be the issue for Romain. The curl function I use hasn’t changed but for some (as of yet unknown) reason it’s not returning the same results in this version for some random folk.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Fatal error updating to version 2.0That’s a strange error, considering there isn’t a
wp-bitly-options.phpfile anymore. That makes me think not all the files were properly updated or overwritten.I would suggest deleting the plugin via FTP, and try installing it again.
You could alternatively delete it from the WordPress dashboard, however if it calls the uninstall.php file (assuming that file is there from the upgrade) it will delete all your locally cached shortlinks. This doesn’t mean it will generate all new shortlinks, Bitly maintains the same ones for each permalink, it just temporarily removes them from your local cache.