the_tim
Forum Replies Created
-
Okay, I just did these exact steps:
- click “New Post”
- type a post title and some body content, choose a category, enter some tags
- click “Save Draft”
- make further edits, safe draft a few more times, etc.
- click “Edit Details” in the Publicize section of the Publish box
- tweak the Custom Message to this: “On the blog: Quill Leaves NWMLS, Dramatically Slashes Listing Cost http://wp.me/pe2Bv-7YP” (Note that the wp.me link was already in there when I clicked “Edit Details,” I just edited the text before it.)
- click “Hide”
- click “Save Draft”
- preview the post one more time to make sure it looks good
- click “Publish”
Here’s the tweet that resulted: https://twitter.com/SeattleBubble/status/603972097581293568
Once again, it has both the wp.me link and the full link.
Forum: Fixing WordPress
In reply to: Comment submit button disappeared after 4.2 updateI just wanted to also say thanks, martinjn94. This was driving me nuts, and your fix worked like a charm.
Forum: Themes and Templates
In reply to: [Oxygen] comment submit button disappearedNever mind, I found the answer here: Comment submit button disappeared after 4.2 update
Adding the two lines below to functions.php inside here:
function oxygen_commentform_args( $args ) { [...] $args = array(did the trick for me.
'submit_button' => '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />', 'submit_field' => '<p class="form-submit">%1$s %2$s</p>',Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Unable to delete spamI’ve had the same issue for the last few weeks. My site gets hundreds of spam comments a day. I regularly have 500+ spam when I Empty Spam. The page loads and loads and eventually spits me out to a 500 Internal Server Error.
When I disable Quick Cache and try again the spam empties almost instantly.
Okay I tweaked the settings of the other SEO plugins to get rid of the error that the Facebook Debugger was throwing. This morning’s post worked.
Again though, I’m 99% certain that things only broke with the latest update to Jetpack and/or WordPress, and I’ve noticed a lot of other threads in this forum from people with similarly-timed breaks in Facebook publishing, so it still seems to me like something was changed that broke things.
Anyway, thanks much for helping me get it working again. The Facebook Debugger link was a big help.
I only make one post a day so I will try again tomorrow morning and let you know.
Yes I turned off the plugin as described, cleared all site caches, and posted. When it failed to fix the problem, I re-enabled the plugin half an hour later.
Okay I deactivated the WP Social SEO Booster plugin, cleared all my site caches, then added a new post. It still did not publish to Facebook. This is not too surprising to me, since WP Social SEO Booster and Jetpack had been living together in peace for quite some time on my blog when everything was working.
Again, the only things I changed between when it was working (publishing to Facebook) and not working was updating Jetpack to version 2.7 and updating WordPress to version 3.8.
I will give that a try with the next post I make tomorrow.
Okay I followed those directions fully, disconnecting on both the WordPress side and the Facebook side, then re-connecting everything.
Just made a new post. It did not push to Facebook.
Forum: Plugins
In reply to: [Featured Comments] 1.1 works for me, 1.2 does not.Version 1.2.1 does indeed work again (front end and back end). Thanks, it looks like whatever was causing the problem has been resolved.
Forum: Plugins
In reply to: [Featured Comments] 1.1 works for me, 1.2 does not.Latest version, 3.5.
Forum: Plugins
In reply to: [Featured Comments] 1.1 works for me, 1.2 does not.I tried both. Same thing in both places. No effect at all.
I found a standalone plugin that does Twitter Digests: http://whalespine.org/projects/wordpress/twitter-digest
The only feature it was missing was the ability to exclude Tweets that were auto-posted by another WordPress plugin (e.g. “New blog post: [title] [url]”).
I made some mods of my own to add in this functionality and it works perfectly. I sent my mods to the plugin author but he hasn’t had time yet to integrate them into the official version. If you’d like my modded version of this plugin drop me a line at http://seattlebubble.com/blog/contact/ and I will email it to you.
Forum: Plugins
In reply to: [Social] [Plugin: Social] Url given to TwitterAnother option I found (which is probably what I’ll be using) is to install this Goo.gl plugin, which replaces the output of wp_get_shortlink with a Goo.gl URL, and adds a nifty little stats tracking link right to your posts admin page.