og:description tag missing

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Wed Jul 22, 2015 9:49 am
Hi!

I'm adding twitter cards functionality to the template using the support you create for facebook opengraph at article level found in html/com_content/article/default.php

Basically, I'm creating new metatags with the same variables used for og:tags. All works properly except for description tag. Checking the page code I found that no og:description metatag is shown, althought there is a line for it in the code:

Code: Select all
$doc->setMetaData( 'og:description', $og_desc );


You can see this in the following link, with an almost virgin template installation:

http://www.sercava.com/latipo/index.php ... t-features

What can I do to show og:description metatag that will help me with twitter:description metatag?

Thanks in advance
User avatar
Senior Boarder

GK User
Wed Jul 22, 2015 11:41 am
Hi,
sorry but we do not support customization by members. So you have to figure out alone, or use default Joomla tags from official documentation.

p.s.
Maybe use ready plugin for it, if you're in hurry.
User avatar
Platinum Boarder

GK User
Wed Jul 22, 2015 12:40 pm
Well, forget about twitter cards and lets start again:

I think the template doesn't display the og:description metatag for facebook and it's supposed to set it. ;-)
User avatar
Senior Boarder

GK User
Sun Jul 26, 2015 3:45 pm
I discovered it also, not only in that template.
I asked developer for a clue... maybe in next template update.

p.s.
What is weird code: $og_desc = $this->escape($article_attribs['og:description']); - was there, hmm...
User avatar
Platinum Boarder

GK User
Tue Jul 28, 2015 11:14 pm
ok, I have full info what to do:

If you will be inside article edit find tab called "Open Graph Params (GavickPro)" - and there add your description - if you do not have such a tab, download rest_files package - where inside you will find a plugin GK Open Graph / Article Parameters - install and enable
User avatar
Platinum Boarder


cron