Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28195, comment 50


Ignore:
Timestamp:
06/09/2014 07:35:55 AM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28195, comment 50

    initial v1  
    44
    55Thinking we should test this a bit more in all browsers and commit.
     6
     7Next steps: needs a workaround for when the admin is served over https (the browsers would block iframes served over http). Also, are we going to match the URLs to the oEmbed providers similarly to how they're handles in PHP? That would mean converting the PHP style regex to JS and outputting it from PHP.
     8
     9Currently when pasting an URL that is not embeddable, we try to embed it, fail, and leave it as string. However while waiting for the ajax response, we insert the view wrapper that adds another block tag, so the URL ends up in another paragraph.