Topic-icon Updated to latest version of JFBConnect and Fb Comment Plugin error

Active Subscriptions:

None
Hi,
i've just updated JFBConnect ot the latest version and Facebook comment plugin does not work correctly anymore... looks like width settings from back end does not work.
I choose 620px but the comment box goes out from the blog section. How can i fix it?


File Attachment:
The topic has been locked.
Support Specialist
The new comment box from Facebook will generally try to resize itself to the container it's in and that's how JFBConnect is setup to work when it can, which is best for responsive sites to work well on desktop and mobile sites.

On your site, there's a style that's forcing it to not grow to the container properly. In the following file:
/templates/hokuto/css/layout.css
media="screen, projection"
.fb_iframe_widget, .fb_iframe_widget span {
    position: static !important;
}
If you remove that style, it looks like it will properly resize the comment box without needing to worry about the proper width.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Thank you, it's working now.
I have another problem, I'm trying to integrate JFBConnect login into easysocial as described here: www.sourcecoast.com/jfbconnect/docs/thir...ation-for-easysocial

I add this code at the bottom of the file (/components/com_easysocial/themes/wireframe/login/default.php):
<div class="row-fluid">
<div class="span12" style="margin: 10px 0 0 0">
{JFBCLogin text=Or, Login with}
</div>
</div>

But nothing happens...
What I'm doing wrong?
www.hokutodestiny.com/community/dashboard.html
The topic has been locked.
Active Subscriptions:

None
It's working now. I simply added that code at the end of the file /components/com_easysocial/themes/wireframe/dashboard/default.guests.login.php
The topic has been locked.
Support Specialist
I'm glad to hear you got that going. Also, please note that EasySocial now has built-in integration for JFBConnect. If you enable the "Integrate with JFBConnect" setting in the EasySocial -> Facebook area, our social buttons will automatically be added to their login areas. The document above is still valid and allows for more customization of where and how the buttons display, but it's no longer necessary to modify their template files to do the basic integration you're looking for.

Either way, I'm glad you got things going. If you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Thanks,
Alex
The topic has been locked.