Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vimeo iframe for IOS how to hide "like" and "share" button from right side of UIWebView

i am using UIWebview to play vimeo video by using this code let embedHTML = "http://player.vimeo.com/video/"+(str)!+"?title=0&byline=0&portrait=0&color=008efe&amp\";controls=0&fullscreen=1&buttons.share = flase&embed.buttons.like = false;autoplay=1&loop=1 width=\"375\" height=\"370\" frameborder=\"0\">" i need to hide "share" and "like" button

like image 864
Vishnu Vardhan Avatar asked Feb 17 '16 11:02

Vishnu Vardhan


1 Answers

According to Hiding the share button on vimeo help:

You cannot hide the Share button from your public videos on vimeo.com. However, viewers of private videos (videos with a privacy setting other than "Anyone") do not see the Share button on the video page. Only video owners see the Share button on the video pages of their private videos.

Plus, PRO, and Business members can customize the embedded video player to hide the Share button.

For me the only solution was to change the setting in my vimeo PRO/Business account for the particular video. The iframe url parameters did not change anything in regards to the share buttons.

like image 50
Anima-t3d Avatar answered Oct 27 '22 00:10

Anima-t3d