Caution
This is an advanced tutorial and is not supported by Shopify. Knowledge of HTML, CSS, JavaScript, and Liquid is required. Consider hiring a Shopify Expert if you aren’t comfortable doing the steps in the tutorial.
Twitter allows you to show a feed of your recent tweets on your website using an embeddable element. You can embed an element in your online store to show your recent tweets to your visitors, and encourage them to follow you on Twitter.
To embed a Twitter feed in your online store:
- Go to publish.twitter.com.
- Create a new embeddable element, following Twitter’s instructions.
- Copy the embed code to your clipboard using
command + c
on a Mac,ctrl + c
on a PC. - From your Shopify admin, go to Online Store > Themes.
- Find the theme you want to edit, and then click Actions > Edit code.
- Click
theme.liquid
in the sidebar to open it in the editor. - Find where you want to display the element.
- Paste your clipboard contents using
cmd + v
on a Mac orctrl + v
on a PC. - Save your changes.