Skip to content

Commit 0f4e6ee

Browse files
committed
1 parent a90d395 commit 0f4e6ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

iframely/iframely.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function iframely_bust_gutenberg_cache( $args) {
182182

183183
function maybe_add_gutenberg_1( $provider, $args, $url ) {
184184

185-
if (strpos($provider, '//iframe.ly') !== false) {
185+
if (strpos($provider, '//iframe.ly') !== false && strpos($provider, 'iframe=card') === false) {
186186
$provider = add_query_arg( 'iframe', '1', $provider );
187187
}
188188
return $provider;

iframely/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"classnames": "^2.2.5",
1212
"lodash": "^4.17.4"
1313
},
14-
"homepage": "http://iframely.com",
14+
"homepage": "https://iframely.com",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/itteco/iframely-wordpress.git"
1818
},
1919
"bugs": {
2020
"url": "https://github.com/itteco/iframely-wordpress/issues"
2121
},
22-
"main": "src/iramely.js",
22+
"main": "src/index.js",
2323
"devDependencies": {
2424
"babel-core": "^6.25.0",
2525
"babel-loader": "^7.1.1",

iframely/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: psergeev, ivanp, garmoncheg
33
Tags: iframely, oembed, embed, embed code, responsive, video, amp, youtube, vimeo, instagram, gist, gif, giphy, google maps, facebook, mu, streamable, gfycat, vidme, Reddit, Tableau, spotify, prezi, apester, qzzr, tidal, mlb, media
44
Requires at least: 3.5.1
5-
Tested up to: 5.4.1
5+
Tested up to: 5.8.1
66
Stable tag: trunk
77
License: MIT
88

0 commit comments

Comments
 (0)