=== EmbedPress === Contributors: PressShack Tags: 23hq, amcharts, animoto, bambuser, cacoo, chartblocks, chirbit, circuitlab, cloudup, clyp, collegehumor, coub, crowd ranking, daily mile, dailymotion, devianart, dipity, dotsub, facebook, flickr, funnyordie, gettyimages, github gist, google docs, google drawings, google maps, google sheets, google slides, huffduffer, hulu, imgur, infogram, instagram, issuu, kickstarter, meetup, mixcloud, mobypicture, nfb, photobucket, polldaddy, porfolium, reddit, release wire, reverbnation, roomshare, rutube, sapo videos, scribd, shortnote, shoudio, sketchfab, slideshare, smugmug, soundcloud, speaker deck, spotify, ted, tumblr, twitter, ustream, viddler, videojug, videopress, vimeo, vine, wordpress tv, youtube Requires at least: 4.0 Tested up to: 4.7 Stable tag: 1.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL! == Description == The goal of EmbedPress is to embed ANYTHING in WordPress. We’re starting with Facebook, Google, UStream and more. All you need is the URL and you can embed media from over 40 more providers into your WordPress site! In addition to the default WordPress sources, EmbedPress supports these providers: - [23h](http://23hq.com/) (Images) - [AmCharts](http://live.amcharts.com/) (Charts) - [Bambuser](http://bambuser.com/) (Videos) - [Cacoo](http://cacoo.com/) (Charts) - [ChartBlocks](http://chartblocks.com/) (Charts) - [Chirbit](http://chirb.it/) (Audios) - [Cly](http://clyp.it/) (Audios) - [CircuitLab](https://www.circuitlab.com/) (Charts) - [Coub](http://coub.com/) (Videos) - [Crowd Ranking](http://crowdranking.com/) (Polls) - [Daily Mile](http://dailymile.com/) (Activity) - [Devianart](http://deviantart.com/) (Images) - [Dipity](http://www.dipity.com/) (Timelines) - [Dotsub](http://dotsub.com/) (Videos) - [Facebook](https://www.facebook.com/) (Posts) - [GettyImages](http://www.gettyimages.com/) (Images) - [Github Gist](https://gist.github.com/) (Code) - [Google Docs ](https://docs.google.com/) (Documents) - [Google Maps](https://www.google.com/maps) (Maps) - [Google Drawings](http://drawings.google.com) (Drawings) - [Google Sheets](https://www.google.com/sheets/) (Spreadsheets) - [Google Slides](https://google.com/slides) (Presentation Slideshows) - [HuffDuffer](http://huffduffer.com/) (Audios) - [Infogram](https://infogr.am/) (Charts) - [MobyPicture](http://mobypicture.com/) (Image) - [NFB](http://www.nfb.ca/) (Videos) - [Porfolium](https://portfolium.com/) (Projects) - [Release Wire](http://releasewire.com/) (Press releases) - [Roomshare](http://roomshare.jp/) (Listings, in Japanese) - [Sapo Videos](http://videos.sapo.pt/) (Videos, in Spanish) - [ShortNote](https://www.shortnote.jp/) (Notes, in Japanese) - [Rutube](https://rutube.ru/) (Videos, in Russian) - [Shoudio](http://shoudio.com/) (Audios) - [Sketchfab](http://sketchfab.com/) (Drawings) - [Ustream](http://ustream.tv/) (Videos) - [Viddler](http://www.viddler.com/) (Videos) - [VideoJug](http://www.videojug.com/) (Videos) == Installation == There're two ways to install EmbedPress plugin: **Through your WordPress site's admin** 1. Go to your site's admin page; 2. Access the "Plugins" page; 3. Click on the "Add New" button; 4. Search for "EmbedPress"; 5. Install EmbedPress plugin; 6. Activate the EmbedPress plugin. **Manually uploading the plugin to your repository** 1. Download the EmbedPress plugin zip file; 2. Upload the plugin to your site's repository under the *"/wp-content/plugins/"* directory; 3. Go to your site's admin page; 4. Access the "Plugins" page; 5. Activate the EmbedPress plugin. == Usage == - Once the plugin is active, you can go on the editor and paste any URL as you normally would. - To pass custom parameters to an embed you can hover on the preview and click on the "Pencil" button. Optionally you can set custom parameters directly using short-codes like: ` // This will render the iframe (if there's one. Some services may use other tags) having its dimensions fixed to 460x300px. [embed width="460" height="300" responsive="false"]your-link[/embed] // This will render the html-embed having an additional html property data-foo="this is awesome". [embed foo="this is awesome"]your-other-link[/embed] // This will render the html-embed having the class "cool-embed". [embed class="cool-embed"]your-other-link[/embed] ` == Changelog == = 1.4.2 = Release Date: 2017-01-09 * Fixed the plugin activation in older PHP environments (>= 5.3.0); * Option description enhancements. = 1.4.1 = Release Date: 2017-01-06 * Fixed Google services embeds. = 1.4.0 = Release Date: 2017-01-06 * Added support to WordPress 4.7; * Added support to Embedpress own plugins; * Fixed bug that was preventing interaction with some embeds; * Code enhancements. = 1.3.1 = Release Date: 2016-11-14 * Fixed a bug that could break the editor in some cases; * Moved EmbedPress Settings page link to the main admin-sidebar; * Minor CSS enhancements. = 1.3.0 = Release Date: 2016-11-04 * Enhanced Crowd Ranking url detection; * Ability to force a different language into Facebook embeds via settings page; * Minor CSS fixes and enhancements; * Fixed stylesheet conflicting with some other plugins; * Fixed a lot of bugs with Facebook urls; * Fixed bug where the embed controllers were not appearing to some serivce providers; * Fixed a lot of bugs with GettyImage urls; * Fixed a lot of bugs with Github Gist urls; * Fixed a lot of bugs with VideoJug urls; * Fixed a lot of bugs with NFB urls; * Fixed bug where the editor was treating non-embeddable urls as normal embeds; * Fixed bug where nbsp; were added before and after the embed every time the user switch from Visual to Text mode; * Dropped support to Edocr due to embed inconsistency; * Dropped support to Aol On Videos. = 1.2.0 = Release Date: 2016-10-04 * Fixed bugs with PollDaddy embeds; * Fixed bugs with Vine embeds; * Fixed bugs with Twitter Collection and Moments embeds; * Fixed bugs with SmugMug embeds; * Fixed bugs with SlideShare embeds; * Fixed bugs with Infogram embeds; * Fixed bugs with MobyPicture embeds; * Dropped support to IFTTT embeds; * Probably fixed the double embed on paste bug; * Prevent mouse interaction with the embed while its being loaded; * Changed the general look of EmbedPress embeds; * General code enhancements; * General minor optimizations. = 1.1.3 = Release Date: 2016-09-20 * Updated plugin's description to a more concise text. = 1.1.2 = Release Date: 2016-09-19 * Updated plugin's description and the list of supported service providers. = 1.1.1 = Release Date: 2016-09-15 * Fixed missing bug that was breaking the plugin on some environments. = 1.1.0 = Release Date: 2016-09-14 * Fixed uncommon bug that was breaking the plugin on some environments; * Fixed bugs with PollDaddy urls; * A lot of other bug fixes. = 1.0.0 = Release Date: 2016-07-27 * Initial release.