Topic-icon JEvents integration possible

Active Subscriptions:

None
11 years 4 months ago #50638 by giecie
Hello,

Is there a way to integrate JFBConnect Social 'Content Plugin - Like' in JEvents?
When I put the tag like e.g. {JFBCLike} this seems not to work at all.

Br.
The topic has been locked.
Support Specialist
11 years 4 months ago #50642 by mel
Replied by mel on topic JEvents integration possible
The content plugin does not currently support JEvents right now. The JFBCLike easy-tag is what we would recommend to add this functionality, so we will need to figure out why this is not working for you.

When you say " this seems not to work at all. " do you mean that the button does not show up, that nothing happens when you click it or that your like counter is not increasing? Please be more specific.

Here are a few questions to help us start to narrow down the problem:
1. Can you provide a URL where you have added the JFBCLike tag and the exact tag you have tried to add to your content?
2. Are there any Javascript errors on the page?
3. Is there a render key set in your JFBConnect > Social > Misc area. If so, you will need to set the key parameter in your tag.
4. If you disable the JFBCSystem plugin, please ensure that the {JFBCLike} tag is still present. This will help to make sure the tag is actually on the content page you're looking at.
5. If the tag is present when you disable the JFBCSystem plugin, is it still present when you re-enable the plugin or is it stripped from the HTML of the page?
6. Can you try to add the SCSocialWidget Like Button widget? Does this work as expected?

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50659 by giecie
Replied by giecie on topic JEvents integration possible
Hello,

No tags at all showed up in JEvents text.
The tags are available now, the plugin whas not published...

How can I use e.g. {JLinkedShare} {SCTwitterShare} {SCGooglePlusOne} {JFBCShare} all placed on 1 horizontal line?
Basically this line of tags put all the tags vertical and not horizontal.

Br.
The topic has been locked.
Support Specialist
11 years 4 months ago #50661 by mel
Replied by mel on topic JEvents integration possible
Great, glad you got them to show up. Try putting the following div around the easy-tags so it looks something like this:
<div style="position: relative; top:0px; left:0px; z-index: 99;" class="scsocialbuttons button_count">
{JLinkedShare} {SCTwitterShare} {SCGooglePlusOne} {JFBCShare}
</div>

We have styles in our css file that the Content plugin normally uses to align them in a row; you'll just be taking advantage of those. It should be as simple as that, but let me know if you need further help.

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50667 by giecie
Replied by giecie on topic JEvents integration possible
Melissa,

When I use your last code I get following result (see attachment).

File Attachment:


How can I have only the 4 tags horizontal?

Br.
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #50669 by giecie
Replied by giecie on topic JEvents integration possible
Melissa,

Please ignore my previous message.

Problem solved.

Br.
The topic has been locked.
Support Specialist
11 years 4 months ago #50672 by mel
Replied by mel on topic JEvents integration possible
Good to hear that you got it resolved.
The topic has been locked.