I was going to design my own site but all it focuses on is a forum so I installed PHP BB3 instead. I have only two concerns which is changing the Favicon and setting up OG Meta for sharing to Facebook.
I have edited the style>template>overall_header and then added the following just before </head>
The website is meant to be a gaming forum for friends and people they know and stuff, but I can't get these two things working. I have flushed the cache of the template files and made sure my template is active. I'm running Firefox if that helps.
I have edited the style>template>overall_header and then added the following just before </head>
Code:
<meta property="og:title" content="{PAGE_TITLE}"/>
<meta property="og:url" content="{BOARD_URL}{SCRIPT_NAME}.php"/>
<meta property="og:site_name" content="{SITENAME}"/>
<meta property="og:description" content="{SITE_DESCRIPTION}"/>
<meta property="og:image" content="FACEBOOK.PNG"/>
<link REL="SHORTCUT ICON" HREF="http://deepground.info/favicon.ico">
The website is meant to be a gaming forum for friends and people they know and stuff, but I can't get these two things working. I have flushed the cache of the template files and made sure my template is active. I'm running Firefox if that helps.