Quote:
Originally Posted by kall
postbit_legacy? *sigh* That other mod has totally corrupted everyone. It's not supposed to be for the post.. unless it's showpost.php, it's supposed to be for the page. (If you wanted it on every post, it can't.. because it would show the same 'page' for every post and the click would give the Like to that page, not the individual post.)
Having said that..
Under this line in the Navbar and Metatag plugins:
PHP Code:
vB_Template::preRegister('blog_entry',array('facebook_liked_url' => $facebook_liked_url));
Try adding:
PHP Code:
vB_Template::preRegister('blog_show_entry',array('facebook_liked_url' => $facebook_liked_url));
(adding whatever template you want it to show in.)
|
Awesome and sorry about the postbit_legacy it worked so didnt think anything was wrong

Thanks for the code above, Now i just want to see if i got this right

Lets say am doing this one "8WR_media_details"
PHP Code:
vB_Template::preRegister('8WR_media_details',array('facebook_liked_url' => $facebook_liked_url));
Just add that same as you just said?
Thanks again Kall <3