• Hi I am building a site using the SimplePress theme from Elegant Themes and I was just wondering how to add a Facebook share button to the footer. Any help would be greatly greatly appreciated! Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • As you are using a commercial theme, you need to seek support from the theme’s vendors.
    https://www.elegantthemes.com/forum/

    Thread Starter jazeppi

    (@jazeppi)

    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.

    Thread Starter jazeppi

    (@jazeppi)

    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>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add Facebook share button to footer’ is closed to new replies.