hi everybody,
if you want to display an special image and description in users pinwall, when he clicked "like",
you have to set metatags to let facebook know, what is to display on the pinwall
the metatags must placed on the site where the like-button is . . .
the metatags are looking like that:
<meta property="og:title" content="Threat" />
<meta property="og:type" content="non_profit" />
<meta property="og:url" content="http://community.elgg.org/" />
<meta property="og:image" content="http://community.elgg.org/image1.jpg" />
<meta property="og:site_name" content="Plugin Development" />
<meta property="fb:admins" content="2525255225512" />
i am in trouble, because i don't figure out, how to place the metatags on the site in elgg 1.8
who can help me?
nice greetings from cologne/germany
manfred
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt

Brett - 0 likes
- manfred salomon@lisha

manfred salomon - 0 likes
You must log in to post replies.Right now you'll have to extend the page/elements/head view.
There are a few tickets about making the process of adding metatags easier: http://trac.elgg.org/ticket/3315 and http://trac.elgg.org/ticket/3662
oh! :-)) damm ! i did'nt look at the tickets :-/ thanks a lot brett