From 4dd26c63a8e809fabfb835e88f767e77628ae744 Mon Sep 17 00:00:00 2001 From: Alex-D Date: Sun, 3 Mar 2024 17:29:08 +0100 Subject: [PATCH] docs(pasteembed): update pasteembed doc --- docs/demos/plugins/pasteembed.html | 5 ++--- docs/documentation/plugins/index.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/demos/plugins/pasteembed.html b/docs/demos/plugins/pasteembed.html index 0a5d40305..aad120627 100644 --- a/docs/demos/plugins/pasteembed.html +++ b/docs/demos/plugins/pasteembed.html @@ -14,9 +14,8 @@

Paste embed plugin

Basic usage

- This plugin allow you to insert iframes into your editor just by pasting an url.
- It uses noembed API to support Twitter, Youtube, Soundcloud and more. Find all supported websites at noembed.
- This plugin also uses MAXmade API in order to extend the list of supported websites. Need a website supported? Message them, they're nice. + This plugin allow you to insert iframes into your editor just by pasting an URL.
+ It uses noembed.com API to support Twitter, YouTube, SoundCloud and more. Find all supported websites at noembed.com.

Read paste embed plugin documentation diff --git a/docs/documentation/plugins/index.html b/docs/documentation/plugins/index.html index 79216dbb4..e1ba3a1bd 100644 --- a/docs/documentation/plugins/index.html +++ b/docs/documentation/plugins/index.html @@ -948,7 +948,7 @@

How to use it?

Paste embed

- Paste embed plugin handles paste events. It looks for paste event, checks if it's a url and uses noembed and MAXmade APIs to retrieve an iframe from that url. If it can't retrieve an iframe, it will put an anchor tag around the url. It doesn't do anything on text or HTML paste. + Paste embed plugin handles paste events. It looks for paste event, checks if it's a URL and uses noembed.com API to retrieve an iframe from that URL. If it can't retrieve an iframe, it will put an anchor tag around the URL. It doesn't do anything on text or HTML paste.