Linking the like button @ the footer section of my site to my real facebook page

This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Robert Hall

  • Avatar: Charles Obasi
    Charles Obasi
    Participant
    August 9, 2016 at 18:56

    Dear Support,
    How do i link the facebook like buttom at the footer section of my site to the facebook page i created for the site? Thanks.

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 10, 2016 at 15:04

    Hello,

    You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”).
    and change the following code
    <a href="http://www.facebook.com/sharer.php?u='.$permalink.'" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
    with your link
    <a href="here is your link" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">

    Also we recommended to make all changes in the Child Theme.
    https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
    https://codex.wordpress.org/Child_Themes
    Regards,
    Robert Hall

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.