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
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → 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
Anyone?
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'; ?> .
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.
ever figure this out?? Need help doing this as well.
It's quite easy. Do it like support team suggested. Works pretty well for me at profesjonalne-pozycjonowanie.pl.
CutePHP Forums → Problem Solving / Help & Support → Open Graph protocol?
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.