Changeset 1523457
- Timestamp:
- 10/27/2016 11:38:16 PM (9 years ago)
- Location:
- lasso/trunk
- Files:
-
- 1 added
- 1 edited
-
README.md (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lasso/trunk/readme.txt
r1523349 r1523457 1 Lasso Shortcode 2 ========================== 1 === Lasso Shortcode === 2 Contributors: elsbree 3 Tags: toneden, signup, lasso, widget 4 Requires at least: 3.0.1 5 Tested up to: 4.6.1 6 Stable tag: trunk 7 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 3 9 4 Shortcode for WordPress that embeds lasso into a post.10 Enables shortcode to embed ToneDen's Lasso widget in WordPress blogs. 5 11 6 Development 7 === 8 We should conform to the restrictions listed [here](http://wordpress.org/plugins/about/), and the readme.txt conventions [here](http://wordpress.org/plugins/about/readme.txt). 12 == Description == 9 13 10 Setup 11 --- 12 Check out [this github repo](https://github.com/kasparsd/wp-deploy) to see where this comes from. 13 Since WordPress uses SVN instead of git, we have to set up parallel git and SVN repositories. 14 Lasso is the easiest way to turn anonymous website visitors into real customers. 15 This plugin makes installation of the Lasso widget a simple one-step process. 14 16 15 1. Clone this repository from GitHub. 16 1. Rename the repo folder from 'Lasso-Shortcode' to 'git' (`mv Lasso-Shortcode git`). 17 1. Move the 'git' directory to the Lasso-Shortcode directory (`mv git Lasso-Shortcode/`). 18 1. In the 'Lasso-Shortcode' directory, checkout the plugin's SVN repo into a directory called 'svn'. (`svn co http://plugins.svn.wordpress.org/lasso/ Lasso-Shortcode/svn`). 19 1. Clone the [wp-deploy](https://github.com/kasparsd/wp-deploy) repo into Lasso-Shortcode/wp-deploy (`git clone https://github.com/kasparsd/wp-deploy.git Lasso-Shortcode/wp-deploy`). You should now have a directory structure like that shown in the [wp-deploy](https://github.com/kasparsd/wp-deploy) repo's readme. 17 == Installation == 20 18 21 Make changes in the Lasso-Shortcode/git directory, and push them to git as normal. You can deploy these changes to the wordpress plugins site by running `sh deploy.sh` in the Lasso-Shortcode/wp-deploy directory. 19 1. Upload `Lasso-Shortcode/trunk` to the `/wp-content/plugins/` directory 20 1. Activate the plugin through the 'Plugins' menu in WordPress 21 1. Create a ToneDen account at www.toneden.io/signup, then visit 22 www.toneden.io/lasso/campaign and set up your Lasso embed. 23 1. Go to www.toneden.io/lasso/install/wordpress and copy the displayed user ID. 24 1. Embed Lasso with shortcode: `[lasso userID=<your user ID>]`. 25 26 == Frequently Asked Questions == 27 28 = This is too technical! Help. = 29 30 Feel free to email us at support (at) toneden.io if you need any help setting 31 up Lasso. 32 33 = What's Lasso? = 34 35 Lasso is an embeddable widget that helps you gather fan data automatically. 36 37 = What's ToneDen? = 38 39 Good question. We help you gather data on your customers and fans and use that 40 data to market your content more effectively. 41 42 == Screenshots == 43 44 1. Mobile and web views of a Lasso coupon code unlock. 45 2. This is an example signup form. 46 3. This is a contest example. 47 48 == Changelog == 49 50 = 1.0 = 51 Initial version.
Note: See TracChangeset
for help on using the changeset viewer.