Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lsnewsletterinvite | 25 | 9 years ago | 1 | March 24, 2015 | 4 | mit | Objective-C | |||
A simple newsletter invite popup that works with MailChimp to help you get more newsletter signups. | ||||||||||
Mailchimppopup | 19 | 6 years ago | 1 | JavaScript | ||||||
MailChimp / Shopify Modal Signup Popup | ||||||||||
Popups | 10 | 8 months ago | 5 | gpl-2.0 | PHP | |||||
WordPress Popups Plugin | ||||||||||
Popup Ajax Subscribe Form | 9 | 8 years ago | 1 | Liquid | ||||||
A newsletter subscription form for Shopify with cookie support and ajax submit, with support for both internal Shopify newsletter subscriptions or MailChimp based subscriptions | ||||||||||
Popup Zen | 5 | 4 years ago | gpl-3.0 | PHP | ||||||
Popup Zen | ||||||||||
Simple Popup | 2 | 11 years ago | PHP | |||||||
Simple easy to use WordPress popup plugin | ||||||||||
Zenchimp Zendesk App Mailchimp Sync | 1 | a year ago | 4 | JavaScript | ||||||
Free Mailchimp sync Zendesk Plugin app for people on a basic license without the Customer Lists feature in Zendesk | ||||||||||
Cherry Popups | 1 | 5 years ago | 7 | gpl-3.0 | PHP | |||||
Cherry PopUps is a powerful and extremely useful plugin, which allows you to create customizable pop-up windows and manage them effectively | ||||||||||
Mailchimp Foodcook Subscribe | 1 | 7 years ago | mit | PHP | ||||||
This is an implementation to allow easy setup and customization of a website's newsletter subscription widget and modal popup. It is best used with mailchimp, food and cook recipe theme made with woo themes. |
LSNewsletterInvite is a simple newsletter invite popup that works with MailChimp to help you get more newsletter signups.
You can drop LSNewsletterInvite into any iPhone or iPad app (iOS 5.0 or later) and it will give your users a simple and enticing path to sign up for your newsletter. This code is released under MIT/X11, so feel free to modify and share your changes.
There are 3 main reasons we put together LSNewsletterInvite. Almost all of them have to do with the way developers were unintentionally making it harder to gain newsletter signups.
Presenting a newsletter signup form at launch is the single most effective way to get signups. Presenting an alert view that follows up with a newsletter form is terribly inefficient and results in far more users dismissing the chance to sign up than users subscribing. Imagine if 50-75% of your users were signing up for your newsletter rather than the 10% you're seeing now. That's what will happen with a form at launch.
Providing an attractive form makes the user feel more invited, and more likely to give you their data. LSNewsletterInvite is intended to be used to create a unique and attractive invite experience. So often, developers drop their users into a basic white and gray table view to sign up for the newsletter. Users respond so much more willingly to enticing marketing copy and images. LSNewsletterInvite allows you to add Title, Background, Invite, and Copy Images. We'll continue to share examples of how this library is used to make a more beautiful experience.
The dismiss button is un-obvious. Signing up for the newsletter shouldn't be forced. You want your users to want to get emails. However, by creating an un-obvious method of dismissal, more users are going to take the few seconds to give you their email address and name.
Let's be honest. LSNewsletterInvite is a simple wrapper around ChimpKit, it's a pretty way to present it, and takes almost as much work as using the tools ChimpKit gives you. Let's be even more honest. You're not doing the things you need to get consistent newsletter signups. Here's hoping that this tool at least gives you a nudge in the right direction.
When you talk to your users (especially via email) they’ll become more active. Email your users. Frequently. @jkhowland
[LSNewsletterInvite appLaunched:YES viewConroller:__YOUR_VIEW_CONTROLLER__ andSettings:nil]
in your app delegates didFinishLaunchingWithOptions:
method. The viewController is provided for the Invite to be presented.The tool is made for easy customization. You can add custom images, as well as custom text to each of the fields.
You also have the option to manually initialize and present LSNewsletterInvite. An example of this is in the demo projected included with the library.
As of version 0.6 the settings of the view controller can be updated by creating an instance of LSNewsletterInviteSettings and updating the properties of that object, then assigning it in the 'appLaunched' method or as the 'settings' property of an LSNewsletterInvite object you initialized yourself.
Copyright 2013 LearnStack This library is distributed under the terms of MIT/X11