Thought of writing this so you can do little tweaks in headerinclude to make your forum links better for social media.
1. Making changes to theme-color
Wallbb GoDark uses this color scheme by default #2371a2 you can change color code to any color you desire.if have default layout then stick to default color scheme
2. Adding your board name
3. Adding meta description
4. Adding OG images
5. Changing title of forums
five simple tweaks to make your forums look better and on social media
1. Making changes to theme-color
Code:
<meta name="theme-color" content="#anycolorcode">
Wallbb GoDark uses this color scheme by default #2371a2 you can change color code to any color you desire.if have default layout then stick to default color scheme
2. Adding your board name
Code:
<meta property="og:site_name" content="{$mybb->settings['bbname']}" />
3. Adding meta description
Code:
<meta property="og:description" content="your desired description for you forum. Example football fans forums" />
4. Adding OG images
Code:
<meta property="og:image" content="{$mybb->settings['bburl']}/path/to/picture.jpg" />
5. Changing title of forums
Code:
<meta property="og:title" content="coders hub" />
five simple tweaks to make your forums look better and on social media