Topic-icon Different images for social login icons at different locations

Active Subscriptions:

None
Hi,

I want to have big social login icons in Jom-social front page and normal icons in "Community Toolbar for Socialize Template" module section on dev.blabber.buzz.

I had tried to use {JFBCLogin} on dev.blabber.buzz/index.php?option=com_co...&view=article&id=132 but it is allowing me to replace only one social icon at a time.

{JFBCLogin providers=twitter image=twitter-large.png}

{JFBCLogin providers=facebook image=fb-large.png}

{JFBCLogin providers=google image=g+-large.png}

Please do let me know how can I fix this issue?

Thanks
Nirmal
The topic has been locked.
Support Specialist
When you use the {JFBCLogin .. tag, you can use a comma separated list of different providers to show. The image parameter will apply to all providers listed. So the tag:
{JFBCLogin providers=facebook,twitter,google image=large.png}
Will show all 3 social login buttons using the /google/large.png, /facebook/large.png and /twitter/large.png files.

I hope that helps, but if you need more help or details, just let us know.

Thanks,
Alex
The topic has been locked.