- Code: Select all
<meta property="og:title" content="<?php echo $foundfile[1];?>" />
<meta property="og:url" content="<?php echo $short .$filedata[0];?>" />
<meta property="og:site_name" content="<?php echo $compname; ?>" />
<meta property="og:description" content="<?php echo $fcontent[6];?>" />
<meta name="description" content="<?php echo $fcontent[6];?>" />
<meta name="keywords" content="<?php echo $foundfile[1];?>, <?php echo $foundfile[1];?>" />
But I just can't seem to get the right information from the echoes. I don't get any information at all.
What can I do to get the wanted information? I'm using DFH v1.2.2.
Thanks alot.