Skip to content

Commit

Permalink
docs(pasteembed): update pasteembed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Mar 3, 2024
1 parent ac30993 commit 4dd26c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/demos/plugins/pasteembed.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ <h2 class="section-title">Paste embed plugin</h2>
<div class="feature">
<h3>Basic usage</h3>
<p>
This plugin allow you to insert iframes into your editor just by pasting an url.<br/>
It uses <a href="https://noembed.com">noembed</a> API to support Twitter, Youtube, Soundcloud and more. Find all supported websites at <a href="https://noembed.com">noembed</a>.<br/>
This plugin also uses <a href="https://www.maxmade.nl/">MAXmade</a> 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.<br/>
It uses <a href="https://noembed.com">noembed.com</a> API to support Twitter, YouTube, SoundCloud and more. Find all supported websites at <a href="https://noembed.com">noembed.com</a>.
</p>

<a href="../../documentation/plugins/#plugin-pasteembed" class="button button-demo">Read paste embed plugin documentation</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ <h4>How to use it?</h4>
<h3 id="plugin-pasteembed">Paste embed</h3>

<p>
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.
</p>

<p>
Expand Down

0 comments on commit 4dd26c6

Please sign in to comment.