Text 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 Text record encodes human-readable plain text in UTF-8 or UTF-16 encoding with a language code identifier. Text records are used for displaying information directly on the user's device, labeling assets, and storing descriptive metadata alongside other NDEF records. The payload includes a status byte indicating encoding and language code length.
Example Payload
Hello, NFC!
Example Hex Encoding
D1010E5402656E48656C6C6F2C204E464321