This is what I have so far. The site name and mine is on the right side of the footer. I want the Facebook share button on the left.
<br class=”clear” />
<div id=”footer”>
<?php esc_html_e(‘Designed ‘,’by cappelli’); ?> by cappelli | <?php esc_html_e(‘© 2012 ‘,’United Parking, LLC. All rights reserved.’); ?>United Parking, LLC. All rights reserved.
</div>
<?php wp_footer(); ?>
<?php get_template_part(‘includes/scripts’); ?>
</body>
</html>
But this has nothing to do with the theme to be honest. When I go into editor, footer.php I just need to know what sort of code to add. Thanks.