Textopoly and Mobileslate at CTIA08 Vegas

TextopolyEarlier this week, I was approached by Textopoly to work with them on getting the word out about the Parties during the upcoming 2008 CTIA Las Vegas conference. They are calling it the CTIA Party Alerts.

Textopoly is a boutique full service interactive agency with a focus on mobile. They have the ability to create highly customized interactive mobile campaigns and execute them
using their existing infrastructure. You can click on the link to find out more info about them.

So how does it work? Here’s a short demo using the Apple iPhone.

Step 1
Start a new text message
Step 1. Select SMS or Messaging
Step 2
Type “CTIA” in the text body and send to “99134″
Step 2. Type 'CTIA' in the text body and send to '99134'
Step 3
Wait for the two replies to confirm that you have been added to the list
Step 3. Wait for the two replies to confirm

Filed under: CTIA08, Las Vegas, Mobile, common short codes, conference, event, iPhone, txt
blog comments powered by Disqus

Powered in part by Linkshare Merchandiser WP Plugin google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);