我正在使用此代码播放vimeo视频,但我想从其播放器中删除share / later / like / embed选项。
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视频播放器中删除这些选项?