Quote:
Originally Posted by dxlwebs
mine wouldnt come up because i did
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
</script>
when it should have been
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
just check to make sure you havent done the same as i did!
p.s. does any one have a idea on why mine is now working i posted a little bit back thnx
|
Oh my god I did the same thing! haha! I thought I was so smart, putting it before the </script> tag...