You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// $format isn't passed inside the filter for some reason, hence the workaround
268
-
), $endpoint );
269
-
270
-
return$endpoint;
271
-
272
-
} else {
273
-
return$url;
274
-
}
275
-
276
-
}
277
256
278
257
# Function to process content in iframely shortcode, ex: [iframely]http://anything[/iframely]
279
258
functionembed_iframely( $atts, $content = '' ) {
@@ -437,7 +416,7 @@ function iframely_settings_page() {
437
416
438
417
<li>
439
418
<p><input type="checkbox" name="publish_iframely_cards" value="1" <?phpif (get_site_option('publish_iframely_cards')) { ?> checked="checked" <?php } ?> /> Use Iframely <a href="https://iframely.com/docs/cards" target="_blanak">summary cards</a> as embeds for your site</p>
440
-
<p>Since WP 4.4 your site <a href="https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/" target="_blank">publishes embeds</a> by default so that <strong>your own</strong> and other WP sites can embed summaries of your posts.
419
+
<p>Since WP 4.4 your site <a href="https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/" target="_blank">publishes embeds</a> by default so that <strong>your own</strong> WP site can embed summaries of your posts.
441
420
<br>Use this option to override the default widgets and use nice Iframely cards instead.
442
421
<br>Customize design of your cards <a href="https://iframely.com/customize" target="_blank">here</a>.
443
422
Preview your Iframely cards <a href="https://iframely.com/embed" target="_blank">here</a>.
0 commit comments