Version Description
Release Date: 2017-04-10
- Fixes support for Wistia URLs
Download this release
Release Info
Developer | pressshack |
Plugin | EmbedPress – Embed Google Docs, YouTube, Maps, Vimeo, Wistia Videos & Upload PDF, PPT in Gutenberg & Elementor |
Version | 1.7.3 |
Comparing to | |
See all releases |
Code changes from version 1.7.2 to 1.7.3
- EmbedPress/Ends/Back/Handler.php +5 -1
- changelog.txt +0 -162
- embedpress.php +1 -1
- freemius.php +1 -1
- includes.php +1 -1
- readme.txt +295 -104
EmbedPress/Ends/Back/Handler.php
CHANGED
@@ -399,7 +399,11 @@ class Handler extends EndHandlerAbstract
|
|
399 |
'*.giphy.com/gifs/*',
|
400 |
'giphy.com/gifs/*',
|
401 |
'i.giphy.com/*',
|
402 |
-
'gph.is/*'
|
|
|
|
|
|
|
|
|
403 |
);
|
404 |
}
|
405 |
}
|
399 |
'*.giphy.com/gifs/*',
|
400 |
'giphy.com/gifs/*',
|
401 |
'i.giphy.com/*',
|
402 |
+
'gph.is/*',
|
403 |
+
|
404 |
+
// Wistia
|
405 |
+
'*.wistia.com/medias/*',
|
406 |
+
'fast.wistia.com/embed/medias/*.jsonp'
|
407 |
);
|
408 |
}
|
409 |
}
|
changelog.txt
DELETED
@@ -1,162 +0,0 @@
|
|
1 |
-
== Changelog ==
|
2 |
-
|
3 |
-
= 1.7.2 =
|
4 |
-
Release Date: 2017-04-07
|
5 |
-
|
6 |
-
* Fixes the image for the freemius dialog
|
7 |
-
|
8 |
-
= 1.7.1 =
|
9 |
-
Release Date: 2017-04-06
|
10 |
-
|
11 |
-
* Removed the account submenu
|
12 |
-
* Removed the Freemius tab
|
13 |
-
* Fixed the menu color
|
14 |
-
|
15 |
-
= 1.7.0 =
|
16 |
-
Release Date: 2017-04-06
|
17 |
-
|
18 |
-
* Added support for color-picker field in add-on's settings
|
19 |
-
* Added new filter allowing add-ons to register additional urls and providers
|
20 |
-
* Added Freemius integration
|
21 |
-
* Fixes some file permissions
|
22 |
-
* Changed logo
|
23 |
-
|
24 |
-
= 1.6.3 =
|
25 |
-
Release Date: 2017-03-13
|
26 |
-
|
27 |
-
* Fixed PHP Warning for Gist urls
|
28 |
-
|
29 |
-
= 1.6.2 =
|
30 |
-
Release Date: 2017-03-13
|
31 |
-
|
32 |
-
* Fixed Issue embeds making them responsive
|
33 |
-
* Fixed pasted text with wrappers
|
34 |
-
* Fixed issue with doubled content on paste
|
35 |
-
* Fixed issue when pasting formated text, it was loosing the formatation
|
36 |
-
|
37 |
-
= 1.6.1 =
|
38 |
-
Release Date: 2017-03-07
|
39 |
-
|
40 |
-
* Fixed embed of links from reverbnation.com;
|
41 |
-
|
42 |
-
= 1.6.0 =
|
43 |
-
Release Date: 2017-02-28
|
44 |
-
|
45 |
-
* Added support to preview embeds inside editors rendered in frontend;
|
46 |
-
* Fixed some embeds not respecting custom dimensions;
|
47 |
-
* Fixed some embeds not being rendered as they should in frontend due to invalid characters in the url;
|
48 |
-
* Fixed embeds not being rendered in editors on some WP instances;
|
49 |
-
* Tweaks on the plugin settings page;
|
50 |
-
* Code enhancements.
|
51 |
-
|
52 |
-
= 1.5.0 =
|
53 |
-
Release Date: 2017-02-15
|
54 |
-
|
55 |
-
* Added support to embed Giphy URLs;
|
56 |
-
* Added support to embed Twitch streams & chat URLs;
|
57 |
-
* Fixed odd behavior with non-shortcoded embeddable URLs;
|
58 |
-
* Fixed bugs when having multiple editors in a single page;
|
59 |
-
* Updated copyright info;
|
60 |
-
* Updated Settings page layout;
|
61 |
-
* Code enhancements.
|
62 |
-
|
63 |
-
= 1.4.4 =
|
64 |
-
Release Date: 2017-01-24
|
65 |
-
|
66 |
-
* Pasted text containing urls no longer should lose its formatting;
|
67 |
-
* Minor other enhancements.
|
68 |
-
|
69 |
-
= 1.4.3 =
|
70 |
-
Release Date: 2017-01-13
|
71 |
-
|
72 |
-
* Text fixes and enhancements;
|
73 |
-
* Updated plugins url;
|
74 |
-
* Updated list of supported providers.
|
75 |
-
|
76 |
-
= 1.4.2 =
|
77 |
-
Release Date: 2017-01-09
|
78 |
-
|
79 |
-
* Fixed the plugin activation in older PHP environments (>= 5.3.0);
|
80 |
-
* Option description enhancements.
|
81 |
-
|
82 |
-
= 1.4.1 =
|
83 |
-
Release Date: 2017-01-06
|
84 |
-
|
85 |
-
* Fixed Google services embeds.
|
86 |
-
|
87 |
-
= 1.4.0 =
|
88 |
-
Release Date: 2017-01-06
|
89 |
-
|
90 |
-
* Added support to WordPress 4.7;
|
91 |
-
* Added support to Embedpress own plugins;
|
92 |
-
* Fixed bug that was preventing interaction with some embeds;
|
93 |
-
* Code enhancements.
|
94 |
-
|
95 |
-
= 1.3.1 =
|
96 |
-
Release Date: 2016-11-14
|
97 |
-
|
98 |
-
* Fixed a bug that could break the editor in some cases;
|
99 |
-
* Moved EmbedPress Settings page link to the main admin-sidebar;
|
100 |
-
* Minor CSS enhancements.
|
101 |
-
|
102 |
-
= 1.3.0 =
|
103 |
-
Release Date: 2016-11-04
|
104 |
-
|
105 |
-
* Enhanced Crowd Ranking url detection;
|
106 |
-
* Ability to force a different language into Facebook embeds via settings page;
|
107 |
-
* Minor CSS fixes and enhancements;
|
108 |
-
* Fixed stylesheet conflicting with some other plugins;
|
109 |
-
* Fixed a lot of bugs with Facebook urls;
|
110 |
-
* Fixed bug where the embed controllers were not appearing to some serivce providers;
|
111 |
-
* Fixed a lot of bugs with GettyImage urls;
|
112 |
-
* Fixed a lot of bugs with Github Gist urls;
|
113 |
-
* Fixed a lot of bugs with VideoJug urls;
|
114 |
-
* Fixed a lot of bugs with NFB urls;
|
115 |
-
* Fixed bug where the editor was treating non-embeddable urls as normal embeds;
|
116 |
-
* Fixed bug where nbsp; were added before and after the embed every time the user switch from Visual to Text mode;
|
117 |
-
* Dropped support to Edocr due to embed inconsistency;
|
118 |
-
* Dropped support to Aol On Videos.
|
119 |
-
|
120 |
-
= 1.2.0 =
|
121 |
-
Release Date: 2016-10-04
|
122 |
-
|
123 |
-
* Fixed bugs with PollDaddy embeds;
|
124 |
-
* Fixed bugs with Vine embeds;
|
125 |
-
* Fixed bugs with Twitter Collection and Moments embeds;
|
126 |
-
* Fixed bugs with SmugMug embeds;
|
127 |
-
* Fixed bugs with SlideShare embeds;
|
128 |
-
* Fixed bugs with Infogram embeds;
|
129 |
-
* Fixed bugs with MobyPicture embeds;
|
130 |
-
* Dropped support to IFTTT embeds;
|
131 |
-
* Probably fixed the double embed on paste bug;
|
132 |
-
* Prevent mouse interaction with the embed while its being loaded;
|
133 |
-
* Changed the general look of EmbedPress embeds;
|
134 |
-
* General code enhancements;
|
135 |
-
* General minor optimizations.
|
136 |
-
|
137 |
-
= 1.1.3 =
|
138 |
-
Release Date: 2016-09-20
|
139 |
-
|
140 |
-
* Updated plugin's description to a more concise text.
|
141 |
-
|
142 |
-
= 1.1.2 =
|
143 |
-
Release Date: 2016-09-19
|
144 |
-
|
145 |
-
* Updated plugin's description and the list of supported service providers.
|
146 |
-
|
147 |
-
= 1.1.1 =
|
148 |
-
Release Date: 2016-09-15
|
149 |
-
|
150 |
-
* Fixed missing bug that was breaking the plugin on some environments.
|
151 |
-
|
152 |
-
= 1.1.0 =
|
153 |
-
Release Date: 2016-09-14
|
154 |
-
|
155 |
-
* Added support to PollDaddy urls;
|
156 |
-
* Fixed uncommon bug that was breaking the plugin on some environments;
|
157 |
-
* A lot of other bug fixes and enhancements.
|
158 |
-
|
159 |
-
= 1.0.0 =
|
160 |
-
Release Date: 2016-07-27
|
161 |
-
|
162 |
-
* Initial release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
embedpress.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* @embedpress
|
13 |
* Plugin Name: EmbedPress
|
14 |
* Plugin URI: https://pressshack.com/embedpress/
|
15 |
-
* Version: 1.7.
|
16 |
* Description: WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
17 |
* Author: PressShack
|
18 |
* Author URI: http://pressshack.com
|
12 |
* @embedpress
|
13 |
* Plugin Name: EmbedPress
|
14 |
* Plugin URI: https://pressshack.com/embedpress/
|
15 |
+
* Version: 1.7.3
|
16 |
* Description: WordPress supports around 35 embed sources, but EmbedPress adds over 40 more, including Facebook, Google Maps, Google Docs, UStream! Just use the URL!
|
17 |
* Author: PressShack
|
18 |
* Author URI: http://pressshack.com
|
freemius.php
CHANGED
@@ -6,7 +6,7 @@ defined('ABSPATH') or die("No direct script access allowed.");
|
|
6 |
* @author PressShack <help@pressshack.com>
|
7 |
* @copyright Copyright (C) 2017 Open Source Training, LLC. All rights reserved.
|
8 |
* @license GPLv2 or later
|
9 |
-
* @since 1.7.
|
10 |
*/
|
11 |
|
12 |
// Create a helper function for easy SDK access.
|
6 |
* @author PressShack <help@pressshack.com>
|
7 |
* @copyright Copyright (C) 2017 Open Source Training, LLC. All rights reserved.
|
8 |
* @license GPLv2 or later
|
9 |
+
* @since 1.7.1
|
10 |
*/
|
11 |
|
12 |
// Create a helper function for easy SDK access.
|
includes.php
CHANGED
@@ -22,7 +22,7 @@ if (!defined('EMBEDPRESS_PLG_NAME')) {
|
|
22 |
}
|
23 |
|
24 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
25 |
-
define('EMBEDPRESS_PLG_VERSION', "1.7.
|
26 |
}
|
27 |
|
28 |
if (!defined('EMBEDPRESS_PATH_BASE')) {
|
22 |
}
|
23 |
|
24 |
if (!defined('EMBEDPRESS_PLG_VERSION')) {
|
25 |
+
define('EMBEDPRESS_PLG_VERSION', "1.7.3");
|
26 |
}
|
27 |
|
28 |
if (!defined('EMBEDPRESS_PATH_BASE')) {
|
readme.txt
CHANGED
@@ -1,124 +1,172 @@
|
|
1 |
-
=== EmbedPress ===
|
2 |
Contributors: PressShack
|
3 |
-
Tags:
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.7.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
-
|
11 |
|
12 |
== Description ==
|
13 |
-
The goal of EmbedPress is to embed ANYTHING in WordPress.
|
14 |
-
|
15 |
-
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!
|
16 |
-
|
17 |
-
In addition to the default WordPress sources, EmbedPress supports these providers:
|
18 |
-
|
19 |
-
- [23hq](https://pressshack.com/embedpress/docs/embed-23hq-photos-wordpress/) <em>(Images)</em>
|
20 |
-
- [AmCharts](https://pressshack.com/embedpress/docs/embed-amcharts-wordpress/) <em>(Charts)</em>
|
21 |
-
- [Animoto](https://pressshack.com/embedpress/docs/embed-animoto-videos-wordpress/) <em>(Videos)</em>
|
22 |
-
- [Bambuser](https://pressshack.com/embedpress/docs/embed-bambuser-videos-wordpress/) <em>(Videos)</em>
|
23 |
-
- [Cacoo](https://pressshack.com/embedpress/docs/embed-cacoo-charts-wordpress/) <em>(Charts)</em>
|
24 |
-
- [ChartBlocks](https://pressshack.com/embedpress/docs/embed-chartblocks-charts-wordpress/) <em>(Charts)</em>
|
25 |
-
- [Chirbit](https://pressshack.com/embedpress/docs/embed-chirbit-audio-wordpress/) <em>(Audio)</em>
|
26 |
-
- [Clyp](https://pressshack.com/embedpress/docs/embed-clypit-audio-wordpress/) <em>(Audio)</em>
|
27 |
-
- [CircuitLab](https://pressshack.com/embedpress/docs/embed-circuitlab-circuit-wordpress/) <em>(Charts)</em>
|
28 |
-
- [Cloudup](https://pressshack.com/embedpress/docs/embed-cloudup-videos-images-or-audios-wordpress/) <em>(Videos, Galleries, Images)</em>
|
29 |
-
- [College Humor](https://pressshack.com/embedpress/docs/embed-collegehumor-videos-wordpress/) <em>(Videos)</em>
|
30 |
-
- [Coub](https://pressshack.com/embedpress/docs/embed-coub-videos-iwordpress/) <em>(Videos)</em>
|
31 |
-
- [Crowd Raniking](https://pressshack.com/embedpress/docs/embed-crowdranking-polls-wordpress/) <em>(Videos)</em>
|
32 |
-
- [Daily Mile](https://pressshack.com/embedpress/docs/embed-dailymile-activity-wordpress/) <em>(Activity)</em>
|
33 |
-
- [Daily Motion](https://pressshack.com/embedpress/docs/embed-dailymotion-videos-wordpress/) <em>(Videos)</em>
|
34 |
-
- [Deviantart](https://pressshack.com/embedpress/docs/embed-deviantart-image-wordpress/) <em>(Images)</em>
|
35 |
-
- [Dotsub](https://pressshack.com/embedpress/docs/embed-dotsub-videos-wordpress/) <em>(Videos)</em>
|
36 |
-
- [Facebook](https://pressshack.com/embedpress/docs/embed-facebook-posts-wordpress/) <em>(Posts)</em>
|
37 |
-
- [Flickr](https://pressshack.com/embedpress/docs/embed-flickr-image-wordpress/) <em>(Images)</em>
|
38 |
-
- [Funny or Die](https://pressshack.com/embedpress/docs/embed-funnyordie-videos-wordpress/) <em>(Videos)</em>
|
39 |
-
- [GettyImages](https://pressshack.com/embedpress/docs/embed-getty-images-wordpress/) <em>(Images)</em>
|
40 |
-
- [Giphy](https://pressshack.com/embedpress/docs/embed-giphy-gifs-wordpress/) <em>(Gifs)</em>
|
41 |
-
- [Github Gist](https://pressshack.com/embedpress/docs/embed-github-gist-snippets-wordpress/) <em>(Code)</em>
|
42 |
-
- [Google Docs](https://pressshack.com/embedpress/docs/google-docs-embed-wordpress/) <em>(Documents)</em>
|
43 |
-
- [Google Maps](https://pressshack.com/embedpress/docs/google-maps-embed-wordpress/) <em>(Maps)</em>
|
44 |
-
- [Google Drawings](https://pressshack.com/embedpress/docs/google-drawings-embed-wordpress/) <em>(Drawings)</em>
|
45 |
-
- [Google Sheets](https://pressshack.com/embedpress/docs/embed-google-sheets-wordpress/) <em>(Spreadsheets)</em>
|
46 |
-
- [Google Slides](https://pressshack.com/embedpress/docs/embed-google-slides-wordpress/) <em>(Presentations)</em>
|
47 |
-
- [HuffDuffer](https://pressshack.com/embedpress/docs/embed-huffduffer-audios-wordpress/) <em>(Audio)</em>
|
48 |
-
- [Hulu](https://pressshack.com/embedpress/docs/embed-hulu-videos-wordpress/) <em>(Videos)</em>
|
49 |
-
- [Imgur](https://pressshack.com/embedpress/docs/embed-imgur-images-wordpress/) <em>(Videos)</em>
|
50 |
-
- [Infogram](https://pressshack.com/embedpress/docs/embed-infogram-charts-wordpress/) <em>(Charts)</em>
|
51 |
-
- [Instagram](https://pressshack.com/embedpress/docs/embed-instagram-wordpress/) <em>(Images)</em>
|
52 |
-
- [Issuu](https://pressshack.com/embedpress/docs/embed-issuu-documents-wordpress/) <em>(Documents)</em>
|
53 |
-
- [Kickstarter](https://pressshack.com/embedpress/docs/embed-kickstarter-videos-wordpress/) <em>(Videos)</em>
|
54 |
-
- [Meetup](https://pressshack.com/embedpress/docs/embed-meetup-groups-events-wordpress/) <em>(Groups, Events)</em>
|
55 |
-
- [Mixcloud](https://pressshack.com/embedpress/docs/embed-mixcloud-audio-wordpress/) <em>(Audio)</em>
|
56 |
-
- [MobyPicture](https://pressshack.com/embedpress/docs/embed-mobypicture-photos-wordpress/) <em>(Image)</em>
|
57 |
-
- [NFB](https://pressshack.com/embedpress/docs/embed-nfb-videos-wordpress/) <em>(Videos)</em>
|
58 |
-
- [PhotoBucket](https://pressshack.com/embedpress/docs/embed-photobucket-images-wordpress/) <em>(Images)</em>
|
59 |
-
- [PollDaddy](https://pressshack.com/embedpress/docs/polldaddy-embed-wordpress/) <em>(Polls, Surveys, Quizzes)</em>
|
60 |
-
- [Porfolium](https://pressshack.com/embedpress/docs/embed-portfolium-projects-wordpress/) <em>(Projects)</em>
|
61 |
-
- [Reddit](https://pressshack.com/embedpress/docs/embed-reddit-post-wordpress/) <em>(Posts, Comments)</em>
|
62 |
-
- [ReleaseWire](https://pressshack.com/embedpress/docs/embed-releasewire-press-releases-wordpress/) <em>(Press releases)</em>
|
63 |
-
- [ReverbNation](https://pressshack.com/embedpress/docs/embed-reverbnation-audio-wordpress/) <em>(Audio)</em>
|
64 |
-
- [RoomShare](https://pressshack.com/embedpress/docs/embed-roomshare-listings-wordpress/) <em>(Listings in Japanese)</em>
|
65 |
-
- [RuTube](https://pressshack.com/embedpress/docs/embed-rutube-videos-wordpress/) (Videos in Russian)</em>
|
66 |
-
- [Sapo Videos](https://pressshack.com/embedpress/docs/embed-sapo-videos-wordpress/) <em>(Videos in Spanish)</em>
|
67 |
-
- [Scribd](https://pressshack.com/embedpress/docs/embed-scribd-document-wordpress/) <em>(Documents)</em>
|
68 |
-
- [Shoudio](https://pressshack.com/embedpress/docs/embed-shoudio-audios-wordpress/) <em>(Audio)</em>
|
69 |
-
- [ShortNote](https://pressshack.com/embedpress/docs/embed-shortnote-notes-wordpress/) <em>(Notes in Japanese)</em>
|
70 |
-
- [Sketchfab](https://pressshack.com/embedpress/docs/embed-sketchfab-drawings-wordpress/) <em>(Drawings)</em>
|
71 |
-
- [SlideShare](https://pressshack.com/embedpress/docs/embed-slideshare-presentations-wordpress/) <em>(Presentations)</em>
|
72 |
-
- [SmugMug](https://pressshack.com/embedpress/docs/embed-smugmug-images-wordpress/) <em>(Images)</em>
|
73 |
-
- [SoundCloud](https://pressshack.com/embedpress/docs/embed-soundcloud-audio-wordpress/) <em>(Audio)</em>
|
74 |
-
- [SpeakerDeck](https://pressshack.com/embedpress/docs/embed-speakerdeck-presentations-wordpress/) <em>(Presentations)</em>
|
75 |
-
- [Spotify](https://pressshack.com/embedpress/docs/embed-spotify-audios-wordpress/) <em>(Audio)</em>
|
76 |
-
- [TED](https://pressshack.com/embedpress/docs/embed-ted-videos-wordpress/) <em>(Videos)</em>
|
77 |
-
- [Twitch](https://pressshack.com/embedpress/docs/embed-twitch-streams-chat/) <em>(Videos, Chat)</em>
|
78 |
-
- [Twitter](https://pressshack.com/embedpress/docs/embed-twitter-tweets-collections-moments-wordpress/) <em>(Tweets, Collections, Moments)</em>
|
79 |
-
- [Ustream](https://pressshack.com/embedpress/docs/embed-ustream-videos-wordpress/) <em>(Videos)</em>
|
80 |
-
- [Viddler](https://pressshack.com/embedpress/docs/embed-viddler-videos-wordpress/) <em>(Videos)</em>
|
81 |
-
- [VideoJug](https://pressshack.com/embedpress/docs/embed-videojug-videos-wordpress/) <em>(Videos)</em>
|
82 |
-
- [VideoPress](https://pressshack.com/embedpress/docs/embed-videopress-videos-wordpress/) <em>(Videos)</em>
|
83 |
-
- [Vimeo](https://pressshack.com/embedpress/docs/embed-vimeo-video-wordpress/) <em>(Videos)</em>
|
84 |
-
- [Vine](https://pressshack.com/embedpress/docs/embed-vine-videos-wordpress/) <em>(Videos)</em>
|
85 |
-
- [WordPress.tv](https://pressshack.com/embedpress/docs/embed-wordpress-tv-videos-wordpress/) <em>(Videos)</em>
|
86 |
-
- [YouTube](https://pressshack.com/embedpress/docs/youtube-wordpress/) <em>(Videos)</em>
|
87 |
|
88 |
-
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
-
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
6. Activate the EmbedPress plugin.
|
99 |
|
100 |
-
|
101 |
|
102 |
-
|
103 |
-
2. Upload the plugin to your site's repository under the *"/wp-content/plugins/"* directory;
|
104 |
-
3. Go to your site's admin page;
|
105 |
-
4. Access the "Plugins" page;
|
106 |
-
5. Activate the EmbedPress plugin.
|
107 |
|
108 |
-
|
109 |
-
|
110 |
-
|
|
|
|
|
111 |
|
112 |
-
|
113 |
-
// This will render the iframe (if there's one. Some services may use other tags) having its dimensions fixed to 460x300px.
|
114 |
-
[embed width="460" height="300" responsive="false"]your-link[/embed]
|
115 |
|
116 |
-
|
117 |
-
[embed foo="this is awesome"]your-other-link[/embed]
|
118 |
|
119 |
-
|
120 |
-
[
|
121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
|
123 |
== Screenshots ==
|
124 |
|
@@ -131,6 +179,14 @@ There're two ways to install EmbedPress plugin:
|
|
131 |
|
132 |
== Changelog ==
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
= 1.7.2 =
|
135 |
Release Date: 2017-04-07
|
136 |
|
@@ -156,3 +212,138 @@ Release Date: 2017-04-06
|
|
156 |
Release Date: 2017-03-13
|
157 |
|
158 |
* Fixed PHP Warning for Gist urls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== EmbedPress – Embed Google Docs, Vimeo and Wistia videos, Giphy and Imgur photos, and more ===
|
2 |
Contributors: PressShack
|
3 |
+
Tags: YouTube, Google, Facebook, Wistia, Vimeo
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 1.7.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
+
EmbedPress provides embeds for major sites, from YouTube and Twitch videos, to Google Maps and Docs, to Soundcloud and Spotify audio files.
|
11 |
|
12 |
== Description ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
EmbedPress easily connects WordPress to all the web services you use.
|
15 |
+
|
16 |
+
With EmbedPress, all you need is the URL. Find the URL for your video, image, audio file or map and simply cut-and-paste the URL into a WordPress post. EmbedPress automatically understands the URL and embeds your content. You can embed media from over 75 sites.
|
17 |
+
|
18 |
+
Here are some of the most popular sites you can use with EmbedPress:
|
19 |
+
|
20 |
+
* **Google**: You can embed Google Maps, Docs, Forms, Sheets and more.
|
21 |
+
* **Facebook**: You can embed Facebook posts and videos to your site.
|
22 |
+
* **Videos**: You can quickly embed YouTube, Wistia, Vimeo or Twitch videos.
|
23 |
+
* **Audio**: You can embed Spotify, Soundcloud and Mixcloud audio.
|
24 |
+
* **Images**: You can embed Imgur, Giphy and Deviantart images, plus others.
|
25 |
+
|
26 |
+
= YOUTUBE, VIMEO AND WISTIA VIDEOS =
|
27 |
+
|
28 |
+
The add-ons for EmbedPress give you far more control over your videos. With these add-ons, your videos will be responsive. You can also customize the video display to match your site’s design. Other features include auto-play and looping. Click the links below to get a full listing of all the features the add-ons provide:
|
29 |
+
|
30 |
+
* [Click here to get more YouTube features](https://pressshack.com/addons/embedpress-youtube/)
|
31 |
+
* [Click here to get more Vimeo features](https://pressshack.com/addons/embedpress-vimeo/)
|
32 |
+
* [Click here to get more Wistia features](https://pressshack.com/addons/embedpress-wistia/)
|
33 |
+
|
34 |
+
= GOOGLE DRIVE: DOCS, SHEETS, DRAWINGS, FORMS, SLIDES, MAPS =
|
35 |
+
|
36 |
+
Google Drive is an enormously popular service that has replaced Microsoft Office for many companies. Using Google Drives can bring your information to life, whether it’s stored in documents, maps, drawings, spreadsheets, or presentations. EmbedPress supports all of these Google Drive options:
|
37 |
+
|
38 |
+
* [How to use Google Docs in WordPress](https://pressshack.com/embedpress/docs/google-docs-embed-wordpress/)
|
39 |
+
* [How to use Google Forms in WordPress](https://pressshack.com/embedpress/docs/google-forms-embed-wordpress/)
|
40 |
+
* [How to use Google Maps in WordPress ](https://pressshack.com/embedpress/docs/google-maps-embed-wordpress/)
|
41 |
+
* [How to use Google Drawings in WordPress](https://pressshack.com/embedpress/docs/google-drawings-embed-wordpress/)
|
42 |
+
* [How to use Google Sheets in WordPress](https://pressshack.com/embedpress/docs/embed-google-sheets-wordpress/)
|
43 |
+
* [How to use Google Slides in WordPress](https://pressshack.com/embedpress/docs/embed-google-slides-wordpress/)
|
44 |
+
|
45 |
+
= FACEBOOK POSTS AND VIDEOS =
|
46 |
+
|
47 |
+
With EmbedPress, you can add Facebook Posts to WordPress, using just a URL. Facebook post embeds are possible, but they’re not easy to use via normal methods. EmbedPress is different:
|
48 |
+
|
49 |
+
* [How to use Facebook embeds in WordPress](https://pressshack.com/embedpress/docs/embed-facebook-posts-wordpress/)
|
50 |
+
|
51 |
+
= AUDIO: SPOTIFY, SOUNDCLOUD AND MIXCLOUD =
|
52 |
+
|
53 |
+
EmbedPress supports all of these major options for audio on your WordPress site:
|
54 |
+
|
55 |
+
* [How to use Spotify in WordPress](https://pressshack.com/embedpress/docs/embed-spotify-audios-wordpress/)
|
56 |
+
* [How to use MixCloud in WordPress](https://pressshack.com/embedpress/docs/embed-mixcloud-audio-wordpress/)
|
57 |
+
* [How to use SoundCloud in WordPress](https://pressshack.com/embedpress/docs/embed-soundcloud-audio-wordpress/)
|
58 |
+
|
59 |
+
Here are multiple other audio options supported by EmbedPress:
|
60 |
+
|
61 |
+
* [How to use Shoudio in WordPress](https://pressshack.com/embedpress/docs/embed-shoudio-audios-wordpress/)
|
62 |
+
* [How to use HuffDuffer in WordPress](https://pressshack.com/embedpress/docs/embed-huffduffer-audios-wordpress/)
|
63 |
+
* [How to use Chirbit in WordPress](https://pressshack.com/embedpress/docs/embed-chirbit-audio-wordpress/)
|
64 |
+
* [How to use Clyp in WordPress](https://pressshack.com/embedpress/docs/embed-clypit-audio-wordpress/)
|
65 |
+
* [How to use ReverbNation in WordPress](https://pressshack.com/embedpress/docs/embed-reverbnation-audio-wordpress/)
|
66 |
+
|
67 |
+
= PHOTOS: DEVIANTART, GIPHY, FLICK, IMGUR AND INSTAGRAM =
|
68 |
|
69 |
+
EmbedPress supports most popular image-hosting sites, including Deviantart, Giphy, Imgur, Flick and Instagram:
|
70 |
|
71 |
+
* [How to use Deviantart in WordPress](https://pressshack.com/embedpress/docs/embed-deviantart-image-wordpress/)
|
72 |
+
* [How to use Giphy in WordPress](https://pressshack.com/embedpress/docs/embed-giphy-gifs-wordpress/)
|
73 |
+
* [How to use Flickr in WordPress](https://pressshack.com/embedpress/docs/embed-flickr-image-wordpress/)
|
74 |
+
* [How to use Imgur in WordPress](https://pressshack.com/embedpress/docs/embed-imgur-images-wordpress/)
|
75 |
+
* [How to use Instagram in WordPress](https://pressshack.com/embedpress/docs/embed-instagram-wordpress/)
|
|
|
76 |
|
77 |
+
= CHARTS AND DIAGRAMS =
|
78 |
|
79 |
+
With EmbedPress, you have a wide variety of options for adding charts and diagrams to your WordPress site. We already saw that EmbedPress supports Google Drawings, but here are 5 more options for charts:
|
|
|
|
|
|
|
|
|
80 |
|
81 |
+
* [AmCharts embeds](https://pressshack.com/embedpress/docs/embed-amcharts-wordpress/)
|
82 |
+
* [Cacoo embeds](https://pressshack.com/embedpress/docs/embed-cacoo-charts-wordpress/)
|
83 |
+
* [ChartBlocks embeds](https://pressshack.com/embedpress/docs/embed-chartblocks-charts-wordpress/)
|
84 |
+
* [CircuitLab embeds](https://pressshack.com/embedpress/docs/embed-circuitlab-circuit-wordpress/)
|
85 |
+
* [Infogram embeds](https://pressshack.com/embedpress/docs/embed-infogram-charts-wordpress/)
|
86 |
|
87 |
+
= OTHER VIDEO OPTIONS =
|
|
|
|
|
88 |
|
89 |
+
We’ve seen that EmbedPress supports YouTube, Wistia and Vimeo, but EmbedPress also supports around 20 more video sources:
|
|
|
90 |
|
91 |
+
* [Animoto embeds](https://pressshack.com/embedpress/docs/embed-animoto-videos-wordpress/)
|
92 |
+
* [Bambuser embeds](https://pressshack.com/embedpress/docs/embed-bambuser-videos-wordpress/)
|
93 |
+
* [College Humor embeds](https://pressshack.com/embedpress/docs/embed-collegehumor-videos-wordpress/)
|
94 |
+
* [Coub embeds](https://pressshack.com/embedpress/docs/embed-coub-videos-iwordpress/)
|
95 |
+
* [Crowd Ranking embeds](https://pressshack.com/embedpress/docs/embed-crowdranking-polls-wordpress/)
|
96 |
+
* [Cloudup embeds](https://pressshack.com/embedpress/docs/embed-cloudup-videos-images-or-audios-wordpress/)
|
97 |
+
* [Daily Motion embeds](https://pressshack.com/embedpress/docs/embed-dailymotion-videos-wordpress/)
|
98 |
+
* [Dotsub embeds](https://pressshack.com/embedpress/docs/embed-dotsub-videos-wordpress/)
|
99 |
+
* [Funny or Die embeds](https://pressshack.com/embedpress/docs/embed-funnyordie-videos-wordpress/)
|
100 |
+
* [Hulu embeds](https://pressshack.com/embedpress/docs/embed-hulu-videos-wordpress/)
|
101 |
+
* [Kickstarter embeds](https://pressshack.com/embedpress/docs/embed-kickstarter-videos-wordpress/)
|
102 |
+
* [NFB embeds](https://pressshack.com/embedpress/docs/embed-nfb-videos-wordpress/)
|
103 |
+
* [RuTube embeds](https://pressshack.com/embedpress/docs/embed-rutube-videos-wordpress/)
|
104 |
+
* [Sapo Videos embeds](https://pressshack.com/embedpress/docs/embed-sapo-videos-wordpress/)
|
105 |
+
* [TED embeds](https://pressshack.com/embedpress/docs/embed-ted-videos-wordpress/)
|
106 |
+
* [Ustream embeds](https://pressshack.com/embedpress/docs/embed-ustream-videos-wordpress/)
|
107 |
+
* [Viddler embeds](https://pressshack.com/embedpress/docs/embed-viddler-videos-wordpress/)
|
108 |
+
* [VideoJug embeds](https://pressshack.com/embedpress/docs/embed-videojug-videos-wordpress/)
|
109 |
+
* [VideoPress embeds](https://pressshack.com/embedpress/docs/embed-videopress-videos-wordpress/)
|
110 |
+
|
111 |
+
= OTHER SITES SUPPORTED BY EMBEDPRESS =
|
112 |
+
|
113 |
+
* [23hq embeds](https://pressshack.com/embedpress/docs/embed-23hq-photos-wordpress/) (Images)
|
114 |
+
* [Daily Mile embeds](https://pressshack.com/embedpress/docs/embed-dailymile-activity-wordpress/) (Activity)
|
115 |
+
* [GettyImages embeds](https://pressshack.com/embedpress/docs/embed-getty-images-wordpress/) (Images)
|
116 |
+
* [Github Gist embeds](https://pressshack.com/embedpress/docs/embed-github-gist-snippets-wordpress/) (Code)
|
117 |
+
* [Issuu embeds](https://pressshack.com/embedpress/docs/embed-issuu-documents-wordpress/) (Documents)
|
118 |
+
* [Meetup embeds](https://pressshack.com/embedpress/docs/embed-meetup-groups-events-wordpress/) (Groups, Events)
|
119 |
+
* [MobyPicture embeds](https://pressshack.com/embedpress/docs/embed-mobypicture-photos-wordpress/) (Image)
|
120 |
+
* [PhotoBucket embeds](https://pressshack.com/embedpress/docs/embed-photobucket-images-wordpress/) (Images)
|
121 |
+
* [PollDaddy embeds](https://pressshack.com/embedpress/docs/polldaddy-embed-wordpress/) (Polls, Surveys, Quizzes)
|
122 |
+
* [Porfolium embeds](https://pressshack.com/embedpress/docs/embed-portfolium-projects-wordpress/) (Projects)
|
123 |
+
* [Reddit embeds](https://pressshack.com/embedpress/docs/embed-reddit-post-wordpress/) (Posts, Comments)
|
124 |
+
* [ReleaseWire embeds](https://pressshack.com/embedpress/docs/embed-releasewire-press-releases-wordpress/) (Press releases)
|
125 |
+
* [Scribd embeds](https://pressshack.com/embedpress/docs/embed-scribd-document-wordpress/) (Documents)
|
126 |
+
* [ShortNote embeds](https://pressshack.com/embedpress/docs/embed-shortnote-notes-wordpress/) (Notes in Japanese)
|
127 |
+
* [Sketchfab embeds](https://pressshack.com/embedpress/docs/embed-sketchfab-drawings-wordpress/) (Drawings)
|
128 |
+
* [SlideShare embeds](https://pressshack.com/embedpress/docs/embed-slideshare-presentations-wordpress/) (Presentations)
|
129 |
+
* [SmugMug embeds](https://pressshack.com/embedpress/docs/embed-smugmug-images-wordpress/) (Images)
|
130 |
+
* [SpeakerDeck embeds](https://pressshack.com/embedpress/docs/embed-speakerdeck-presentations-wordpress/) (Presentations)
|
131 |
+
|
132 |
+
= ALSO CHECK OUT THE PUBLISHPRESS PLUGIN =
|
133 |
+
|
134 |
+
If you like EmbedPress, then consider checking out [PublishPress](https://pressshack.com/publishpress/). The PublishPress plugin is essential for any WordPress site with multiple writers.
|
135 |
+
|
136 |
+
PublishPress is a plugin with several tools that help your team stay organized:
|
137 |
+
|
138 |
+
* Use the [Editorial Calendar](https://pressshack.com/publishpress/docs/calendar/) and [Content Overview](https://pressshack.com/publishpress/docs/calendar/) to get a clear picture of all your planned and published content.
|
139 |
+
* You can create [Comments](https://pressshack.com/publishpress/docs/editorial-comments/) and [Notifications](https://pressshack.com/publishpress/docs/notifications/) to leave feedback and keep your team in the loop.
|
140 |
+
* You can add [Metadata](https://pressshack.com/publishpress/docs/editorial-metadata/) to give your team extra information about each post.
|
141 |
+
* Create [Custom Statuses](https://pressshack.com/publishpress/docs/custom-statuses/) so that WordPress matches your team’s workflow.
|
142 |
+
|
143 |
+
= WORDPRESS TRAINING =
|
144 |
+
|
145 |
+
Visit [OSTraining](https://www.ostraining.com/) to learn from our [WordPress Training](https://www.ostraining.com/wordpress-training/) and to read our [best WordPress blog posts](https://www.ostraining.com/blog/wordpress). If you’re interested in a specific WordPress topic, try specific topic areas such as these:
|
146 |
+
|
147 |
+
* [WordPress Development Classes - learn to build plugins](https://www.ostraining.com/classes/wordpress-development)
|
148 |
+
* [WordPress Theme Design Classes - create your first theme](https://www.ostraining.com/classes/wordpress-themes)
|
149 |
+
* [WordPress eCommerce Classes - set up a WordPress store](https://www.ostraining.com/classes/wordpress-ecommerce)
|
150 |
+
|
151 |
+
== Installation ==
|
152 |
+
|
153 |
+
You can install EmbedPress through your WordPress admin area:
|
154 |
+
|
155 |
+
Access the “Plugins” page.
|
156 |
+
Click on the “Add New” button.
|
157 |
+
Search for “EmbedPress”.
|
158 |
+
Install the EmbedPress plugin.
|
159 |
+
Activate the EmbedPress plugin.
|
160 |
+
|
161 |
+
== Frequently Asked Questions ==
|
162 |
+
|
163 |
+
= Where Can I Get Support? =
|
164 |
+
|
165 |
+
You can ask for help via [the PublishPress contact form](https://pressshack.com/contact/).
|
166 |
+
|
167 |
+
= Do I Need Coding Skills To Use EmbedPress? =
|
168 |
+
|
169 |
+
Not at all. You can set up everything your team needs without any coding knowledge. We made it super easy.
|
170 |
|
171 |
== Screenshots ==
|
172 |
|
179 |
|
180 |
== Changelog ==
|
181 |
|
182 |
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
183 |
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
184 |
+
|
185 |
+
= 1.7.3 =
|
186 |
+
Release Date: 2017-04-10
|
187 |
+
|
188 |
+
* Fixes support for Wistia URLs
|
189 |
+
|
190 |
= 1.7.2 =
|
191 |
Release Date: 2017-04-07
|
192 |
|
212 |
Release Date: 2017-03-13
|
213 |
|
214 |
* Fixed PHP Warning for Gist urls
|
215 |
+
|
216 |
+
= 1.6.2 =
|
217 |
+
Release Date: 2017-03-13
|
218 |
+
|
219 |
+
* Fixed Issue embeds making them responsive
|
220 |
+
* Fixed pasted text with wrappers
|
221 |
+
* Fixed issue with doubled content on paste
|
222 |
+
* Fixed issue when pasting formated text, it was loosing the formatation
|
223 |
+
|
224 |
+
= 1.6.1 =
|
225 |
+
Release Date: 2017-03-07
|
226 |
+
|
227 |
+
* Fixed embed of links from reverbnation.com;
|
228 |
+
|
229 |
+
= 1.6.0 =
|
230 |
+
Release Date: 2017-02-28
|
231 |
+
|
232 |
+
* Added support to preview embeds inside editors rendered in frontend;
|
233 |
+
* Fixed some embeds not respecting custom dimensions;
|
234 |
+
* Fixed some embeds not being rendered as they should in frontend due to invalid characters in the url;
|
235 |
+
* Fixed embeds not being rendered in editors on some WP instances;
|
236 |
+
* Tweaks on the plugin settings page;
|
237 |
+
* Code enhancements.
|
238 |
+
|
239 |
+
= 1.5.0 =
|
240 |
+
Release Date: 2017-02-15
|
241 |
+
|
242 |
+
* Added support to embed Giphy URLs;
|
243 |
+
* Added support to embed Twitch streams & chat URLs;
|
244 |
+
* Fixed odd behavior with non-shortcoded embeddable URLs;
|
245 |
+
* Fixed bugs when having multiple editors in a single page;
|
246 |
+
* Updated copyright info;
|
247 |
+
* Updated Settings page layout;
|
248 |
+
* Code enhancements.
|
249 |
+
|
250 |
+
= 1.4.4 =
|
251 |
+
Release Date: 2017-01-24
|
252 |
+
|
253 |
+
* Pasted text containing urls no longer should lose its formatting;
|
254 |
+
* Minor other enhancements.
|
255 |
+
|
256 |
+
= 1.4.3 =
|
257 |
+
Release Date: 2017-01-13
|
258 |
+
|
259 |
+
* Text fixes and enhancements;
|
260 |
+
* Updated plugins url;
|
261 |
+
* Updated list of supported providers.
|
262 |
+
|
263 |
+
= 1.4.2 =
|
264 |
+
Release Date: 2017-01-09
|
265 |
+
|
266 |
+
* Fixed the plugin activation in older PHP environments (>= 5.3.0);
|
267 |
+
* Option description enhancements.
|
268 |
+
|
269 |
+
= 1.4.1 =
|
270 |
+
Release Date: 2017-01-06
|
271 |
+
|
272 |
+
* Fixed Google services embeds.
|
273 |
+
|
274 |
+
= 1.4.0 =
|
275 |
+
Release Date: 2017-01-06
|
276 |
+
|
277 |
+
* Added support to WordPress 4.7;
|
278 |
+
* Added support to Embedpress own plugins;
|
279 |
+
* Fixed bug that was preventing interaction with some embeds;
|
280 |
+
* Code enhancements.
|
281 |
+
|
282 |
+
= 1.3.1 =
|
283 |
+
Release Date: 2016-11-14
|
284 |
+
|
285 |
+
* Fixed a bug that could break the editor in some cases;
|
286 |
+
* Moved EmbedPress Settings page link to the main admin-sidebar;
|
287 |
+
* Minor CSS enhancements.
|
288 |
+
|
289 |
+
= 1.3.0 =
|
290 |
+
Release Date: 2016-11-04
|
291 |
+
|
292 |
+
* Enhanced Crowd Ranking url detection;
|
293 |
+
* Ability to force a different language into Facebook embeds via settings page;
|
294 |
+
* Minor CSS fixes and enhancements;
|
295 |
+
* Fixed stylesheet conflicting with some other plugins;
|
296 |
+
* Fixed a lot of bugs with Facebook urls;
|
297 |
+
* Fixed bug where the embed controllers were not appearing to some serivce providers;
|
298 |
+
* Fixed a lot of bugs with GettyImage urls;
|
299 |
+
* Fixed a lot of bugs with Github Gist urls;
|
300 |
+
* Fixed a lot of bugs with VideoJug urls;
|
301 |
+
* Fixed a lot of bugs with NFB urls;
|
302 |
+
* Fixed bug where the editor was treating non-embeddable urls as normal embeds;
|
303 |
+
* Fixed bug where nbsp; were added before and after the embed every time the user switch from Visual to Text mode;
|
304 |
+
* Dropped support to Edocr due to embed inconsistency;
|
305 |
+
* Dropped support to Aol On Videos.
|
306 |
+
|
307 |
+
= 1.2.0 =
|
308 |
+
Release Date: 2016-10-04
|
309 |
+
|
310 |
+
* Fixed bugs with PollDaddy embeds;
|
311 |
+
* Fixed bugs with Vine embeds;
|
312 |
+
* Fixed bugs with Twitter Collection and Moments embeds;
|
313 |
+
* Fixed bugs with SmugMug embeds;
|
314 |
+
* Fixed bugs with SlideShare embeds;
|
315 |
+
* Fixed bugs with Infogram embeds;
|
316 |
+
* Fixed bugs with MobyPicture embeds;
|
317 |
+
* Dropped support to IFTTT embeds;
|
318 |
+
* Probably fixed the double embed on paste bug;
|
319 |
+
* Prevent mouse interaction with the embed while its being loaded;
|
320 |
+
* Changed the general look of EmbedPress embeds;
|
321 |
+
* General code enhancements;
|
322 |
+
* General minor optimizations.
|
323 |
+
|
324 |
+
= 1.1.3 =
|
325 |
+
Release Date: 2016-09-20
|
326 |
+
|
327 |
+
* Updated plugin's description to a more concise text.
|
328 |
+
|
329 |
+
= 1.1.2 =
|
330 |
+
Release Date: 2016-09-19
|
331 |
+
|
332 |
+
* Updated plugin's description and the list of supported service providers.
|
333 |
+
|
334 |
+
= 1.1.1 =
|
335 |
+
Release Date: 2016-09-15
|
336 |
+
|
337 |
+
* Fixed missing bug that was breaking the plugin on some environments.
|
338 |
+
|
339 |
+
= 1.1.0 =
|
340 |
+
Release Date: 2016-09-14
|
341 |
+
|
342 |
+
* Added support to PollDaddy urls;
|
343 |
+
* Fixed uncommon bug that was breaking the plugin on some environments;
|
344 |
+
* A lot of other bug fixes and enhancements.
|
345 |
+
|
346 |
+
= 1.0.0 =
|
347 |
+
Release Date: 2016-07-27
|
348 |
+
|
349 |
+
* Initial release.
|