I am using UIWebview to play a vimeo video with this code:
let embedHTML = "<html><body><meta name = \"viewport\"content = \"initial-scale = 1.0, user-scalable = no\"/><iframe src=\"http://player.vimeo.com/video/"+(str)!+"?title=0&byline=0&portrait=0&color=008efe&\";controls=0&fullscreen=1&buttons.share = flase&embed.buttons.like = false;autoplay=1&loop=1 width=\"375\" height=\"370\" frameborder=\"0\"></iframe><body style=\"background:#000;margin-top:0px;margin-left:0px\"></object></div></body></html>"
I need to hide the "share" and "like" buttons.