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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025