php - Facebook Open Graph with Wordpress [Not Working] -


i have been trying fix wordpress website while, picture title , needed shows when shared on facebook. however, reason, nothing works. example, 1 page website:

http://www.economicswire.net/weak-peso-worries-argentina.html

when try debug using facebook debugger, first time click on debug, shows up:

https://i.stack.imgur.com/hddc8.png

but, when click on "scrape again" shows up:

https: //i.stack.imgur.com/stem0.png (please add together, can't post link, 1 allowed)

i have no idea how fix it. do, changing plugin, nothing works. have using facebook open graph, google+ , twitter card tags plugin.

if has ideas how overcome this, please help. have researched thousands of other questions regarding this, nothing helps. have read gzip compression may have it, don't know how disable facebook , have other websites enabled, working fine.

you need set stuff in html head. @ these example

<meta property="fb:app_id" content="123456789"> <meta property="og:url" content="https://example.com/page.html"> <meta property="og:type" content="website"> <meta property="og:title" content="content title"> <meta property="og:image" content="https://example.com/image.jpg"> <meta property="og:description" content="description here"> <meta property="og:site_name" content="site name"> <meta property="og:locale" content="en_us"> <meta property="article:author" content=""> 

Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -