Plugin Directory

Changeset 2261379

Timestamp:
03/15/2020 06:13:21 PM (4 years ago)
Author:
rsusanto
Message:

Update readme text.

Location:
embed-extended/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-extended/trunk/embed-extended.php

    r2255039 r2261379  
    22/**
    33 * Plugin Name:     Embed Extended
    4  * Description:     Embed any external sites into WordPress posts and pages. It works seamlessly with the Gutenberg editor, classic editor, the embed shortcode, as well as programmatically.
     4 * Description:     Embed any external sites into WordPress posts and pages. It works seamlessly the Gutenberg editor, classic editor, the embed shortcode, as well as programmatically.
    55 * Author:          Rudy Susanto
    66 * Author URI:      https://profiles.wordpress.org/rsusanto/
  • embed-extended/trunk/readme.txt

    r2255039 r2261379  
    11=== Embed Extended ===
    22Contributors: rsusanto
    3 Tags: embed, oembed, open graph, gist, twitch, ogp, opengraph, github, twitch.tv
     3Tags: embed,
    44Requires at least: 4.6
    55Tested up to: 5.4
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Embed any external sites into WordPress posts and pages. It works seamlessly with the Gutenberg editor, classic editor, the embed shortcode, as well as programmatically.
     11Embed any external sites into WordPress posts and pages. It works seamlessly the Gutenberg editor, classic editor, the embed shortcode, as well as programmatically.
    1212
    1313== Description ==
    1414
    15 Embed Extended allows you to embed external sites that are not [supported by the built-in WordPress embed feature](https://wordpress.org/support/article/embeds/#okay-so-what-sites-can-i-embed-from). For external sites that have an oEmbed feature or provide an embed API (e.g., Twitch, GitHub Gist), this plugin will use it. Otherwise, this plugin will parse the data provided in the content of the external site being embedded.
     15d.
    1616
    17 Embed any external sites in a way it is usually done, by pasting the URL into the editor (Gutenberg and classic editor), using the `[embed]` shortcode, or programmatically using built-in functions like `wp_oembed_get`.
     17= Usage =
     18
     19Just **copy-paste the URL into the WordPress editor** as it is usually done to trigger the embed fetching function. You can use the Gutenberg editor, classic editor, the embed shortcode, also programmatically.
    1820
    1921= Features =
    2022
    21 Some features of this plugin include:
    22 
    2323* **No setup needed.** Activate and it should work right away.
    24 * **Non-intrusive.** This plugin runs at the end of the WordPress embed fetching stack, which means that this plugin does not interfere with sites already supported by the built-in WordPress embed feature or other plugins (e.g., Jetpack).
    25 * **Responsive.** The embed card will automatically adjust to available space.
     24* **Non-intrusive.** This plugin sites already supported by the built-in WordPress embed feature or other plugins (e.g., Jetpack).
     25* **Responsive.** available space.
    2626* **Extendable template.** The default embed card template can be extended to get a different look.
    27 
    28 = Limitation =
    29 
    30 Currently, this plugin only works with HTML content. It means that it will not work with a link that pointed to—for example—a PDF or MP3 file.
    3127
    3228== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.