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