I want to put a video as my description. Like when you share a link on some platforms it appears a description what can be shown with the meta property "og:description". Example: discord example
I tried many ways: -With the og:video and all the other optional property meta tags for it.
<meta property="og:video" content="https://bogdaan.ro/dacia.mp4">
<meta property="og:video:url" content="https://bogdaan.ro/dacia.mp4">
<meta property="og:video:secure_url" content="https://bogdaan.ro/dacia.mp4">
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:width" content="460">
<meta property="og:video:height" content="258">
I tried to put a video on the page with display: none; but it won't work. My question is: How do I do it or what I do wrong?