Topic-icon I can't show facebook like button and comments box on jomsocial events

Active Subscriptions:

None
Hi!

I'm using JFBConnect on JomSocial with Socialize template.
I set JFBConnect's Social Configuration but can't show those on events articles on my site.
Could you tell me where I can fine the tutorial for that.

Thanks.
The topic has been locked.
Support Specialist
Content plugins fire certain events that JFBConnect is looking for in order to add the buttons to the pages. These events are only triggered by Joomla content and K2 content. No other extensions use them, including JomSocial.

Instead of our content plugin, I'd recommend that you look into our JFBCSocialShare module to display on your event pages instead. Otherwise, you can modify the JomSocial template files to manually insert our Easy-Tags like {JFBCLike} {JFBCComments} wherever you want those to display.

www.sourcecoast.com/jfbconnect/docs/social-sharing/

I hope this helps get you further along.

Thanks
-Melissa
The topic has been locked.
Active Subscriptions:

None
Thanks for your support.
I'd like to show it on the right bottom of the site, like this site,
but even thoughnon I tried most of the position of JFBC Social Share module, I couldn't set it like here.
Could you tell me which position is suitable for this?
The topic has been locked.
Support Specialist
Sure, the settings we use for the JFBCSocialShare module are the following:
Layout: Button Count
Orientation: Horizontal
Position: Float
Margin: 5px
Padding: 5px 0px 0px 5px
Background: #FFF
Float from Top: 3000
Float from Left: 3000

Note, we also set the width in Facebook Options to 85. Without doing this you may have lots of whitespace.
The topic has been locked.
Active Subscriptions:

None
Thanks so much for your help.

It seems almost what I wanted, but a few more things.
Now the circle is perfect square, not like it used to be.
I want the corner is a little bit round.
Is it possible?
And also it doesn't have border line. I want it separate from background.
The topic has been locked.
Active Subscriptions:

None
Sorry, the corner is sure rounded.
The topic has been locked.
Support Specialist
For a border, you should just be able to add the following CSS to your page
.jfbcsocialshare{
border: 1px solid;
}
The topic has been locked.