Topic-icon Mobile Comments with JFBConnect

Active Subscriptions:

None
9 years 10 months ago #44507 by omriron
hello
it seems easy to set " Social Widget module"
with "Mobile FB comments"

how can i do it with the rest of the articles? (VIA JFBC componenet > content plugin - comments)

??
The topic has been locked.
Support Specialist
9 years 10 months ago #44533 by alzander
Right now, there isn't an option for that setting the content plugin's comments to the mobile view. We'll be overhauling those settings in the 6.2 release later this summer.

Until then, if you want the mobile view to be the default view, you'll need to edit the /components/com_jfbconnect/libraries/provider/facebook/widget/comments.php file. Around line 28, you'll see:
$tag .= $this->getField('mobile', null, 'boolean', 'false', 'data-mobile');
Change that 'false' to 'true', like:
$tag .= $this->getField('mobile', null, 'boolean', 'true', 'data-mobile');

That should get you going, but if you run into other issues or have any questions, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 10 months ago #44541 by omriron
thank you :)

it works!
The topic has been locked.
Support Specialist
9 years 10 months ago #44542 by alzander
Glad to hear that got you going. We'll have an option for that setting in the 6.2 release. Until then, you'll need to make a similar change whenever you upgrade JFBConnect, just so you know.

As always, if you have any other questions or general feedback, just let me 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 certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.