-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags are being injected into WordPress? #1105
Comments
Can you give us some examples? Are the tags look like color codes for example? |
Sorry about this, I checked and I can confirm that it's the Friends plugin. Resp. WordPress seems automatically create tags if a hashtag is included in the post, on the wp-admin tag page it just doesn't display it because it only displays post_type Let's continue in akirk/friends#418. |
Oh, it's the ActivityPub plugin after all, not Friends: |
But it adds them to the post! |
They are linked to the posts in question indeed, just the View link in I think part of the confusion is that tags appear in |
Hi, I also remembered encountering a similar issue with color codes in the past. To address this, I edited the post and manually removed the Since tagging on weblogs works differently (Background: https://fewertags.com/research/ )than on social media, could this unchecking be the solution? Thanks! |
FWIW in the next version of Friends you'll be able to view the tagged posts on the frontend: akirk/friends#419 |
This was a bug, but should be fixed now! We do no longer parse hashtags in HTML elements, like links! @nickbohle can you verify that this does no longer happen? |
Yes, I can confirm that. I updated an existing post and published a new one. (Version 4.5.1) |
You can confirm that it no longer happens? |
Yes, I can confirm that it no longer happens. |
So I will close this for now. @nickbohle please re-open if you find some more cases... |
Quick summary
Not sure where it is coming from but i have a sneaky suspicion new tags are being injected into my blog through activitiypub (or @akirk's friends).
Im encoutering it on two instances.
Steps to reproduce
Check your https://blog.com/wp-admin/edit-tags.php
What you expected to happen
No unknown tags
What actually happened
Many unknown tags, not linked to posts
Impact
One
Available workarounds?
No but the platform is still usable
Logs or notes
No response
The text was updated successfully, but these errors were encountered: