Plugin Directory

Changeset 798917

Timestamp:
11/05/2013 12:24:20 AM (11 years ago)
Author:
mbijon
Message:

Added quick-editor button & ready for v2.0: @see https://github.com/mbijon/wp-contact-blaster

Location:
contact-blaster/branches/shortcodebutton
Files:
27 added
2 edited

Legend:

Unmodified
Added
Removed
  • contact-blaster/branches/shortcodebutton/contact-blaster.php

    r788006 r798917  
    44Plugin URI: http://wordpress.org/plugins/contact-blaster/
    55Description: Simplest contact forms ever: Converts basic mailto: links on any Page, Post or widget into a clean, formatted contact form, thanks to the <a href="//squaresend.com/docs#Customization">SquareSend.com API</a>
    6 Version: 1.0
     6Version: .0
    77Author: Mike Bijon, ETCH Software
    88Author URI: http://www.etchsoftware.com/
     
    3535if ( ! class_exists( 'Contact_Blaster_Plugin' ) ) :
    3636
     37
     38
     39
    3740class Contact_Blaster_Plugin {
    3841   
     
    4750    public function __construct() {
    4851       
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
    4962        add_action( 'init', array( $this, 'cblaster_localize' ) );
    5063        add_action( 'wp_enqueue_scripts', array( $this, 'load_squaresend' ) );
     64
     65
     66
    5167       
    5268    }
  • contact-blaster/branches/shortcodebutton/readme.txt

    r788006 r798917  
    22Contributors: mbijon
    33Donate link: http://www.etchsoftware.com/
    4 Tags: contact form, SquareSend, contact form, contact form plugin, contact forms, contact us, feedback form, form, web form, mail, contact, mailto,
     4Tags: contact form, SquareSend, contact form, contact form plugin, contact forms, contact us, feedback form, form, web form, mail, contact, mailto,
    55Requires at least: 3.4
    6 Tested up to: 3.7-beta2
    7 Stable tag: 1.0
     6Tested up to: 3.7
     7Stable tag: .0
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Simplest contact forms ever: Enable the plugin & add a mailto: link
     11Simplest contact forms ever: Enable
    1212
    1313== Description ==
    1414
    15 Simplest contact forms ever: Converts basic mailto: links on any Page, Post or widget into a clean, formatted contact form, thanks to the [SquareSend.com API](http://www.squaresend.com/)
     15Simplest contact forms ever
    1616
    17 Just signup on [www.squaresend.com](http://www.squaresend.com/), register an email address on Squaresend, and use that email address in a mailto: link on your site. There is no wp-admin page or Option Setup for this plugin. It's that simple
     171. Click the "Insert Contact Form" button above the Post & Page editor. Then edit the link to add your own email/Squaresend address
     181. Or the plugin detects & auto-converts mailto: links on any Page, Post or widget into a clean, formatted contact form, thanks to the [SquareSend.com API](http://www.squaresend.com/)
     19
     20To get started, signup on [www.squaresend.com](http://www.squaresend.com/), register an email address on Squaresend, and use that email address in a mailto: link on your site. There is no wp-admin page or Option Setup for this plugin. It's that simple
    1821
    1922PRO TIPS:
    2023* Use WordPress' [antispambot()](http://codex.wordpress.org/Function_Reference/antispambot) method to prevent your emails from being harvested by spammers. In your template HTML: mailto:<?php echo antispambot( 'john.doe@example.com' ); ?>
    21 * Add titles, labels and placeholder text to the form your users see with [Squaresend's Querystring settings](https://squaresend.com/docs#Customization)
     24* Add titles, labels and placeholder text to the form your users see with [Squaresend's Querystring settings](https://squaresend.com/docs#Customization)
    2225
    2326
    2427== Installation ==
    2528
     29
    26301. Upload the `contact-blaster` folder to the `/wp-content/plugins/` directory
    27 1. Make sure you have an account & registered email address on Squaresend.com
    28 1. Activate the plugin through the 'Plugins' menu in WordPress -- Note, there is no wp-admin page for this plugin. It's that simple
    29 1. Create a mailto link on a public page using the same email address you registered at Squaresend, like: "mailto:email@example.com"
    30 1. See the 'Pro Tips' section above for details on hiding your email address & adding more-detailed contact form options
     311. Activate the plugin through the 'Plugins' menu in WordPress -- Note, there is *no wp-admin page* for this plugin. It's that simple
     321. Use the "Insert Contact Form" button or create a mailto link on a public page using the same email address you registered at Squaresend, like: "mailto:email@example.com"
    3133
    3234== Frequently Asked Questions ==
     
    4850== Changelog ==
    4951
     52
     53
     54
    5055= 1.0 =
    5156* Initial plugin, basic Suqaresend enabled, no config options or admin-page
Note: See TracChangeset for help on using the changeset viewer.