Impulse Theme - How to Change Social Sharing Image for Specific Page

Impulse Theme - How to Change Social Sharing Image for Specific Page

KarissaN
Tourist
6 0 1

Hello,

 

I am trying to change my social sharing image for a specific page on my site without any luck. I am currently using the Impulse theme and have gone into the social-meta-tags.liquid file and added the following code (where the data shouldn't be getting reset after):

 

{%- if template.name == 'bookkeeping' -%}
<meta property="og:image" content="https://cdn.shopify.com/s/files/1/0345/8924/5575/files/Bookkeeping_Page_Social_Image_1200_x_630_px.j...">
<meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0345/8924/5575/files/Bookkeeping_Page_Social_Image_1200_x_630_px.j...">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
{%- endif -%}

 

However, after scraping the page on meta's debugger, nothing seems to change. Any ideas on how I can make this work? TIA!

 

Karissa

Reply 1 (1)

cybko
Shopify Partner
41 0 8

Did you ever get anywhere with this?