SKIPPER641
New Arrival
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.

<!-- ======> (Start of Facebook button code after body tag, no body tag in code) -->
<div id="fb-root">
</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">
</div>
</p>
<!-- ======> (End of Facebook button code button placement on site) -->
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.
<!-- ======> (Start of Facebook button code after body tag, no body tag in code) -->
<div id="fb-root">
</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">
</div>
</p>
<!-- ======> (End of Facebook button code button placement on site) -->







