3

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?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Varsha
  • 560
  • 5
  • 18

1 Answers1

2

Ive tried doing this myself. After a conversation with the Vimeo developers it seems it cannot be done.

https://vimeo.com/forums/feature_requests/topic:75400

Jimmery
  • 9,783
  • 25
  • 83
  • 157