Hi Wayne,
It seems like when the embed button is click, the following error will appear:
Fatal error: Call to undefined function mb_detect_encoding() in /administrator/components/com_easysocial/includes/crawler/helpers/simplehtml.php
The reason why you have this error is because your server does not have mbstring installed hence easysocial are not able to process the video link any further. Refer the url here for more info on the error,
http://stackoverflow.com/questions/17204437/fatal-error-call-to-undefined-function-mb-detect-encoding . Kindly consult with your webhosting service provider and ask them to enable the mbstring on your php server.