开发者 | mailerlite |
---|---|
更新时间 | 2024年8月27日 22:46 |
捐献地址: | 去捐款 |
PHP版本: | 7.2.5 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
MailerLite is easy to use web-based email marketing software. It can help you create and send email newsletters, manage subscribers, track and analyze results.
Yes, you can easily register at www.mailerlite.com
Use shortcode with form id which you created [mailerlite_form form_id=1].
Just add "MailerLite signup form widget" and select form you have created
Use the load_mailerlite_form($id) function. ` <?php if( function_exists( 'load_mailerlite_form' ) ) { load_mailerlite_form(0); } `
You can use CSS rules to style the sign-up form, use the following CSS selectors to target the various form elements.
Every form can be different, because element ID of form is:
#mailerlite-form_(your_form_id)
Elements of form can be styled.
.mailerlite-form .mailerlite-form-title {} /* the form title */
.mailerlite-form .mailerlite-form-description {} /* the form description */
.mailerlite-form .mailerlite-form-field label {} /* the form input label */
.mailerlite-form .mailerlite-form-field input {} /* the form inputs */
.mailerlite-form .mailerlite-form-loader {} /* the form loading text */
.mailerlite-form .mailerlite-subscribe-button-container {} /* the form button container */
.mailerlite-form .mailerlite-subscribe-button-container .mailerlite-subscribe-submit {} /* the form submit button */
.mailerlite-form .mailerlite-form-response {} /* the form response message */
Add your custom CSS rules to the end of your theme stylesheet, /wp-content/themes/your-theme-name/style.css. Do not add them to the plugin stylesheet as they will be automatically overwritten on the next plugin update.
Check WP 5.0 support
API url fix
Test new Wordpress
Updated forms (GDPR compatible)
release fix
fix form protocol
mistype fix in version no
adding en_US locale language translation files
some small php notice errors fixed. More clear tooltips about embed forms. Popup script settings moved to settings page. Added en_US locale translations (the same as en_EN)
short php open tag fix
bigger curl timeout for API call, temporary
fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
updated jquery validation script URL to use static.mailerlite.com
small bugfixes
curl error showing, empty embed form bugfix, other bugfixes
translation fixes
mistype fix for old versions
translation errors for LT language, allowing only embed and button forms
Check WP 5.0 support
API url fix
Test new Wordpress
Updated forms (GDPR compatible)
release fix
fix form protocol
mistype fix in version no
adding en_US locale language translation files
some small php notice errors fixed. More clear tooltips about embed forms. Popup script settings moved to settings page. Added en_US locale translations (the same as en_EN)
short php open tag fix
bigger curl timeout for API call, temporary
fixed translations, added english .po/.mo files, added "please wait" message translate option to custom forms
updated jquery validation script URL to use static.mailerlite.com
small bugfixes
curl error showing, empty embed form bugfix, other bugfixes
translation fixes
mistype fix for old versions
translation errors for LT language, allowing only embed and button forms