Skip to content

Commit

Permalink
Merge pull request #17271 from ckeditor/ck/fix-media-embed-cors
Browse files Browse the repository at this point in the history
Remove twitter from media embed docs
  • Loading branch information
Mati365 authored Oct 16, 2024
2 parents 6c2f1bf + ac30966 commit 580e93e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<div class="ck ck-content" id="snippet-media-embed-preview">
<h3>Follow us on Twitter for the latest news:</h3>
<figure class="media">
<oembed url="https://twitter.com/ckeditor/status/1441013225554948096"></oembed>
</figure>
<h3>And check our latest posts on Facebook:</h3>
<figure class="media">
<oembed
Expand All @@ -21,4 +17,4 @@ <h3>And check our latest posts on Facebook:</h3>
input.example-input {
min-width: 500px;
}
</style>
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ <h3>Vimeo</h3>
<oembed url="https://vimeo.com/1084537"></oembed>
</figure>

<h3>Twitter</h3>

<figure>
<oembed url="https://twitter.com/ckeditor/status/1430561610494627841"></oembed>
</figure>

<h3>Google Maps</h3>

<figure class="media">
Expand Down

0 comments on commit 580e93e

Please sign in to comment.