Topic-icon Inhalts Plugin - Like

Active Subscriptions:

None
10 years 8 months ago #54930 by insoft_xqvFmM
Replied by insoft_xqvFmM on topic Inhalts Plugin - Like
I found a hint for the Problem: i only the like button for FB is activated all works fine
when i aktivate the share button, then there is no like button and no share button there

File Attachment:
The topic has been locked.
Support Specialist
10 years 8 months ago #54931 by mel
Replied by mel on topic Inhalts Plugin - Like
I'm a little confused now. The original screenshot seemed to be from the content plugin. You are saying the content plugin works now, adding the JFBCLike via an easy-tag works, but the JFBCSocialShare module is not working?

Our content plugin and the JFBCSocialShare module code (as of more recent versions of JFBConnect) has fixes to show the Share button independently of the Like button. Do you know what version of the module you are using? Also, do you have any template overrides for that module?

-Melissa
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #54942 by insoft_xqvFmM
Replied by insoft_xqvFmM on topic Inhalts Plugin - Like
yes the first was von the content plugin ... it doesnt work automatically if activated

when i add it in the Content manually it works


then i tried the module ... and there you can Change between like and share button -> like works -> share not

i downloaded the last Version from your homepage
The topic has been locked.
Support Specialist
10 years 8 months ago #54948 by alzander
Replied by alzander on topic Inhalts Plugin - Like
I see the JFBCSocialShare module on your site at the bottom with the share button disabled. Can you create another instance of the JFBCSocialShare module in the same position with the share button enabled? That way, we can see the code that's being inserted and determine why it's not working properly.

You can disable all the other social buttons in the 2nd instance so that it doesn't show. It will just be there for us to examine.

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

None
10 years 8 months ago #54950 by insoft_xqvFmM
Replied by insoft_xqvFmM on topic Inhalts Plugin - Like
second instance created. all disabled (also FB Like is disabled) only FB Share is activated
The topic has been locked.
Support Specialist
10 years 8 months ago #54953 by alzander
Replied by alzander on topic Inhalts Plugin - Like
The issue is some CSS in your template that is hiding the Share button. In the /templates/it_smartshop/less/template.css file, around line 8330, is:
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
If you remove that block, the Share button will display. However, it looks like there's more styles related to Facebook widgets in that file as well that may need to be altered as well to get things perfect. If you run into further display issues, I'd contact the developer of that CSS file to understand what code they're adding for Facebook widgets and why.

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

None
10 years 8 months ago #54958 by insoft_xqvFmM
Replied by insoft_xqvFmM on topic Inhalts Plugin - Like
thank you it works now :-)
The topic has been locked.
Support Specialist
10 years 8 months ago #54959 by mel
Replied by mel on topic Inhalts Plugin - Like
Great, glad that Alex helped you resolve the issue. I hope that it fixed the problem for the content plugin as well. If you have any more issues going forward, please let us know.

-Melissa
The topic has been locked.