php - Disable Download video from facebook video player -


i have posted video using meta tags , plays, want remove download option right click context menu of player. possible?

i have used flash player , following code have used share videos on facebook -

<meta property="og:title" content="title" > <meta property="fb:app_id" content="app id" /> <meta property="og:url" content="url"/> <meta property="og:link" content="detail link"/> <meta property="og:image" content="image url"/>    <meta property="og:description" content="description" /> <meta property="og:type" content="video"/> <meta property="og:video:url" content="video url"/> <meta property="og:video:secure_url" content="video secure url"/> <meta property="og:video:width" content="640"/> <meta property="og:video:height" content="480"/> <meta name="video_type" content="video/mp4" /> <meta property="og:video:tag" content="video tag"/> 

thanks in advance.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -