makibishi-component is an implementation of MAKIBISHI with Web Component. By placing this on your page, the page will be able to receive emoji reactions from any user.
Because it is on Nostr protocol, if a user visiting the page is a Nostr user, you can also know the identity of the user who reacted. However, it is not at all essential that the end-user be a Nostr user.
Click the above widget to experience makibishi-component
for
yourself!
Put the following code into your pages <head>
. Note
that you need to change the VERSION
part as appropriate (e.g.
0.1.2
). Avalilable VERSION
s are listed
here.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/makibishi-component@VERSION/dist/default-theme.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/makibishi-component@VERSION/dist/makibishi-component.js"></script>
Then, put the following code anywhere you want.
<makibishi-component></makibishi-component>