Topic-icon Its posible?

Active Subscriptions:

None
5 years 10 months ago #64086 by matgan
Its posible? was created by matgan
It is possible to manually put in a post several buttons to share but in the same line?

It appears to me if I put

SCTwitterShare} SCFacebookLike}

TWITTER
FACEBOOK

and not

TWITTER FACEBOOK
The topic has been locked.
Support Specialist
5 years 10 months ago #64090 by alzander
Replied by alzander on topic Its posible?
There are a few ways to put social buttons in a row. The JFBCSocialShare module is an easy way to setup whichever buttons you want and then you can place them in any module position or even have them 'float' at the bottom of the page like on this site.

You can use the {SC..} tags to add them. By default, they will stack on top of each other. You can add some CSS to force them to float left which will make them go in a line if you're looking for that. Just let us know a page where we can see the buttons configured and we can help provide the CSS to make them show in a line.

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

None
5 years 10 months ago #64094 by matgan
Replied by matgan on topic Its posible?
Can you give me an example of what I have inside the article? I do not understand
The topic has been locked.
Support Specialist
5 years 10 months ago #64100 by mel
Replied by mel on topic Its posible?
If you put the following HTML divs around your easy-tags, you can take advantage of the CSS styling for our content plugin that floats the buttons on the same line.
<div class="scsocialbuttons'" style="position: relative; top: 0px; left: 0px; z-index: 99;">{SCTwitterShare}{SCFacebookLike}</div>

If that doesn't work for you, please provide a specific URL so we can see the behavior/HTML in action.

-Melissa
The topic has been locked.