Quote:
Originally Posted by sv1cec
OK, I solved my Connect button issue and I made a small change to this hack, so that it covers all pages of the site. Here is the code I used.
Code:
if (THIS_SCRIPT == 'showthread')
{
global $thread;
$og_array['og:description'] = $thread['meta_description'];
$og_array['og:title'] = $thread['title'];
}
else
{
$og_array['og:title'] = "Enter the title of your site here";
}
|
That may be OK for people with just the vB 4.x forum, but I would not recommend it for people with the VB 4.x Suite as Blog and CMS articles will then lose their custom titles.