Everything you need to start using octothorpes if you are comfortable with editing HTML.
This page has been octothorped with these terms
BACKLINKS
Install this plugin and add https://octothorp.es/
as the server like so.
<head>
elementAdd this to the <head>
:
<link rel="preload" as="fetch" href="https://octothorp.es/?uri=YOURDOMAIN.COM/PATH/TO/CURRENT/PAGE">
<script
async=""
defer=""
type="module"
data-register="https://octothorp.es/"
src="https://octothorp.es/tag.js"></script>
<link rel='stylesheet' href='https://octothorp.es/tag.css'>
This assumes you have a programmatic way to replace YOURDOMAIN.COM/PATH/TO/CURRENT/PAGE
with your actual domain and page path.
Once you’ve done this, you can use the <octo-thorpe>
web-component anywhere to octothorpe your page.
<octo-thorpe>demo<octo-thorpe>
will turn into
add
<link
rel="octo:octothorpes"
href="YOUR-TAG" >
to the head of your document for each octothorpe you want to apply to the page.