To embed Vimeo Videos, this blog uses a custom Plug-in, that offers a shortcode for embedding:
[tp_vimeo id='video1' video='286411828' width=16 height=10]
The plug-in also allows to browse the video/ jump to time-positions of the video by links
<a class="vimeomarker" href="#video1">video1:01:23 Modellingstrategie</a>
// class="videomarker" will allow the plug-in to find this element
// video1 the ID of the iframe
// 01:23 1min 23sec
Some helpful online tools to edit the post / html / …
convert everything to html entities
convert only special characters
To responsively embed the videos, the plug-in uses some css-snippets presented here.