Supp. Mobile Devices: +5000 worldwide • Hosted Sites: +8.000 • Served mobile pages & content: +1 Bill./month English | Deutsch 
- Back
Threads [ Previous | Next ]
[sms] bb-code, generating pre-filled SMS
[sms] bb-code, generating pre-filled SMS stpersiel 9/28/08 7:54 PM
RE: [sms] bb-code, generating pre-filled SMS webmaster 9/30/08 8:32 AM
RE: [sms] bb-code, generating pre-filled SMS Anonymous 11/4/08 9:30 PM
RE: [sms] bb-code, generating pre-filled SMS webmaster 11/6/08 8:54 AM
[sms] bb-code, generating pre-filled SMS | 9/28/08 7:54 PM
I would like to suggest a [sms]-bbcode which generates clickable links to compose a new SMS.

And it would be perfect if there is also support for the &body-parameter, to provide the user a pre-filled SMS message. With that feature you could generate pre-filled premium-SMS for example. Would be great if it'll be implemented



Alternatively this feature could also be provided as this:
<richtext href=sms:+87888&body=KEYWORD>Click here</richtext> ... today it isn't feasible because the jsessionid is also be transferred to the bodytext of the message.
RE: [sms] bb-code, generating pre-filled SMS | 9/30/08 8:32 AM as a reply to stpersiel.
We'll disable the addition of the jsessionID for "sms:" entries in hrefs and urls in the next release; after this, your example should work fine.

When using & in any href or [url], make sure it is escaped (&amp;) so that your code remains XML-conform. This will not effect the url call in the final document.

Thanks for your input, regards, Webmaster
RE: [sms] bb-code, generating pre-filled SMS | 11/4/08 9:30 PM as a reply to webmaster.
Can we do SMS from netbiscuits application?

Using .Net controls in my application - Code example to send sms out to a number in USA will be appreicated if this is true.


Thanks.
RE: [sms] bb-code, generating pre-filled SMS | 11/6/08 8:54 AM as a reply to Anonymous.
The sms: protocol inside an [url=] BBCose element or href attribute is now recognized correctly and should no longer cause an issue. It will only work on devices that support this. The following can be used both in .Net and other backends in any richtext element. [url="sms:+12345?body=somemessage"]Send us an SMS[/url] Regards, Webmaster