TagBee
Forum Replies Created
-
Forum: Reviews
In reply to: [TagΒee Post Tagger] Lovely logo but the auto tagging doesn’t work!Hi again!
The new version (1.0.15) is already on production.
Hope this one is solving the issue.
Apologies again for the inconvenience.
Happy tagging!
PS: Feel free to report any other issues.
Forum: Reviews
In reply to: [TagΒee Post Tagger] Lovely logo but the auto tagging doesn’t work!Hi there!
Thank you for your message! Indeed there is an issue on the current version of our WordPress plugin.
We will fix it ASAP.
Meanwhile you can make it work by disabling (excluding Notices) from error reporting on your production server.
Apologies for the late response.
Happy tagging!
Forum: Plugins
In reply to: [TagΒee Post Tagger] Doesn’t seem to do anything?FYI we just test it with WordPress 5.5.1 and it seems to work as expected…
Is that possible that there is another plugin that “interrupts” TagBee’s functionality?
Forum: Plugins
In reply to: [TagΒee Post Tagger] Doesn’t seem to do anything?Thank you for your reply.
The plugin is not yet tested in WordPress 5.5.0.
We have scheduled an upgrade for the coming days.
We ll keep you updated!
Sorry for the inconvenience.
Forum: Plugins
In reply to: [TagΒee Post Tagger] Doesn’t seem to do anything?Hi there!
Is that still the case? Could you give us some more details like wordpress version and/or editor etc?
Thank you in advance!
- This reply was modified 5 years, 8 months ago by TagBee.
Forum: Plugins
In reply to: [TagΒee Post Tagger] WPML compatible?Hi there!
Sorry for the late response.
No, it is not compatible at the moment. TagBee supports one language per project (https://tagbee.co/faq)
Over the coming months, we are planning to implement language auto-detection.
Thank you in advance.
Forum: Plugins
In reply to: [TagΒee Post Tagger] AutotagsHi there,
Sorry for the late response. Did you try this out already?
- This reply was modified 6 years, 6 months ago by TagBee.
!
We already deployed version 1.0.8! Happy tagging!
I order to make it work you have to disable the notices completely in you PHP configuration or wait for our new update until tomorrow night!
Thank you in advance and we are sorry for the inconvenience.
Forum: Fixing WordPress
In reply to: Tags are connected to article after `save_post` webhook?Many thanks!
Already updated plugin code – according to what you mentioned in your previous message – and it works like a charm.
Thank you again!
Forum: Fixing WordPress
In reply to: Tags are connected to article after `save_post` webhook?Thank you for your reply.
Well what I am trying to do is on
save_postget all post tags and send them to an external service.However using
wp_get_post_tags($id)brings me back the old post tags.Is there any way to get the updated one (the final user’s selection) within
save_post?If you want to have a look in the code you can check here: https://github.com/tagbee/wordpress-plugin
Thank you in advance!
PS. That approach was working find for version 4.*