开发者 |
godaddy
fjarrett jonathanbardo eherman24 susanygodaddy madmimi |
---|---|
更新时间 | 2021年6月9日 02:23 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 5.7 |
版权: | GPL-2.0 |
版权网址: | 版权信息 |
GoDaddy Email Marketing 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 GoDaddy Email Marketing account.
Absolutely. Use it by finding the GoDaddy Email Marketing 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., [gem id=123456 ]
) in the page/post editor.
Yup! Add the following template tag into any WordPress theme template file: <?php gem_form( $form_id ); ?>
. For example: <?php gem_form( 123456 ); ?>
where 123456
is your form ID.
To find your form IDs, navigate to Settings > GoDaddy Email Marketing and select the Forms tab. If you've recently created new forms click the Refresh Forms button to pull them into your WordPress site.
You can find your Secret API Key in the Settings section of your GoDaddy Email Marketing account on the right hand side.
$
and use jQuery
SelectControl
label to GoDaddy Email Marketing Form
wp_nonce
to _wpnonce
, fixing the ability to refresh GEM forms.debug
setting to replace the gem_debug
filter.gem
shortcode.