=== MoonClerk WP Shortcode === Contributors: kevindees, moonclerk Tags: embeds, moonclerk, recurring payments, payments, recurring billing, billing, subscription billing, shortcode Requires at least: 3.0 Tested up to: 4.0 Stable Tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Accept recurring payments and one-time payments on your WordPress website by embedding MoonClerk payment forms into pages and posts via shortcodes. == Description == = About = Accept recurring payments and one-time payments on your WordPress website by embedding MoonClerk payment forms into pages and posts via shortcodes. You’ll need a MoonClerk account to use this plugin. Once you’ve created a payment form in your MoonClerk account, copy the payment form’s shortcode. = Adding a Shortcode = Just copy your shortcode from MoonClerk and paste it into the WordPress text editor where your blog content goes. Shortcodes look like this: `[moonclerk id="730y9o0et9"]` In the above example, `[moonclerk id="730y9o0et9"]` is the shortcode that will add the form with the ID 730y9o0et9 to your Wordpress site. = Help = Plugin help page is located under "Tools" in the admin area of your Wordprss site once the plugin is activated. = Developers = `[moonclerk id="your_form_id" tab="true" class="your_class"]Link to form[/moonclerk]` * The "id" attribute is for the MoonClerk form ID. * The "tab" attribute should be set to true and opens the form in a new tab if the js fails. * The "class" attribute let you define the HTML class attribute for the "div" tag containing the form. == Installation == 1. Upload the moonclerk-wp-shortcode plugin to your blog 2. Activate it! 2. Start adding shortcodes to pages and posts. == Screenshots == = Copy the shortcode for the payment form from your MoonClerk account. = 1. copy-shortcode.png = Paste the shortcode into the Text of Visual editor area of your Wordpress admin. = 2. paste-shortcode.png = The form will embed in that page or post = 3. embedded-payment-form.png == Changelog == = 1.0.2 = * update documenation = 1.0.1 = * patch release = 1.0 = * Launch