SMS Message
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = 'sms';
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">
Encodes a phone number and optional message body using the smsto: URI scheme. Scanning opens the device's SMS application with the recipient number and message pre-filled, enabling one-tap message sending.
SMS Message
2D MATRIX
Encoding Prefix
smsto:
Max Characters
500
Featured
No