Version Description
- Updated GetResponse to campaign token.
- Updated broken links.
Download this release
Release Info
Developer | brs |
Plugin | Optin Forms |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- images/support-getresponse-002.png +0 -0
- images/support-getresponse-003.png +0 -0
- images/support-getresponse-005.png +0 -0
- images/support-getresponse-006.png +0 -0
- includes/functions.php +2 -2
- includes/options-email-solution.php +4 -10
- optin-forms.php +5 -5
- readme.txt +8 -3
images/support-getresponse-002.png
CHANGED
Binary file
|
images/support-getresponse-003.png
CHANGED
Binary file
|
images/support-getresponse-005.png
DELETED
Binary file
|
images/support-getresponse-006.png
DELETED
Binary file
|
includes/functions.php
CHANGED
@@ -71,7 +71,7 @@ function optinforms_get_form_action() {
|
|
71 |
}
|
72 |
// add GetResponse form action
|
73 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option4') {
|
74 |
-
return "https://app.getresponse.com/
|
75 |
}
|
76 |
// add Mad Mimi form action
|
77 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option5') {
|
@@ -232,7 +232,7 @@ function optinforms_get_form_identifiers() {
|
|
232 |
}
|
233 |
// add GetResponse identifiers
|
234 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option4') {
|
235 |
-
return "<input type=\"hidden\" name=\"
|
236 |
}
|
237 |
// add Mad Mimi identifiers
|
238 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option5') {
|
71 |
}
|
72 |
// add GetResponse form action
|
73 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option4') {
|
74 |
+
return "https://app.getresponse.com/add_subscriber.html";
|
75 |
}
|
76 |
// add Mad Mimi form action
|
77 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option5') {
|
232 |
}
|
233 |
// add GetResponse identifiers
|
234 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option4') {
|
235 |
+
return "<input type=\"hidden\" name=\"campaign_token\" value=\"" . optinforms_form_webformid_getresponse() . "\" /><input type=\"hidden\" name=\"start_day\" value=\"0\" />";
|
236 |
}
|
237 |
// add Mad Mimi identifiers
|
238 |
elseif($optinforms_email_solution == 'optinforms_email_solution_option5') {
|
includes/options-email-solution.php
CHANGED
@@ -250,7 +250,7 @@
|
|
250 |
<!--<p class="optinforms-integration"></?php echo __('Learn how to integrate GetResponse: watch the short video', 'optin-forms'); ?></p>-->
|
251 |
<div class="optiongroup">
|
252 |
<div class="optionleft">
|
253 |
-
<label><a onclick="optinforms_explain_getresponse()"><span class="explain">?</span></a></label> <label for="optinforms_form_webformid_getresponse" class="nopointer"><?php echo __('
|
254 |
</div><!--optionleft-->
|
255 |
<div class="optionmiddle">
|
256 |
<input type="text" id="optinforms_form_webformid_getresponse" name="optinforms_form_webformid_getresponse" value="<?php echo optinforms_form_webformid_getresponse(); ?>" />
|
@@ -269,19 +269,13 @@
|
|
269 |
</script>
|
270 |
<div id="optinforms-explain-getresponse" style="display:none;">
|
271 |
<div class="optinforms-step">
|
272 |
-
<h4><?php echo __('How to find your
|
273 |
<p><span class="step">1</span> <?php echo __('Log in to your GetResponse account', 'optin-forms'); ?></p>
|
274 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-001.png" class="step-image" />
|
275 |
-
<p><span class="step">2</span> <?php echo __('Click on
|
276 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-002.png" class="step-image" />
|
277 |
-
<p><span class="step">3</span> <?php echo __('
|
278 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-003.png" class="step-image" />
|
279 |
-
<p><span class="step">4</span> <?php echo __('Click on Next Step at the bottom of the page', 'optin-forms'); ?></p>
|
280 |
-
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-003.png" class="step-image" />
|
281 |
-
<p><span class="step">5</span> <?php echo __('Click on the Show HTML Code tab', 'optin-forms'); ?></p>
|
282 |
-
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-005.png" class="step-image" />
|
283 |
-
<p><span class="step">6</span> <?php echo __('Scroll down and find the value of the webform_id field', 'optin-forms'); ?></p>
|
284 |
-
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-006.png" class="step-image" />
|
285 |
</div><!--optinforms-step-->
|
286 |
</div><!--optinforms-explain-getresponse-->
|
287 |
|
250 |
<!--<p class="optinforms-integration"></?php echo __('Learn how to integrate GetResponse: watch the short video', 'optin-forms'); ?></p>-->
|
251 |
<div class="optiongroup">
|
252 |
<div class="optionleft">
|
253 |
+
<label><a onclick="optinforms_explain_getresponse()"><span class="explain">?</span></a></label> <label for="optinforms_form_webformid_getresponse" class="nopointer"><?php echo __('Campaign token', 'optin-forms'); ?> <span class="required">*</span></label>
|
254 |
</div><!--optionleft-->
|
255 |
<div class="optionmiddle">
|
256 |
<input type="text" id="optinforms_form_webformid_getresponse" name="optinforms_form_webformid_getresponse" value="<?php echo optinforms_form_webformid_getresponse(); ?>" />
|
269 |
</script>
|
270 |
<div id="optinforms-explain-getresponse" style="display:none;">
|
271 |
<div class="optinforms-step">
|
272 |
+
<h4><?php echo __('How to find your campaign token', 'optin-forms'); ?></h4>
|
273 |
<p><span class="step">1</span> <?php echo __('Log in to your GetResponse account', 'optin-forms'); ?></p>
|
274 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-001.png" class="step-image" />
|
275 |
+
<p><span class="step">2</span> <?php echo __('Click on your current campaign and click on Campaign List', 'optin-forms'); ?></p>
|
276 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-002.png" class="step-image" />
|
277 |
+
<p><span class="step">3</span> <?php echo __('Copy your campaign token', 'optin-forms'); ?></p>
|
278 |
<img src="<?php echo plugins_url(); ?>/optin-forms/images/support-getresponse-003.png" class="step-image" />
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
</div><!--optinforms-step-->
|
280 |
</div><!--optinforms-explain-getresponse-->
|
281 |
|
optin-forms.php
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Optin Forms
|
4 |
-
Plugin URI: http://
|
5 |
Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
|
6 |
-
Author:
|
7 |
-
Version: 1.1.
|
8 |
-
Author URI: http://www.
|
9 |
Text Domain: optin-forms
|
10 |
Domain Path: /languages/
|
11 |
License:
|
12 |
-
Copyright
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Optin Forms
|
4 |
+
Plugin URI: http://fancythemes.com/plugins/optin-forms/
|
5 |
Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
|
6 |
+
Author: FancyThemes
|
7 |
+
Version: 1.1.9
|
8 |
+
Author URI: http://www.fancythemes.com
|
9 |
Text Domain: optin-forms
|
10 |
Domain Path: /languages/
|
11 |
License:
|
12 |
+
Copyright 2016 FancyThemes.com
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: brs, FancyThemes
|
|
3 |
Tags: optin, form, forms, aweber, email subscriber, icontact, mailchimp, getresponse, mad mimi, newsletter, mailchimp forms, mailchimp integrations, mailchimp plugin, getresponse forms, subscribe, aweber forms, after post optin form, after post optin form plugin, lead generation, mobile optin forms, mobile optins, sidebar form, sidebar optin form, wordpress after post optin form, wordpress lead generation, wordpress popups, optin locker, social locker, enter email to download, interspire, email marketer, email marketing, email, e-mail, list, list building, opt-in, newsletter, email list, autoresponder, popup, pop-up, mailing, mailing list, mail, webform, newsletter plugin, optin plugin, opt-in plugin, conversion, design
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 4.4.2
|
6 |
-
Stable tag: 1.1.
|
7 |
|
8 |
Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
|
9 |
|
@@ -30,8 +30,6 @@ All form designs are fully customizable. You can easily change all texts, fonts
|
|
30 |
|
31 |
[Translate Optin Forms into your language](https://translate.wordpress.org/projects/wp-plugins/optin-forms)
|
32 |
|
33 |
-
**About FancyThemes**
|
34 |
-
|
35 |
If are you looking for other alternatives check-out our article on <a href="https://fancythemes.com/best-list-building-plugins-wordpress" rel="friend">best list building plugins</a>. Also take a look at our <a href="https://fancythemes.com/best-wordpress-hosting-providers/" rel="friend">WordPress Hosting guide</a>, if you're looking to switch hosting providers.
|
36 |
|
37 |
== Installation ==
|
@@ -55,6 +53,10 @@ Having trouble with the plugin? Simply post your question to the [support forum]
|
|
55 |
3. Add your form to your website with a simple mouse-click.
|
56 |
|
57 |
== Changelog ==
|
|
|
|
|
|
|
|
|
58 |
= 1.1.8 =
|
59 |
* Updated text domain.
|
60 |
|
@@ -100,6 +102,9 @@ Having trouble with the plugin? Simply post your question to the [support forum]
|
|
100 |
|
101 |
== Upgrade Notice ==
|
102 |
|
|
|
|
|
|
|
103 |
= 1.1.8 =
|
104 |
Updated text domain.
|
105 |
|
3 |
Tags: optin, form, forms, aweber, email subscriber, icontact, mailchimp, getresponse, mad mimi, newsletter, mailchimp forms, mailchimp integrations, mailchimp plugin, getresponse forms, subscribe, aweber forms, after post optin form, after post optin form plugin, lead generation, mobile optin forms, mobile optins, sidebar form, sidebar optin form, wordpress after post optin form, wordpress lead generation, wordpress popups, optin locker, social locker, enter email to download, interspire, email marketer, email marketing, email, e-mail, list, list building, opt-in, newsletter, email list, autoresponder, popup, pop-up, mailing, mailing list, mail, webform, newsletter plugin, optin plugin, opt-in plugin, conversion, design
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 4.4.2
|
6 |
+
Stable tag: 1.1.9
|
7 |
|
8 |
Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
|
9 |
|
30 |
|
31 |
[Translate Optin Forms into your language](https://translate.wordpress.org/projects/wp-plugins/optin-forms)
|
32 |
|
|
|
|
|
33 |
If are you looking for other alternatives check-out our article on <a href="https://fancythemes.com/best-list-building-plugins-wordpress" rel="friend">best list building plugins</a>. Also take a look at our <a href="https://fancythemes.com/best-wordpress-hosting-providers/" rel="friend">WordPress Hosting guide</a>, if you're looking to switch hosting providers.
|
34 |
|
35 |
== Installation ==
|
53 |
3. Add your form to your website with a simple mouse-click.
|
54 |
|
55 |
== Changelog ==
|
56 |
+
= 1.1.9 =
|
57 |
+
* Updated GetResponse to campaign token.
|
58 |
+
* Updated broken links.
|
59 |
+
|
60 |
= 1.1.8 =
|
61 |
* Updated text domain.
|
62 |
|
102 |
|
103 |
== Upgrade Notice ==
|
104 |
|
105 |
+
= 1.1.9 =
|
106 |
+
Fixed GetResponse campaign token and updated broken links.
|
107 |
+
|
108 |
= 1.1.8 =
|
109 |
Updated text domain.
|
110 |
|