wp-shortcake / shortcake-bakery

A fine selection of shortcodes for WordPress
42 stars 16 forks source link

Add support for YouTube short urls (youtu.be/xxxxxxxxxx) #215

Closed goldenapples closed 6 years ago

goldenapples commented 6 years ago

When trying to get a URL for a YouTube video, a logical place to look is the "Share" link. The link provided if you click "Share", and then "Copy URL", is a shortlink of the form https://youtu.be/{embed_id}.

This PR adds support for that url pattern to the Youtube post element.

goldenapples commented 6 years ago

@wp-shortcake/maintainers Could I get a review/merge on this change?