URI Record
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
TNF NFC Forum well-known type (0x01)
The NDEF URI record stores web addresses and other URIs using a compact encoding scheme that saves memory by abbreviating common prefixes like 'https://www.' into a single byte. URI records are the most commonly used NDEF record type, powering NFC tag-to-URL applications such as smart posters, product links, and marketing campaigns. Tapping a URI tag opens the link in the device's browser automatically.
Example Payload
https://nfcfyi.com
Example Hex Encoding
D1010A550468747470733A2F2F6E66636679692E636F6D