paulmolluzzo
Forum Replies Created
-
Forum: Plugins
In reply to: [Yo] Bug that resets general settingsThanks. Fixed.
Forum: Plugins
In reply to: [Yo] Plugin sends Yos for all post typesThanks for the suggestion!
The implementation seems fine, but what about people who are using custom post types for core pieces of their site? For example, a cooking blog that has custom “recipe” posts. IDK.
The most “generic” solution I can think of is to put a little custom field with a checkbox that says, “Send a Yo with this post”. But even then, you might as well have two checkboxes so you can turn on sending a Yo and also toggle whether you’d include a link.
This project is up on Github and I’d welcome a pull request for that checkbox idea if you’re up for it. If not that’s cool too.
Forum: Plugins
In reply to: [Yo] Attaching a link to a Yo?Just pushed an update and released v1.3. Now every newly published post gets the link attached to it.
Forum: Plugins
In reply to: [Yo] Attaching a link to a Yo?This is not available in their API yet. Or at least, the docs don’t include a description/endpoint for it.
Marking this is as not a support question since it’s more of a feature request, but I’ll see what I can do about getting it in there. Cool?
Forum: Plugins
In reply to: [Yo] No Yo with WordPressyou bet.
Forum: Plugins
In reply to: [Yo] No Yo with WordPressThe key is not required to see subscribers, so that’s not proof that it’s correctly entered. I’d check that.
You might also want to check that the key is actually working here: http://yo-test.meteor.com
Forum: Plugins
In reply to: [Yo] No Yo with WordPressAre you seeing an error? Are you sure the API key is entered correctly? (Don’t use quotes or anything.)
Forum: Plugins
In reply to: [Yo] YO is sent upon previewYou bet! If you dig it, give the plugin a review. I don’t know if people read those things but it can’t hurt…
Forum: Plugins
In reply to: [Yo] YO is sent upon previewAlright, I pushed up a new release. Now they’re sent for published posts, but not private posts and not for updated posts.
I doubt I’ll integrate any sort of checkbox or whatnot. It seems overkill and against the whole point of Yo. More importantly, I’m too lazy. 🙂
This project is open source, so if you want to take a stab at it, I will push any good updates up through the WP plugin. You can even fork it and release a competing plugin. The Yo wars!
https://github.com/paulmolluzzo/yo-wordpress
Thanks again for the feedback!
Forum: Plugins
In reply to: [Yo] YO is sent upon previewThanks, for the link. This is more specific than the hook I’m using, even if there is a “test” inside that checks that a post is not an auto-save or revision.
When would you like it to send? Only when it’s first published? Published or an update is made?
Forum: Plugins
In reply to: [Yo] PHP Warning after installationYou mean when you save a new post? I wrote in a check for that but I can take a closer look at it. It should only send out when you publish and not if it’s a revision.
I’ll take a look soon.
Forum: Plugins
In reply to: [Yo] PHP Warning after installationUpdated version is already available. Give it a shot.
Forum: Plugins
In reply to: [Yo] PHP Warning after installationThanks for the feedback. I was able to replicate this issue as well, it’s awful.
I just pushed up changes that should fix this issue entirely. I’ve tested it on a local and public WordPress site at 3.9.1. (I tested on my own site – http://paul.molluzzo.com – actually.)
For now, deactivate the plugin to ensure your site works. I’ve already pushed the code up, so I’m just waiting on WP to actually make it available. Once it is, go ahead and reactivate and make sure it’s working. If not, let me know and I’ll get right on it.
Thanks.