Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreSend me your email here or via my form and I’ll fire you off a copy as soon as I’m able.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working for publicizing !Send me your email address via this form on my site. I’ll send you a copy directly. Thanks!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Generating for wrong linkSend me your email, through this if you don’t want to post it here (and I understand not wanting to, which is why I’m offering the link!).
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Generating for wrong linkHayesmd, I’ve just peppered the forum with this question so it can’t hurt to keep going; would you care to try beta testing the next copy before I release it as a version update?
Less releases, more bug fixes is the plan, and I haven’t quite got the hang of unit testing for this yet.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreI think we’ve got a solution in the works. Care to beta test it?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working for publicizing !I believe I found the solution. Let me know if you want to beta test it before it hits wordpress.org
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working for publicizing !You’re not alone in having this problem, so it’s definitely on my list of issues to address asap.
It seems like it should be an easy fix; I may be hooking in too late for publicize, but I’m sure it will become apparent as soon as I take a look at where they’re getting the shortlink from.
Keep an eye open this weekend for an update. I’ll post here, and hopefully we can release an update with a patch to fix.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreThat’s not WP Bitly. Sounds like your social plugin is causing the issue.
What are you using to post to Facebook?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Generating for wrong linkI just checked… I’m not sure when I removed the post types check. 🙂 It’ll be back in there on the next release.
I blame confusing work and play.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Generating for wrong linkI’m sorry, I gave you the wrong code.
add_action( 'save_post', 'wpbitly_generate_shortlink' );Is what you want, not
wpbitly_get_shortlink.Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Generating for wrong linkadd_filter( 'save_post', 'wpbitly_get_shortlink' );Line 208 of
wp-bitly.phpI’ll have to do more testing on that. After creating the debug file, I noticed wpbitly_get_shortlink was being fired four times in rapid succession (not from drafts or revisions) and was hoping to cut down on that.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreDepending on your server configuration you might have to temporarily chmod the
log/directory to 0777. Once the file is created it should retain ownership and you can set the directory back to 0755.I didn’t make a very robust debugging system, because I don’t intend to leave it there. 🙂 It’s just meant to give us some insight.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreleonard, the file you’re looking for is
/wp-content/plugins/wp-bitly/log/debug.txt. Pop it open and with any luck we’ll have an error message from the http request that could help us fix the issue. If it’s short and doesn’t contain any sensitive information, please post it here. Otherwise you can send it to me directly via mark.watero.us/contact/If you could do the same tony, make sure debugging is checked, save your settings once or twice to get a few entries in the log file, and start a new thread here with the results or send them to me at the link above if you would prefer.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Problem with OAuth TokenRomain, if you’re still wanting to try and get it working please check out the sticky on the new debug feature.
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Not working anymoreStill out there? There’s an option to turn on debugging in the latest version so we might be able to get to the root of this finally. 🙂