Where in admin panel to turn on SSL?
Using Jamroom
Ok, thank you, but I did see a use "SSL" option in the admin panel, where is that?
{if $facebook_image_src != ''}
<link rel="image_src" href="{$facebook_image_src}" />
<meta property="og:title" content="{$meta_title}" />
<meta property="og:url" content="{$video_data.video_href}" />
<meta property="og:description" content="{$meta_description}" />
<meta property="og:image" content="{$facebook_image_src}" />
{if $video_data.source_id == 1}
<link rel="video_src" href="{$smarty.const._URL2}/videos.php?vid={$video_data.uniq_id}"/>
<meta property="og:video:url" content="{$smarty.const._URL2}/videos.php?vid={$video_data.uniq_id}" />
{/if}
{/if}