Topic-icon facebook opengraph not working well

Active Subscriptions:

None
7 years 5 months ago #60315 by militansi
i already create app in developer facebook, create object and action in jFB. in every page the script open graph very well
but when i share on facebook still not show image, no description etc.
i already use debugger but the problem still appear.
web: klikberita.co.id
example this URL: klikberita.co.id/opini/refleksi-88-tahun...-harapan-bangsa.html

please help.
The topic has been locked.
Support Specialist
7 years 5 months ago #60317 by alzander
For sharing your page and having the right title, description and image to show up, you don't need create Objects and Actions.

The main thing you want is to have the proper og: tags set on your page, like og:description, og:image and og:title. When I look at your page, I see the proper tags, like:
<meta property="og:title" content="Refleksi 88 Tahun Sumpah Pemuda, Masih Adakah Harapan Bangsa?"/>
<meta property="og:description" content="Sejarah panjang dunia melukiskan bahwasanya dalam setiap momentum perubahan besar suatu bangsa, pemuda selalu memiliki peran aktif di dalamnya. Dalam..."/>
<meta property="og:image" content="http://klikberita.co.id/images/berita/Nov16/1-OPINI.jpg"/>
<meta property="og:type" content="article"/>
<meta property="og:site_name" content="klikberita.co.id"/>
<meta property="og:url" content="http://klikberita.co.id/opini/refleksi-88-tahun-sumpah-pemuda,-masih-adakah-harapan-bangsa.html"/>
<meta property="fb:app_id" content="153089855167298"/>
<meta property="og:locale" content="id_id"/>
Those are all set by JFBConnect and look correct.

However, when I try to run your page through the Facebook URL Debug tool , it doesn't show those tags. The response code coming back from your page is '0', which means the page couldn't be loaded at all.

I think the problem is that Facebook is timing out when trying to load your site. Using a profiling tool, it's showing that it takes 9 seconds for your site to respond when a page is requested, which is a long time. Facebook may simple not be willing to wait that long. The tool I used was:
gtmetrix.com/reports/klikberita.co.id/pqpVRMrB

I'd recommend trying to disable any system plugins you aren't using, which can slow down the site and/or look at anything else that may help improve the load time.

I hope that helps,
Alex
The topic has been locked.