I created a shortcode that makes it convenient to add the links necessary to syndicate a post to Bridgy Fed, Indieweb stream and Indienews, like [syndicate to="indienews,fediverse"]. (see https://github.com/kupietools/ktwp-wp-plugin-indieweb-syndication-shortcode/blob/main/ktwp-indieweb-syndication-shortcode.php)
Unfortunately, links added by shortcodes do not send webmentions with this plugin. It would be nice if there was an easy way to enable this.
I did try adding, for instance, do_action('send_webmention', get_the_permalink(), "https://news.indieweb.org/en"); to the shortcode code, but it didn't work.
I created a shortcode that makes it convenient to add the links necessary to syndicate a post to Bridgy Fed, Indieweb stream and Indienews, like
[syndicate to="indienews,fediverse"]. (see https://github.com/kupietools/ktwp-wp-plugin-indieweb-syndication-shortcode/blob/main/ktwp-indieweb-syndication-shortcode.php)Unfortunately, links added by shortcodes do not send webmentions with this plugin. It would be nice if there was an easy way to enable this.
I did try adding, for instance,
do_action('send_webmention', get_the_permalink(), "https://news.indieweb.org/en");to the shortcode code, but it didn't work.