Campaign Monitor Archives | Lee Willis https://www.leewillis.co.uk/tag/campaign-monitor/ Sun, 12 Jun 2011 18:31:04 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Debugging Problems with the Campaign Monitor Widgets https://www.leewillis.co.uk/debugging-problems-campaign-monitor-widgets/ https://www.leewillis.co.uk/debugging-problems-campaign-monitor-widgets/#comments Mon, 28 Mar 2011 20:09:52 +0000 http://www.leewillis.co.uk/?p=372 Some people have had problems setting up the Campaign Monitor Signup Widgets, getting the widget up, but then receiving the “Sorry, we weren’t able to sign you up.” message. In most cases this is down to one of two issues: … Continue reading

The post Debugging Problems with the Campaign Monitor Widgets appeared first on Lee Willis.

]]>
Some people have had problems setting up the Campaign Monitor Signup Widgets, getting the widget up, but then receiving the “Sorry, we weren’t able to sign you up.” message.

In most cases this is down to one of two issues:

  • An incompatibility of PHP version – the plugin requires PHP 5.2 or above.
  • Incorrect API details – the plugin needs to use the Account ID, and List ID, not the Client

So – these should always be the first things to check. If you’re still having problems, then the guide below explains how to see what error messages are being generated. To diagnose this you’ll need a copy of “Firefox”, and the “Firebug” extension. (Note: You can also do similar with Chrome, and its developer tools if you know your way around them instead).

To start, open the page with the widget on, and open up firebug. Switch to the “Net” panel – you should see something like this (Click for bigger version):

Submit the form, and you should see a “request” logged in the net panel – it’s an HTTP POST request – so should start with POST, like this:

Click on the + symbol to the left of the POST to see the details of the request:

Click on the “Response” to see what data the AJAX POST is outputting – the error message should give you an idea of what’s not working.

The post Debugging Problems with the Campaign Monitor Widgets appeared first on Lee Willis.

]]>
https://www.leewillis.co.uk/debugging-problems-campaign-monitor-widgets/feed/ 15
Campaign Monitor Ajax Subscription Widget for WordPress https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/ https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/#comments Tue, 11 Jan 2011 20:42:28 +0000 http://www.leewillis.co.uk/?p=335 I’m a big fan of Campaign Monitor for managing email lists and campaigns. I recently set up a list for a friend, and I agreed to put a small subscription form in his sidebar at the side of his WordPress … Continue reading

The post Campaign Monitor Ajax Subscription Widget for WordPress appeared first on Lee Willis.

]]>
I’m a big fan of Campaign Monitor for managing email lists and campaigns. I recently set up a list for a friend, and I agreed to put a small subscription form in his sidebar at the side of his WordPress site, but also have a dedicated page for people to visit to sign up – so that he could share the link to the page on Twitter, Facebook etc.

Now, Campaign Monitor make it pretty easy to create a sign-up form, but by default the form will take you off your original site, onto a Campaign Monitor “Thank you for subscribing” page. I wanted to see if I could improve on that a little, so, having worked with the Campaign Monitor API before for a Joomla! / Campaign monitor integration I sat down to see what we could do.

The result is the Ajax Campaign Monitor Forms plugin for WordPress.

Adding a form as a Widget

Currently it’ll let you create a widget in any of your sidebars, add in your list ID, and account ID, choose whether to show the “Name” field as well as “Email”:

The result is a mini-form in your sidebar, that submits the request via Ajax without the user leaving your site.


Adding a form inline in a post or page

You can also add a form as a shortcode to your posts and pages. Simply click on the “Campaign Monitor” button that appears above the post editor:

You’ll be asked to insert your API key details:

and a shortcode will be placed into your post to display the form:

The post Campaign Monitor Ajax Subscription Widget for WordPress appeared first on Lee Willis.

]]>
https://www.leewillis.co.uk/campaign-monitor-ajax-subscription-widget-wordpress/feed/ 60
Joomla / Virtuemart Campaign Monitor Plugin https://www.leewillis.co.uk/joomla-virtuemart-campaign-monitor-plugin/ https://www.leewillis.co.uk/joomla-virtuemart-campaign-monitor-plugin/#comments Wed, 21 Apr 2010 21:22:29 +0000 http://www.leewillis.co.uk/?p=252 I’ve run a Joomla site, and a Campaign Monitor subscriber list for around 18 months. For most of that time I’ve manually exported subscribers from Joomla and imported them to Campaign Monitor. Finally I got fed up, and put together … Continue reading

The post Joomla / Virtuemart Campaign Monitor Plugin appeared first on Lee Willis.

]]>
I’ve run a Joomla site, and a Campaign Monitor subscriber list for around 18 months. For most of that time I’ve manually exported subscribers from Joomla and imported them to Campaign Monitor. Finally I got fed up, and put together a simple Joomla to Campaign Monitor plugin.

The plugin auto-subscribes new users (Whether they register deliberately, or are created by other plugins – e.g. by purchasing from a Virtuemart store) to your chosen Campaign Monitor list.

To get up and running, follow these 4 simple steps:

  • Download the plugin
  • Install it
  • Set up your Campaign Monitor details in the configuration screen

    You can find a great guide for finding these IDs here
  • Activate the plugin

Obviously, you’ll want to make sure that you have the user’s permission to contact them as part of the registration policy.

Happy integrating.

The post Joomla / Virtuemart Campaign Monitor Plugin appeared first on Lee Willis.

]]>
https://www.leewillis.co.uk/joomla-virtuemart-campaign-monitor-plugin/feed/ 21