All things Shopify and commerce
Hello, how to add social media icons that would redirect them to my Instagram and Facebook pages on Thank you page when they place an order?
hi @sangok420,
YOu can add it by just adding script code to your checkout script section. Please refer to the below steps to add the script.
Shopify Admin -> Click on settings -> click on Checkout
After that scroll down up to the "Additional Script" section and add the below line of code. Add the icon URL using img tag instead of text.
<script>
Shopify.Checkout.OrderStatus.addContentBox(
'<h2>Social Icons</h2>',
'<a href="https://facebook.com/" target="_blank" >Facebook</a>',
'<a href="https://instagram.com/" target="_blank" >Instagram</a>',
)
</script>
For more please refer to the below screenshots:
It'll look like this on the order page:
Thank you! Maybe it's possible to change words "Facebook" and "Instagram" with icons?
can you help me this look better
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025