Twitter and Facebook button help

SKIPPER641

New Arrival
Joined
Oct 25, 2012
Messages
1
Reaction score
0
FP$
256
Having problems aligning Twitter & Facebook button horizontally and not getting a Twitter count.

I need help please I am using the following code to insert Twitter & Facebook buttons on a webpage. I have not used HTML code for a very long time and consider myself a NOVICE on HTML at this time; I cannot seem to align the buttons right and horizontal. I’m using shoppingcartplus as a host sit for the website. I’ve generated the code from twitter and facebook sites.

In addition when I tweet the counter is not incremented.
:cry:

<!-- ======> (Start of Facebook button code after body tag, no body tag in code) -->
<div id="fb-root">
&nbsp;</div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<!-- ======> (End of Facebook button code after body tag, no body tag in code) -->

<!-- ======> (Start of twitter button code) -->
<p align=right>
<p> <a class="twitter-share-button" data-url="http://www.afrikongo.com" href="https://twitter.com/share">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>

<!-- ======> (End of twitter button code) -->

<!-- ======> (Start of Facebook button code button placement on site) -->

<p align=right> <div class="fb-like" data-font="arial" data-href="http://www.afrikongo.com" data-layout="button_count" data-send="true" data-show-faces="true" data-width="450">
&nbsp; </div>
</p>
<!-- ======> (End of Facebook button code button placement on site) -->
 
Back
Top Bottom