Widget Installation

  1. Download the widget zip file to your local machine and unzip it
  2. Copy subscribe2widget.php to the /wp-content/plugins directory (or /wp-content/plugins/widgets for WordPress 2.0.x or 2.1.x) directory on your wordpress installation
  3. Make sure the WordPress Widget Plugin is activate.
  4. Activate the Subscribe2 widget in the Plugins admin panel.
  5. Add the Subscribe2Widget to your sidebar in the Sidebar Widgets admin panel.

Plugin Installation

  1. Download the zip to your local machine and unzip it.
  2. Copy buttonsnap.php into your /wp-content/plugins directory.
  3. Copy the entire /subscribe2/ directory into your /wp-content/plugins/ directory.
  4. Activate the plugin.
  5. Click the “Options” admin menu link, and select “Subscribe2″.
  6. Configure the options to taste, including the email template and any categories which should be excluded from notification.
  7. Click the “Manage” admin menu link, and select “Subscribers”.
  8. Manually subscribe people as you see fit.
  9. Create a WordPress Page (http://codex.wordpress.org/Pages) to display the subscription form. When creating the page, you may click the “S2″ button on the QuickBar to automatically insert the subscribe2 token. Or, if you prefer, you may manually insert the subscribe2 token:
    <!--subscribe2-->
    Ensure the token is on a line by itself and that it has a blank line above and below.
    This token will automatically be replaced by the subscription form, and will display all messages as necessary.
  10. Define S2PAGE on line 43 to the page number of the page you created in step 9.