Replace Quotes With Facebook Like/Send

Ok, I replaced my quotes mod with the Facebook like send. Got it working pretty good. Here's what I did in the templates/base/_sub_header.html

<bx_include_auto:_header.html />

    <bx_injection:banner_left />
    <bx_injection:banner_right />
    __extra_top_menu__
    <div class="sys_main_logo">
<div class="sys_ml" style="width:__main_div_width__;">
<table border="0" width="100%">
<tr>
<td>
<div class="sys_ml_wrapper">
<bx_injection:injection_logo_before />
__main_logo__
<bx_injection:injection_logo_after />
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=XXXXXXXXXXXXXXXX";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</td>
<td>
<div class="fb-like" data-href="https://www.facebook.com/pages/TowNationcom/100746386634009?ref=ts&amp;fref=ts" data-send="true" data-width="450" data-show-faces="true" data-font="verdana"></div></tr>
</table>
</div>
</div>

 

How can I change this so the popup box created when you click the 'send' button doesn't end up under the menu?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 14 Oct 2012

Also, while we're at it, anyone have any idea how to solve the extra icon on the second line problem? It even shows up like this on the developers pages... I just want one line of member icons.

frikkinfb

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 14 Oct 2012

Anybody got any ideas on this?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 16 Oct 2012

If you can change the width from 450px to 475px  it should fix the one word on the second line.... 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 16 Oct 2012

I tried all different widths. I just tried 475 as you suggested as well, still does it. It's got me confounded.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 20 Oct 2012

I really do not think you can control it. I cannot find any options to tell facebook how many images to use. I also believe it will vary per person. The number you see, may not be the number someone else with a different set of friends will see.

https://www.deanbassett.com
Quote · 20 Oct 2012

Try using this along with code...

 data-max-rows="1"

max_rows - the maximum number of rows of faces to display. The XFBML version will dynamically size its height; if you specify a maximum of four rows of faces, but there are only enough friends to fill two rows, the XFBML version of the plugin will set its height for two rows of faces. Default: 1.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 20 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.