I’m lost on why the “Become a Fan” link on
http://ronisfineart.com/index.shtml
is not working or even visable on
http://ronisfineart.com/sculpture.shtml
Any help would be appreciated…
(is it because of lightbox?)
Sculpture (generated) html:
<div id="banner">
<div style="float: right; margin-right: 5px; margin-top: -25px;">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("dd1e2c79be3734a980ac7567fb59bad5");</script>
<fb:fan profile_id="191613516652" stream="0" connections="0" logobar="1" width="250"></fb:fan>
</div>
<h1><a href="#" title="Ronis Fine Art (Go Home)" id="logo">
Main page (generated) html:
<div id="banner">
<div style="float: right; margin-right: 5px; margin-top: -25px;">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("dd1e2c79be3734a980ac7567fb59bad5");</script>
<fb:fan class=" FB_fan FB_ElementReady" profile_id="191613516652" stream="0" connections="0" logobar="1" width="250"><iframe style="border: medium none ; width: 250px; height: 90px;" name="fbfanIFrame_0" allowtransparency="true" src="http://www.connect.facebook.com/connect/connect.php?api_key=dd1e2c79be3734a980ac7567fb59bad5&channel_url=http%3A%2F%2Fronisfineart.com%2Findex.shtml%3Ffbc_channel%3D1&id=191613516652&name=&width=250&connections=0&stream=0&logobar=1&css=" class="FB_SERVER_IFRAME" frameborder="0" scrolling="no"></iframe></fb:fan>
</div>
So, you can’t see the facebook thing because on the Sculpture page, the iframe isn’t being generated… the script isn’t getting run.
To see if it’s the lightbox (what are all those other scripts/libraries doing?), simply remove it from the <head>. If the iframe suddenly appears, then there’s a code conflict between the two… though I’d assume the facebook one would always run as it’s sitting in the body so you’d think it runs last…
usually when scripts collide, the last one to get loaded is the one who works.