Topic: Open Graph protocol?

Is it possible to implement Open Graph protocol for facebook? What i mean is this: http://ogp.me/
Would be nice, when you share a full story link on facebook https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: Open Graph protocol?

Anyone?

Re: Open Graph protocol?

Please give us more details where you're going to implement Open Graph on the website, what fields and data. Implementation of OpenGraph is possible using templates and cn api, but as it was said above, we need more details.

E.g. you can create the following opengraph
template:

<meta property="og:title" content="{title}" />
<meta property="og:type" content="{my_category}" />
<meta property="og:url" content="{url}" />
<meta property="og:image" content="{avatar}" />

and implement it using <?php $template = 'opengraph'; .......; include 'show_news.php'; ?> .

Best regards,
CN Support team

Re: Open Graph protocol?

Hi.

I have the same problem. When you suggest a URL with an article, Facebook doesn´t  fech the images into the article.

Basically we need to put an image with the og:image meta dinamically, but I don´t know how.

Re: Open Graph protocol?

ever figure this out?? Need help doing this as well.

6 (edited by 2016-05-18 13:03:49)

Re: Open Graph protocol?

It's quite easy. Do it like support team suggested. Works pretty well for me at profesjonalne-pozycjonowanie.pl.