Topic-icon JFBC Like module

Active Subscriptions:

None
10 years 7 months ago - 10 years 7 months ago #36567 by [email protected]
Does the module support showing options like the content plugin? For example i would like it to also show google linkedin pinterest etc.

However these options don't exist to enable. Seems like if i can do it for the plugin, should i also be able to do it for the module?
Last edit: 10 years 7 months ago by [email protected].
The topic has been locked.
Support Specialist
10 years 7 months ago #36574 by alzander
Replied by alzander on topic JFBC Like module
Not right now. We need to create unified module in the future that has enable/disable switches, and that is planned for either the v5.2 or v5.3 releases later this year.

Until then, you can create a Custom HTML module and use the {JFBCLike}{SCTwitterShare}{SCGooglePlusOne}{JLinkedShare}{SCPinterest} tags in it. We'll also be standardizing our tag strings soon, as they are a little haphazard right now.

I hope that helps get you started, but if you have any questions, don't hesitate to let us know.

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

None
10 years 7 months ago #36694 by [email protected]
Replied by [email protected] on topic JFBC Like module
i figured i could do that, however it creates a layout challenge. As the items dont show inline but rater vertically.

I tried slapping them into a table, but that seems to add significant white space between each one.

Any ideas?

I basically trying to add the identical bar i have on articles/blogs to dynamic components like calendars. I would have thought there would be a "use content plugin settings" option on the like module - which would seem the most logical method.

Thanks,
Aaron
The topic has been locked.
Support Specialist
10 years 7 months ago #36737 by alzander
Replied by alzander on topic JFBC Like module
Aaron,
The best way to get them to go horizontal right now is to add the following to your CSS:
.jfbcLike, .sc_gplusone, .sc_twittershare, jlinkedShare { float: left; }
I hope that gets you going, but if not, let us know.

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

None
10 years 6 months ago #37740 by [email protected]
Replied by [email protected] on topic JFBC Like module
this works for all but the facebook one, it adds a line break after be the first of your friends...
The topic has been locked.
Support Specialist
10 years 6 months ago #37746 by alzander
Replied by alzander on topic JFBC Like module
That's not caused by the float parameter, that's the width. Update your tag to be {JFBCLike width=300} and it should all go on one line.

Let me know how that goes, and good luck.

Thanks,
Alex
The topic has been locked.