I'm trying to get this extension working in the header, next to the login/register buttons, but it won't work
I think I need to somehow use the code that generates the unique ID each time somehow, but can't figure it out

I tried adding this also but it throws an error:
Code: Select all
<div class="box box-fbconnect">
<div class="box-heading"><?php echo $heading_title; ?></div>
<div class="box-content">
<a class="box-fbconnect-a" href="<?php echo $fbconnect_url; ?>"><?php echo $fbconnect_button; ?></a>
</div>
</div>
(the login actually works on the register/login pages)
Any help would be much appreciated, thank you!