Hi,
When I insert a youtube film into my posts, I use this code;
<iframe src="//www.youtube.com/embed/videoid?rel=0&modestbranding=1&autohide=1&showinfo=0&controls=1" width="640" height="347" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
This part: rel=0&modestbranding=1&autohide=1&showinfo=0&controls=1 is not in the normal YouTube embed. Therefore I was wondering if it is possible to make a shortcode with all this included, so I just have to add the video id?
Thanks