=== Galleria Display === Contributors: Aino.com Tags: galleria display, gallery, image gallery Requires at least: 3.2 Tested up to: 4.0 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple plugin to add Galleria Display galleries to posts and pages. == Description == Galleria Display is an easy-to-use way to add [Galleria Display](http://www.galleriadisplay.com) galleries to posts and pages. = How to use = 1. Log in to [Galleria Display](http://www.galleriadisplay.com) and pick a gallery. Click "Publish" and copy the text in the popup. (Screenshot 1) 2. Find the place in your post where you want the gallery to appear. Paste the shortcode. It should look something like this: `[galleriadisplay id="GALLERY_ID_HERE" /]` You could also click the Galleria Display icon in your toolbar. It will open a dialog. Simply paste the text you copied from Galleria Display and press OK. The necessary shortcode will be generated for you and inserted into your code. Done! (Screenshot 2) == Installation == = Uploading in WordPress Dashboard = 1. [Download the zip file](https://github.com/aino/wp-galleria-display/archive/master.zip) 2. Navigate to the 'Add New' in the plugins dashboard 3. Navigate to the 'Upload' area 4. Select `wp-galleria-display-master.zip` from your computer 5. Click 'Install Now' 6. Activate the plugin in the Plugin dashboard = Using FTP = 1. Upload the `wp-galleria-diplay` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. In Galleria Display, pick a gallery and click "Publish". Copy the shortcode in the popup window using `Ctrl+C` if you are using Windows or Linux, or `Cmd+C` if you are on a Macintosh. 2. In WordPress, click the blue "D" in the menu and paste the code from Galleria Display (`Ctrl+V` or `Cmd+V` respectively). == Changelog == = 1.0.3 = * Minor fixes = 1.0.2 = * Tested and working with WordPress 3.2 and up (default themes). * GUI dialog now accepts shortcodes as well. = 1.0.1 = * Tested and working with WordPress 4.0. * Removed TinyMCE button for < 3.9 users (Shortcodes still work though). = 1.0.0 = * First commit.