Auto embeding Vimeo/Youtube in custom fields (tinyMCE editor)

You’re probably best off using echo apply_filters( 'the_content', html_entity_decode( $monster_tiny_1 ) ); instead of echo wpautop(html_entity_decode($monster_tiny_1)); and similar, which will run the autoembed behavior.