html - Is there a way to tell Facebook to show nothing when link shared? -


there meta tag tell facebook image show , text display when link shared. have page want keep element of surprise until opening link. have tried leaving meta tag content blank, i.e.

<meta property="og:title" content="" /> <meta property="og:image" content="" /> <meta property="og:description" content="" /> 

however, facebook automatically content site. there way tell facebook want show nothing when link shared?


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -