Newsletter: the subscription form

May 24th, 2009

THINGS ARE MOVING: JUMP TO THIS PAGE FOR UPDATED CONTENT.

The subscription form is automatically added inside the newsletter page (read here for the concept of newsletter page) just below the introductory text you are free to modifiy withing the configuration panel.

In the pictures below an example of newsletter page as it appears on the subscription step and the configuration panel where to modify the introductory text.

The green box identify the text displayed and where to write it. Click on pictures to enlarge them.

Read more…

Author: Satollo Categories: Blogging Tags: ,

Newsletter first setup: the newsletter page and its permalink

May 24th, 2009

THINGS ARE MOVING: JUMP TO THIS PAGE FOR UPDATED CONTENT.

Waiting to collect enough to write a decent official page for my newsletter plugin, some words are needed to explain it’s setup. After installing and activating the plugin (as we do with any other plugin) we firstly need to create a newsletter page.

So follow the steps below:

  • open the Pages menu (on the left of your WP admin area) and press “add new”
  • give a title to the new page, something like “newsletter subscription”
  • put in the page content the tag [ newsletter ] (with NO spaces between the square brackets and the word “newsletter”)
  • publish the page

The page will get a permalink: we need it to configure the newsletter plugin. May be in the future I can “automate” this step. The permalink can be something like http://www.satollo.com/english/newsletter. You can open your new page and copy the address from your browser. I hope this step is not complicate for people which would use and send newsletters…

Read more…

Author: Satollo Categories: Blogging Tags: ,

Netbeans 6.5.1 to develop WordPress plugins integrated with WordPress SVN plugins repository

May 23rd, 2009

I’m using Netbeans 6.5.1 to develop my WordPress plugins with subversion integration to commit new versions to the WordPress plugins repository.

It’s very easy, interested?

Author: Satollo Categories: Blogging Tags: ,

Newsletter 1.0.0 released

May 23rd, 2009

THINGS ARE MOVING: JUMP TO THIS PAGE FOR UPDATED CONTENT.

Ok, the version 1.0.0 has just been committed. I don’t know howmuch time the WordPress plugin repository takes to make it available, but the address should be this.

I’m putting up an official page for this new plugin here.

Author: Satollo Categories: Blogging Tags: ,

Comment Notifier changed: sorry

May 22nd, 2009

I’m makiing some reconding of comment notifier plugin, and testing it. I hope I’m not hurting any of you with wrong notifications sent.

If so, sorry!

Author: Satollo Categories: Blogging Tags: ,

Bookmark me 1.3.3

May 22nd, 2009

This new version of Bookmark Me has all the corrections sent to me by Cynthia Lockley. I have still a lot of sites to add, I hope to add them ASAP.

The plugin can be downloaded here or go to the official page.

Author: Satollo Categories: Blogging Tags: ,

Newsletter plugin: the subscription process

May 17th, 2009

I would start dissecting the subscription process. I think we can start with a simple assumption: the subscription consists (in its first step) to show a form asking two things: name and email.

An effective “email marketing” or a simple “keep in touch” with your subscribers needs to be personal and direct. If we collect the name of our subscribers, we can write emails like:

Hi John,

can you buy this so I can earn something today?

Customizing emails with name leads to a problem: a single mail for each subscriber has to sent. This is a resource consuming process, but the are no other way to insert the receiver name in the email body.

Since this is my preferred way to send newsletter, I opt for it! May be we can implement a “mass mail” mode, where one or more email with many users in “hidden carbon copy” are sent.

So the subscription first step is a form with name and email fields. Both required.

Now, how can we insert such a form in a WordPress page?

WordPress has “short tags”, like [aaabbbccc]. It is really easy to define our short tag with the ability to insert a subscription form. Ususlly it will be done in a dedicated WordPress page.

Subscription page may need some introductory text that explains the big advantage to subscribe. And after the subscription something has to be shown to the subscriber, at least a thank you message.

We can follow two ways: a page for the subscription form and a page for the “thank you” message or a single page dedicated to our newsletter system with all the text configured in the newsletter admin panel.

The first way is the more flexible, but an average user may have problem in creating a single page: creating two or more pages can be too much hard.

Author: Satollo Categories: Blogging Tags: ,