This code is being generated in your header, which is causing the phantom footer. If you haven’t edited your header.php this code must be generated by a plugin. Disable all plugins and see if it goes away. I’m not sure which plugin you have installed but it is possible for the footer to show up even if the Google Friends Connect Widget is not active, it all depends on the plugin.
<!-- Render the gadget into a div. -->
<script type="text/javascript">
var skin = {};
skin['BORDER_COLOR'] = '#cccccc';
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0000cc';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['POSITION'] = 'bottom';
skin['DEFAULT_COMMENT_TEXT'] = '';
skin['HEADER_TEXT'] = '';
google.friendconnect.container.setParentUrl('/blog/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderSocialBar(
{ id: 'div-1234681839482',
site: 'Yumarama',
'view-params':{"scope":"PAGE","allowAnonymousPost":"false","features":"comment","showWall":"false","docId":""}
},
skin);
</script>
Thanks Nick, that did the trick! Seems I had previously set up a GFC plugin that never worked well, I removed it and the ghost footer went away.
Again, thank you for the help.