Русский RUS  English ENG

смс:контент

sms:content

Unsure which service fits you best? Refer to services comparison chart!

We have ready to use scripts, too.

Technical details

Installation

To integrate sms:content services with your website, the following (X)HTML markup is used (don't forget to replace service id with your actual sms:content id):

<script src="http://service.smscoin.com/js/sendpic.js" type="text/javascript"></script>
<script src="http://service.smscoin.com/js/sendmp3.js" type="text/javascript"></script>
<script type="text/javascript">smsContentId = service id;</script>

This markup can be placed anywhere on the page.

Sending images

To activate the service, end user must click on a link with certain properties. An example of such link follows:

<a href="#" class="sendpic" rel="image url">link text</a>

Here image url is the url of an image that user will be able to receive on his mobile phone. Link text can be anything.

Alternatively you can add sendpic class to any img tag on the page:

<img src="image url" class="sendpic" />

Both options are equivalent.

Sending mp3

To allow mp3 files sending, you don't need no special markup, just a regular link to an mp3 file.

Additional options

English language in the frontend is triggered by setting smsContentLang optional variable to english:

<script type="text/javascript">smsContentId = service id; smsContentLang = 'english';</script>

sms:content demo is here.