Reply to https://www.jayeless.net/2023/02/webmentions-look-good-again-now.html
(Reply to https://www.jayeless.net/2023/02/webmentions-look-good-again-now.html)
Thanks, IndieWebify.me is useful, although it says I need to add an image with a u-photo
class, which… I already have 🤷♂️
Liked this?
Consider subscribing to the RSS feed. That way, you’ll get notified whenever I post anything new. If you’re not sure about RSS feeds, I wrote a guide to RSS.
Previous note Reply to https://www.jayeless.net/2023/02/current-indieweb-status.html
Next note Reply to https://www.jayeless.net/2023/02/reply-to-leon-about-webmentions.html
Comments
Add a comment
Webmentions
Comments and replies to this post from other sites and services, such as micro.blog and Mastodon.
Replies (1)
Jessica Smith
Yeah, I found IndieWebify.me’s parsing to be very finnicky (as in: it missed things that were right there!) but that seemed to match the interpretation of various webmention receivers, too 😫 In the end, I got things to work by adding lots of extra <span>
tags and making sure no elements were “overloaded” with too many classes. Like, the structure I ended up with that seems to work (within my post footer) is:
<span class="p-author h-card">
<a rel="author" class="u-url" href="…">
<img src="…" alt="…" class="u-photo">
<span class="p-name">Jessica Smith</span>
</a></span>
Hopefully I’ll be happy with how it looks for a long time, because I feel like if I tinker with it again, I’m going to break it 🙃