开发者 |
madmimi
humanmade xwp illuminea maor beccawitz |
---|---|
更新时间 | 2020年4月14日 03:57 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 5.4 |
版权: | GPL-2.0 |
版权网址: | 版权信息 |
Mad Mimi is the easiest way to create, send, share, and track email newsletters online. It's for people who want email marketing to be simple.
Yes, this plugin requires a Mad Mimi account.
Absolutely. Use it by finding the Mad Mimi Form widget under Appearance > Widgets in the WordPress Dashboard and dragging it into the widget area of your choice. You can then add a title and select a form!
Yes! You can add a form to any post or page by adding the shortcode with the form ID (e.g., [madmimi id=123456 ]
) in the page/post editor.
Yup! Add the following template tag into any WordPress theme template file: <?php madmimi_form( $form_id ); ?>
. For example: <?php madmimi_form( 123456 ); ?>
where 123456
is your form ID.
To find your form IDs, navigate to Settings > Mad Mimi Settings and scroll down to the Available Forms section. If you've recently created new forms click the Refresh Forms button to pull them into your WordPress site.
Your API Key can be found in your Mad Mimi account area. For more details see this help article.