So if this reply appears in the right place, and I think it will, I can confirm that fixing the source URL issue in my webmentions has resolved the problem and I can now successfully post replies to M.b from my blog. Phew! Thanks again!
-
@brettkosinski Excellent, looks like the reply worked!
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
-
{{ webmention.content }}
{% endfor %}
No bookmarks were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
- {% endfor %}
No likes were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
-
{{ webmention.content }}
{% endfor %}
No links were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
- {{ webmention.title }} {% endfor %}
No posts were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
-
{{ webmention.content }}
{% endfor %}
No replies were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
- {% endfor %}
No reposts were found.
{% endif %}
{% if webmentions.size > 0 %}
{% capture webmention_types %}{{ types | join: ',' }}{% endcapture %}
{{ count }}{% capture webmention_types %}{{ types | join: ',' }}{% endcapture %}
-
{% for webmention in webmentions %}
- {% endfor %}
No RSVPs were found.
{% endif %}
{% if webmentions.size > 0 %}
-
{% for webmention in webmentions %}
-
{% if webmention.author %} {% endif %}{% if webmention.content %} {{ webmention.content }} {% else %} {{ webmention.title }} {% endif %}
{% endfor %}
No webmentions were found.
{% endif %}