Social Sharing Buttons on same line
-
Also would like to achieve this on Version 3.2.1
I am having trouble displaying a Facebook and Twitter Share buttons on a page, they are currently like this:
(Facebook Share button)
(Twitter Share button)But I need them to be like this
(Facebook Share button) – (Twitter Share button)
How can I do this
this is the code of my share buttons
Facebook Share button:
<a name="fb_share"></a> <script src="https://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
Twitter Share Button:
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://www.christcompassion.org/b/" data-text="THIS LINK IS BENEFICIAL INDEED!" data-count="horizontal" data-via="CCMI2038">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
How should I modify it? Your help will be greatly appreciated
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Social Sharing Buttons on same line’ is closed to new replies.