Does not work sharing facebook -


yesterday still worked.

for example

    <meta property="fb:app_id" content="1495651450680325" />     <meta property="og:description" content="">     <meta property="og:title" content="test page facebook sharing"/>     <meta property="og:type" content="website" />     <meta property="og:url" content="http://archspeech.com/ttt.php" />     <meta property="og:image" id="share_meta" content="http://archspeech.com/image/article/b_673e3dfec90c94aac432e2ed2a9f979d.jpg"/>     <link rel="image_src" id="share_link" href="http://archspeech.com/image/article/b_673e3dfec90c94aac432e2ed2a9f979d.jpg" /> 

in facebook debug

when sharing

thanks!

you should put og tags before javascript, facebook scraper takes part of website check og tags. issue, because there lot of js (and css) files. may want minification too.

click on "see our scraper sees url" in debugger , see sees.

also, use doctype: <!doctype html> - , make sure don´t have blank line before doctype. , make sure close tags correctly, og:description tag missing slash @ end.

if debugger still sees old code, may caching issue. can file bug here: https://developers.facebook.com/bugs/


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -