How can I add Facebook to my product sharing options?

I’m trying to find a way to add or replace out the sharing options on the product page. I’ve been searching and just can’t seem to find the right solution. Right now my Share looks like this.

GriffinSC_0-1665675348148.png

It opens a popup and it doesn’t even list FB as a option..

My goal is to get something like this.

Or at least a minimum have a Facebook option.

Any help would be really appreciated.

I found this out there and it sorta does something. I can add a custom liquid code block to the page and put this in there, but the icons are HUGE. How do I get them reduced.

  • {%- render 'icon-facebook' -%} facebook facebook
  • {%- render 'icon-twitter' -%} twitter twitter
  • {%- render 'icon-pinterest' -%} pinterest pinterest
  • 1 Like

    Hi Griffin.

    You might need to add some custom CSS to fix the icon sizes. I’ve updated your code ( just added a class in

    1 Like

    That is perfect. I added a Custom Liquid block right above the Share block and it is perfect. Thank you for your help.

    www.pressmarks.com

    1 Like

    That is perfect. I added a Custom Liquid block right above the Share block and it is perfect. Thank you for your help.

    www.pressmarks.com

    1 Like

    Glad I was able to help:)