the most convenient api for 88x31.store is /embed/liked-by?did=
this returns neat server-side-rendered html for use esp. in an iframe, like so:
<iframe src="https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce"></iframe>
which renders as
full reference for /embed/liked-by api
of course this hotlinks the buttons. if you don't know what's what this is perfectly fine!
if you expect a **lot** of traffic it's still ok, but please pay me in exposure or something lol
you can also get and host the buttons yourself, either once from me using the getButton lexicon, or directly from the PDS
if you're into atproto or want more flexibility with layout, you can also use the getLikedButtons lexicon to get JSON for a user's likes, like so:
<iframe src="https://88x31.store/xrpc/store.88x31.getLikedButtons?did=did:plc:25z6ogppprfvijcnqo2fsfce"></iframe>
which renders as