Page 1 of 1
Open graph plugin - article text is missing
Posted: 16 Dec 2015, 15:55
by masama1
I tried this plugin but i can't see article text at all when sharing? Image is ok, but if multiple images i can't change them thoug. Title is ok, but after that comes text from meta data and i would like to see article text or some of it.
Installation was very easy and now i'm wondering if i have missed something here?
Site:
www.woikoskifeeling.fi and most of articles comes from
http://woikoskifeeling.fi/woikoski-feel ... nkohtaista
I have tried multiple different Open Graph plugins. Joomla should correct this somehow, this can't this hard
Any ideas where problem is? Why i can't see article text while pasting link to Facebook?
Re: Open graph plugin - article text is missing
Posted: 16 Dec 2015, 17:49
by masama1
Source code seems to be ok?
Code: Select all
<meta name="og:title" content="Woikoski Feeling mukana matkamessuilla!" />
<meta name="og:type" content="article" />
<meta name="og:image" content="http://woikoskifeeling.fi/images/ajankohtaista/Matka16_655x102_OlemmeMukana.jpg" />
<meta name="og:url" content="http://woikoskifeeling.fi/woikoski-feeling/ajankohtaista/83-woikoski-feeling-mukana-matkamessuilla" />
<meta name="og:site_name" content="Woikoski Feeling - tunne elämys" />
<meta name="og:description" content="Tule tapamaan meitä Matka2016 messuille 21-24.1.2016 Helsingin messukeskukseen. Löydät meidät osastolta 6k141." />
<meta name="fb:app_id" content="1534055456911609" />
Still i don't get "description" to Facebook post? What's wrong?
Re: Open graph plugin - article text is missing
Posted: 16 Dec 2015, 18:23
by masama1
Re: Open graph plugin - article text is missing
Posted: 16 Dec 2015, 20:58
by masama1
This i haven't done. Can anyone help me?
"To display Open Graph information on the site, HTML tag attributes need to be changed. They can be changed manually in the code, XMLNS attributes will be added into HTML tag:
xmlns:og="
http://ogp.me/ns#"
xmlns:fb="
http://www.facebook.com/2008/fbml"
or Phoca Site Plugin can be used. With help of this plugin, such attributes can be added to HTML tag easily in Joomla! administration."
Re: Open graph plugin - article text is missing
Posted: 18 Dec 2015, 02:32
by Jan
Hi, I think, you need to ask Facebook developers why the post on Facebook does not accept the og:description attribute.
Before doing this, try to change the "name" to "property" in Options of Phoca Open Graph plugin (this can help as the "property" can be accepted - just test and let me know)
This means that instead of:
<meta name="og:description"
will be rendered:
<meta property="og:description"
and maybe this can be accepted by FB
Jan