I would like to add social media icons on each product to make it easier to share for customers. I have it in the footer on the website but not by the product details.
My website is www.laurlylou.com
Goal: add social media share icons to each product page in the Dawn theme (icons currently only in footer).
What was tried:
Issues encountered:
Next steps offered:
Status:
I would like to add social media icons on each product to make it easier to share for customers. I have it in the footer on the website but not by the product details.
My website is www.laurlylou.com
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
you can add the code to the main-product.liquid file with the following instructions
Code:
{%- if settings.social_twitter_link != blank -%}
{%- render ‘icon-twitter’ -%}
{{ ‘general.social.links.twitter’ | t }}
{%- endif -%}
{%- if settings.social_facebook_link != blank -%}
{%- render ‘icon-facebook’ -%}
{{ ‘general.social.links.facebook’ | t }}
{%- endif -%}
{%- if settings.social_pinterest_link != blank -%}
{%- render ‘icon-pinterest’ -%}
{{ ‘general.social.links.pinterest’ | t }}
{%- endif -%}
{%- if settings.social_instagram_link != blank -%}
{%- render ‘icon-instagram’ -%}
{{ ‘general.social.links.instagram’ | t }}
{%- endif -%}
{%- if settings.social_tiktok_link != blank -%}
{%- render ‘icon-tiktok’ -%}
{{ ‘general.social.links.tiktok’ | t }}
{%- endif -%}
{%- if settings.social_tumblr_link != blank -%}
{%- render ‘icon-tumblr’ -%}
{{ ‘general.social.links.tumblr’ | t }}
{%- endif -%}
{%- if settings.social_snapchat_link != blank -%}
{%- render ‘icon-snapchat’ -%}
{{ ‘general.social.links.snapchat’ | t }}
{%- endif -%}
{%- if settings.social_youtube_link != blank -%}
{%- render ‘icon-youtube’ -%}
{{ ‘general.social.links.youtube’ | t }}
{%- endif -%}
{%- if settings.social_vimeo_link != blank -%}
{%- render ‘icon-vimeo’ -%}
{{ ‘general.social.links.vimeo’ | t }}
{%- endif -%}
Result:
Best Regards;
PageFly
Thankyou. It’s got lines on it though like this…
can you re-add on 1 theme duplicate so I can check and give you the CSS codes to fix
Sorry I’m trying to look at how I do that
if you want a quick fix I think you can download PageFly then give me permission and I will fix it for you
Sorry I’m not sure what I’m doing. Ive duplicated the theme now. I cant find a page fly app to download
you can install PageFly by link https://apps.shopify.com/pagefly
Hi @Laurlylou ,
Please restore your main-product.liquid if you are unable the find the change and paste the code provided by @PageFly-Victor that is provided below.
{%- if settings.social_twitter_link != blank -%}
- {%- render 'icon-twitter' -%}
{{ 'general.social.links.twitter' | t }}
{%- endif -%}
{%- if settings.social_facebook_link != blank -%}
- {%- render 'icon-facebook' -%}
{{ 'general.social.links.facebook' | t }}
{%- endif -%}
{%- if settings.social_pinterest_link != blank -%}
- {%- render 'icon-pinterest' -%}
{{ 'general.social.links.pinterest' | t }}
{%- endif -%}
{%- if settings.social_instagram_link != blank -%}
- {%- render 'icon-instagram' -%}
{{ 'general.social.links.instagram' | t }}
{%- endif -%}
{%- if settings.social_tiktok_link != blank -%}
- {%- render 'icon-tiktok' -%}
{{ 'general.social.links.tiktok' | t }}
{%- endif -%}
{%- if settings.social_tumblr_link != blank -%}
- {%- render 'icon-tumblr' -%}
{{ 'general.social.links.tumblr' | t }}
{%- endif -%}
{%- if settings.social_snapchat_link != blank -%}
- {%- render 'icon-snapchat' -%}
{{ 'general.social.links.snapchat' | t }}
{%- endif -%}
{%- if settings.social_youtube_link != blank -%}
- {%- render 'icon-youtube' -%}
{{ 'general.social.links.youtube' | t }}
{%- endif -%}
{%- if settings.social_vimeo_link != blank -%}
- {%- render 'icon-vimeo' -%}
{{ 'general.social.links.vimeo' | t }}
{%- endif -%}
at line number 462.
That doesn’t show anything
Have installed
Hi I’ve installed the pagefly app
you can message PageFly support and ask to see Hope they will take note of the information and I will check it for you. My name is Hope