Archive for January, 2010

Signup panel change on “Oops! Too many failed attempts!” state

Friday, January 15th, 2010

You may have noticed that when a user tries to subscribe with the signup panel and fails three times, it shows the following message:

Previously, a user would have to contact us with their phone number and we’d reset their panel so they could try again.

We’ve changed the panel so that it automatically resets after 15 minutes of being in the “Oops!” state. Now users will be able to try re-subscribing without our intervention.

I’ll be updating the panel copy shortly and also fixing that glaring typo! Can you find it?

New, Easy Signup for Sending Ad-free SMS Messages

Friday, January 8th, 2010

A lot of you have been asking to send ad-free messages, so we made it easy! Choose a plan according to your outgoing SMS volume, make a small code change, and you’re set!

Check out the Ad-free Plans.

Ad-supported messages will remain free and will contain a short advertisement.

How does it work

Once you sign up, you’ll need to add ad_free=”true” to each message that you’d like to send without an ad.

Check out the updated docs for more info.

Questions?

For more information, check out the ad-free FAQ.

Happy developing!

New Code Samples Page

Friday, January 8th, 2010

I collected some code samples from our discussion group, blog posts and our own work on the new code samples page. Some of them overlap in what they accomplish, so take your pick.

Check out the Code Samples page.

Thanks to everyone who contributed! If you have any samples you’d like to share, let us know.

Signup Panel Improvements

Friday, January 8th, 2010

Hey Zeep Developers! We just released the updated version of the signup panel. You don’t need to make any changes to your implementation.

The new panel

So, what’s different?

1. Goodbye, country dropdown

We got rid of the country dropdown since we only support the US. This makes the panel easier to use and has the added benefit of making it load a lot faster.

2. A narrow version

In case you want to stick the panel in a sidebar or somewhere narrow, I made some tweaks to accommodate that. Adding a &width=narrow parameter to the iframe source URL will load an additional stylesheet that makes the panel display correctly when it’s in a narrow space. The screenshot there fits in a 200px space.

You’ll have to tweak the height and width of the iframe depending on the exact space.

Happy Zeeping!