webpage-webmentions icon indicating copy to clipboard operation
webpage-webmentions copied to clipboard

Resolve external h-cards

Open jeremycherfas opened this issue 8 years ago • 4 comments
trafficstars

Posts on my site https://jeremycherfas.net point to the home page for author. There is an h-card on the home page, but it does not get picked up at the moment.

Meanwhile, I'll try to add the h-card to individual posts.

jeremycherfas avatar Aug 04 '17 09:08 jeremycherfas

So basically the support for https://indieweb.org/authorship should be extended I guess

voxpelli avatar Aug 04 '17 14:08 voxpelli

That would be nice, but I don't suppose it is a huge priority.

jeremycherfas avatar Aug 09 '17 09:08 jeremycherfas

A little bump for this.

jeremycherfas avatar Oct 13 '19 10:10 jeremycherfas

I added an h-card, like this:

<div class="h-card">
<data class="u-url" value="https://jeremycherfas.net"></data>
<data class="p-name" value="Jeremy Cherfas"></data>
<data class="u-photo" value ="https://www.jeremycherfas.net/user/plugins/aboutme/assets/avatars/zoot.jpg"></data>
<data class="u-email" value="mailto:[email protected]"></data> 
</div>

But still all values for Author are null

jeremycherfas avatar Oct 14 '19 17:10 jeremycherfas