Skip to content

Commit

Permalink
Merge pull request #1 from nithinbekal/patch-1
Browse files Browse the repository at this point in the history
Clean up the Readme file markup.
  • Loading branch information
ehthisham committed Apr 8, 2012
2 parents 8e37b28 + ab68d7d commit 279ffc8
Showing 1 changed file with 25 additions and 27 deletions.
52 changes: 25 additions & 27 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
=== SubscribeMe ===
Contributors: Ehthisham tk
email: ehthisham@wowmakers.com
Tags: subscribe, form, subscribe form, email, ajax
Tested on: 3.3.1
# SubscribeMe

A simple subscribe plugin
Contributors: Ehthisham tk
email: ehthisham@wowmakers.com
Tags: subscribe, form, subscribe form, email, ajax
Tested on: 3.3.1

== Description ==
A simple subscribe plugin.

This plugin lets user to subscribe his mobile number with wordpress site. It displays a form with name, email, phone. Admin is able to see the subscribed users list from dashboard.
## Description

== Installation ==
This plugin lets user to subscribe his mobile number with wordpress site. It displays
a form with name, email, phone. Admin is able to see the subscribed users list
from dashboard.

1. Upload the entire `subscribe-me` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
## Installation

You will find 'Subscribers' menu in your WordPress admin panel.

== Usage ==
* Upload the entire `subscribe-me` folder to the `/wp-content/plugins/` directory.
* Activate the plugin through the 'Plugins' menu in WordPress.

Paste the shortcode
[subscribe-me title="Subscribe form"]
in the page where you want the subscription form to appear.
You will find 'Subscribers' menu in your WordPress admin panel.

== Features ==
Ajax form submission
Inline validation*
## Usage

*You need to include jquery validator by Jörn Zaefferer from http://bassistance.de/jquery-plugins/jquery-plugin-validation/
Paste the shortcode `[subscribe-me title="Subscribe form"]` in the page where you want
the subscription form to appear.

== Frequently Asked Questions ==
## Features

== Screenshots ==
* Ajax form submission
* Inline validation
* You need to include jquery validator by Jörn Zaefferer from http://bassistance.de/jquery-plugins/jquery-plugin-validation/

== Changelog ==
## Frequently Asked Questions

= 1.0 =
...

task===>
Load the stylesheet only in the Option page using enqueue_script
## TODO

Load the stylesheet only in the Option page using enqueue_script

0 comments on commit 279ffc8

Please sign in to comment.