I am using this code for playing vimeo videos but I want to remove the share/later/like/embed options from its player.
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>";
Please tell me how to remove these options from the vimeo video player?
Ive tried doing this myself. After a conversation with the Vimeo developers it seems it cannot be done.