Automattic / wordpress-activitypub

ActivityPub for WordPress
https://wordpress.org/plugins/activitypub/
MIT License
491 stars 73 forks source link

Standard Hashtags in Template #859

Closed nesges closed 6 days ago

nesges commented 2 months ago

I use <p>[ap_hashtags]</p> and like to add some standard hashtags for Mastodon in that template. I tried with <p>[ap_hashtags]#dnd #pnpde</p> but the manually added tags rendered as hashtags in Mastodon (not linked, not found via search). Here's a working example using that template: https://mastodon.pnpde.social/@d3@www.dnddeutsch.de/112964984084322002

Not sure if it's a bug or a feature request.

Here's my full template:

<p><strong>[ap_title]</strong></p>

[ap_content]

<p><a href="[ap_permalink]">[ap_permalink]</a></p>

<p>[ap_hashtags] #dnd #pnpde</p>
pfefferle commented 2 months ago

FYI: https://github.com/Automattic/wordpress-activitypub/issues/283