Topic-icon SCSocial Widget - 3 Issues

Active Subscriptions:

None
10 years 3 months ago #57411 by bruale
Hi There, we need help to make a better configuration of SCSocial Widget and also fix 1 bug.

Issue 1 - Use the Module with similar Box Style instead of just a single button

Issue 2 - Change the Reference image of the site used in this module.

Issue 3 - We getting a bug with SCSocial Login with Easydiscuss Component, some items are overlapping.

To make it better to understand, just take a look at the attached image.

With Best regards
Bruno Alecrim

File Attachment:
The topic has been locked.
Support Specialist
10 years 3 months ago #57419 by alzander
Replied by alzander on topic SCSocial Widget - 3 Issues

Issue 1 - Use the Module with similar Box Style instead of just a single button

To configure the Like button like that, you want to use the "Standard" option. Interestingly, I just noticed that the SocialWidget configuration area doesn't have options for show-faces, but that is defaulted to enabled, so it should show like you want.

Issue 2 - Change the Reference image of the site used in this module.

These are done through Open Graph tags. To set the tags for a page, do one of the following (set in this priority as well):
* Add the {SCOpenGraph image=http://yoursite.com/link-to-image.jpg} tag somewhere on the page
* Enable an Open Graph plugin for the type of page that you are sharing. Our plugins will try to automatically find the best image for the type of component view used
* Set a Default Open Graph tag in the Open Graph -> Configuration Defaults area that will be used site-wide if no other images are found
Any of the above options will help make sure that Facebook doesn't just guess at an image to use on your site.

Issue 3 - We getting a bug with SCSocial Login with Easydiscuss Component, some items are overlapping.

That's a z-index issue with your template or the EasyDiscuss theme where those images in ED are being set as 'higher' than the Like button. If you let us know the URL you're seeing that at, we can take a look to see if it's an easy CSS fix.

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

None
10 years 3 months ago #57423 by bruale
Replied by bruale on topic SCSocial Widget - 3 Issues
HI Alex, thanks for your effective support, but I thik I still need help there:

1 - I already tried the configuration you suggested, Enabled the Like Button with the Standard option and this is the Best I can get:

File Attachment:


In fact I just want something like this...

File Attachment:


Does your extension provide a any way to enable a module like this in my site? Or something similar?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

2 - To configure the default image, can I insert this tag: {SCOpenGraph image=http://yoursite.com/link-to-image.jpg} in the Default Open Graph tag area? Is it enough?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

3 - Here is the link of the page where I got the z-index issue:

www.tutorialmaster.com.br/forum.html

In fact this happen with EasyDiscuss stuffs.


With Best Regards
Bruno Alecrim
The topic has been locked.
Active Subscriptions:

None
10 years 3 months ago #57424 by bruale
Replied by bruale on topic SCSocial Widget - 3 Issues
HI Alex, thanks for your effective support, but I thik I still need help there:

1 - I already tried the configuration you suggested, Enabled the Like Button with the Standard option and this is the Best I can get:

File Attachment:


In fact I just want something like this...

File Attachment:


Does your extension provide a any way to enable a module like this in my site? Or something similar?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

2 - To configure the default image, can I insert this tag: {SCOpenGraph image=http://yoursite.com/link-to-image.jpg} in the Default Open Graph tag area? Is it enough?

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

3 - Here is the link of the page where I got the z-index issue:

www.tutorialmaster.com.br/forum.html

In fact this happen with EasyDiscuss stuffs.


With Best Regards
Bruno Alecrim
The topic has been locked.
Support Specialist
10 years 3 months ago #57425 by alzander
Replied by alzander on topic SCSocial Widget - 3 Issues
1) Ahh.. you're not looking for a Like button at all. The image you show is of the Page Plugin, which the Social Widget does support. That only works for Facebook Pages though and not individual URLs of your site. Give a go at configuring the Page Plugin to see if that's better.

2) In the defaults area, define each tag like:
image=https://site.com/your-image.jpg
The longer tag is necessary when you're using it within an article contents, or something like that.

3) Try adding the following to your template's stylesheet:
.sourcecoast.like iframe {
z-index: 20;
}

I hope that helps!
Alex
The topic has been locked.