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";
}