wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

Standard Hashtags in Template

Open nesges opened this issue 1 year ago • 1 comments

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/@[email protected]/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>

nesges avatar Aug 15 '24 08:08 nesges

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

pfefferle avatar Aug 15 '24 08:08 pfefferle