Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25387, comment 17


Ignore:
Timestamp:
03/19/2015 05:17:22 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25387, comment 17

    initial v1  
    33This is the same for the Text editor: if embedding an URL, wrap it in [embed] or insert it with the media modal.
    44
    5 The shortcut that will embed an URL is more of an "advanced user feature" has some restrictions, namely the URL has to be pasted in a new paragraph or separated by new lines.
     5The shortcut that will auto-embed an URL is more of an "advanced user feature" and has some restrictions. The URL has to be pasted in a new paragraph or separated by new lines.
    66
    77From the tests above, the only user case we should support is when an URL is wrapped in <p>. The rest should really be using the shortcode, it works perfectly.