#

Quickstart

Everything you need to start using octothorpes if you are comfortable with editing HTML.

This page has been octothorped with these terms

demo
xoxofest

If you have a Glitch account

Remix our 11ty site

If you have a Wordpress Site

Install this plugin and add https://octothorp.es/ as the server like so.

If you have a website that lets you edit the <head> element

Add 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 demo

Non-javascript option

add

<link 
  rel="octo:octothorpes"
  href="YOUR-TAG" >

to the head of your document for each octothorpe you want to apply to the page.

For More, see the official Docs or watch this overview