このコードを使用して vimeo ビデオを再生していますが、プレーヤーから共有/後で/いいね/埋め込みオプションを削除したいと考えています。
embedHTML = @"<html><head><style type=\"text/css\">body {background-color:black; color:black; margin-right:auto; margin-left:auto;}</style></head><body style=\"margin:0\"><iframe src=\"http://player.vimeo.com/video/%@\" width=\"600.0strong text\" height=\"300.0\" frameborder=\"0\"></body></html>";
これらのオプションを vimeo ビデオ プレーヤーから削除する方法を教えてください。