Derek Zeanah
Member
Facebook integration is complete, and the test works, though this seems unrelated.
Facebook integration is enabled in the control panel, and it appears like this when I view the page source:
So it's trying to show. But none of my browsers on either of 2 machines (here and at my datacenter in another geographic location) see the box show up. I asked my users and they are seeing the same behavior - twitter and g+ buttons are there, but not the facebook recommend.
Disabling the feature eliminated the gap between the G+ and tweet buttons.
I'm at a loss as to what the problem might be. Has anyone seen this before?
Facebook integration is enabled in the control panel, and it appears like this when I view the page source:
Code:
<div class="section infoBlock sharePage">
<div class="secondaryContent">
<h3>Share This Page</h3>
<div class="tweet shareControl">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"
data-lang="en-US"
data-url="http://www.thehighroad.org/index.php"
>Tweet</a>
</div>
<div class="facebookLike shareControl">
<div class="fb-like" data-href="http://www.thehighroad.org/index.php" data-layout="button_count" data-action="recommend" data-font="trebuchet ms" data-colorscheme="0"></div>
</div>
<div class="plusone shareControl">
<div class="g-plusone" data-size="medium" data-count="true" data-href="http://www.thehighroad.org/index.php"></div>
</div>
</div>
</div>
Disabling the feature eliminated the gap between the G+ and tweet buttons.
I'm at a loss as to what the problem might be. Has anyone seen this before?