=== Everplaces for WordPress === Contributors: Everplaces Tags: map, places, locations, geolocation, travel, travelmap Requires at least: 3.4 Tested up to: 3.7.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The best way to show your travel recommendations on your blog == Description == With this plugin it’s easy to add beautiful maps and albums of your recommendations to your blog posts. If you write a travel blog or have a list of places to visit in your city, just add all your recommendations to a collection in [Everplaces](http://everplaces.com), and add them to your blog post with this plugin. It’s really simple to install and use. To use plugin you need to have an [Everplaces account](https://everplaces.com/signup). You can create an account here and start collecting your recommendations. **It’s FREE**. = Features = * Choose from a beautiful map or album view * High-quality location icons integrate smoothly into your blog’s design * Customize map and album size to fit your needs * Visualize your favourite places and share them with your readers * Let your readers view, save and share your recommendations = About Everplaces = Everplaces is a community where people who love travel, food and design share recommendations. It’s the easiest way to keep a record of all the amazing places you've experienced and the ones you would love to try one day. You can access your collection anywhere: mobile+desktop = in sync. The service is used in more than 90 countries around the world. = Love from Users = I'm rather a fan of Everplaces, and I've been longing for an app that does exactly this since before the iPhone was invented. __Alaina Lockowandt, Germany__ Beautiful design, you can tell the Everplaces team really wanted to make recommendations easy on the eyes. Done and done. __Jennifer Snyder, USA__ I've been dreaming about this product for years, and now it's here, thanks heaven! I've used it from the start and love it! __Petter Palander, Sweden__ I loooove Everplaces. I instantly fell in love with it - such slick and clean lines, cool elegant look, and intuitive interface. It's exactly what I've been looking for - no-one else exactly fits this need in the market at the moment. __Van Valdez, UK__ == Installation == Here is a simple guide to install the Everplaces plugin. You can install the plugin in one of these ways: = Download & Upload = 1. Download the plugin (a zip file). 2. In your Wordpress Admin, go to menu Plugins -> Add. 3. Select the “Upload” tab in the Install Plugins page. 4. Upload the .zip file you have just downloaded. 5. Activate the plugin. 6. The plugin will appear in the Plugins page. 7. You are good to go! = Admin Search = 1. In your Wordpress Admin, go to menu Plugins -> Add. 2. Search for Everplaces. 3. Find the plugin titled “Everplaces for Wordpress”. 4. Click to install the plugin. 5. Activate the plugin, once the installation is complete. 6. The plugin will appear in the Plugins page. 7. You are good to go! = FTP Upload = 1. Download the plugin (.zip file) 2. Unzip the zip file. 3. Upload “everplaces” folder to the /wp-content/plugins/ directory of your site. 4. Activate the plugin in the Plugins menu in Wordpress Admin. 5. The plugin will appear in the Plugins page. 6. You are good to go! = How to embed a map or an album with your Everplaces recommendations into a blog post = 1. Open the blog post you wish to embed your recommendations in and switch to Text view. Paste the following code into your blog post, where you wish the map or album to appear: > `[everplaces_plugin link="collection-url" type="map"]` 2. Go to your [Everplaces account](https://everplaces.com/collections) and find the collection you want to embed on your blog. 3. Copy the collection URL from the browser’s address bar. The URL should be similar to this example: > `https://everplaces.com/christoffer/collections/milano-trip-ZSzflDEzMDQ` 4. Replace the "collection-url" in the plugin code with the collection URL copied from your [Everplaces account](https://everplaces.com/collections). Example: > `[everplaces_plugin link="https://everplaces.com/christoffer/collections/milano-trip-ZSzflDEzMDQ" type="map"]` 5. You can control the width and height of the widget by adding the pixel values like this: > `[everplaces_plugin link="collection-url" type="map" width="600" height="300"]` 6. To display the collection as album view, change `type="map"` to `type="album"`. = Notes = __Map :__ * If no width is specified, the width will fit the blog post container * If no height is specified, the height will be set to 400px. __Album :__ * You can limit the amount of places shown by adding limit="10" to the code. For example: > `[everplaces_plugin link="collection-url" type="map" limit="10"]` = How to add your Everplaces recommendations in your sidebar = 1. Go to your [Everplaces account](https://everplaces.com/collections) and find the collection you want to add as a widget. 2. Copy the collection URL from the browser's address bar. The URL should be similar to this example: > `https://everplaces.com/christoffer/collections/milano-trip-ZSzflDEzMDQ` 3. In your Wordpress Admin, go to Appearance -> Widgets 4. Drag and drop a "Text" widget in your sidebar. 5. Paste the following code as the content of your widget: > `` 6. Replace collection-url with the collection URL you have previously found. 7. Change the map width/height using `data-everplaces-width` `data-everplaces-height` 8. You are good to go ! == Screenshots == 1. Album view of an Everplaces collection. 2. Map view of an Everplaces collection. 3. Everplaces widget in the sidebar.