开发者 |
DvanKooten
Qoate |
---|---|
更新时间 | 2011年3月26日 03:02 |
捐献地址: | 去捐款 |
PHP版本: | 2.0 及以上 |
WordPress版本: | 3.0 |
You're theme probably does not support the comment hook this plugin uses. You can add it manually by adding . <?php do_action('comment_form',$post->ID); ?>
Look at the source code of your sign-up form and check for <form action="http://www.yourmailinglist.com/signup?a=asd128"
....
The action url is what you need to configure in the admin panel.
If you're using MailChimp or YMLP all you have to do is select your newsletter service from the dropdown. When using some other service, select other and look at the source code of your sign-up form. Look for the input field that holds the e-mailadress. The name attribute is what you need here. Want your newsletter service to appear in the drop down? Let me know and i'll add!
I did change something in version 1.7 that caused that, sorry. All you have to do is hit the submit button with the right settings once again. For more questions and answers go and have a look at Qoate.com