Here is my problem with og image and og description
The default templates use code like this
<meta property="og:description" content="{$youtube_description}" />
<meta property="og:image" content="https://img.youtube.com/vi/{$youtube_id}/mqdefault.jpg" />
But when you look at the page source code these 2 pieces are not getting ANY data and are left blank in the page source code
{$youtube_description}
{$youtube_id}
When I check the datastore the information is contained in there- but when I look in the DEBUG console its not in there...how do I get it into the debug console so it will show up when I add it to a template
Sorry if my description is a little off-This is new territory for me
updated by @derrickhand300: 02/19/16 05:23:49PM