Social Icons Row
Inline-SVG social link row, no icon font dependency.
Live preview
See it in action.
Fully interactive, drag, click, scroll inside the frame, toggle to mobile.
About this block
A clean horizontal row of social platform links. Inline SVG icons for Instagram, TikTok, YouTube, X, Pinterest, and Facebook, no icon font, no external requests, no FontAwesome bloat. Drop into the footer or any page section.
Install in 90 seconds
- 01
Open your Shopify admin and go to Online Store → Themes → Customize.
- 02
On any template, click "Add section" where you want the block to appear.
- 03
Choose "Custom Liquid" from the section list.
- 04
Paste the code from this page into the Custom Liquid setting and click Save.
- 05
Edit text and colors directly in the code (look for the comments marking edit points).
The code
Paste the snippet below into the Custom Liquid setting on a Custom Liquid section in your Theme Editor. Edit text, colors, and links directly in the code, every editable spot is marked with an EDIT comment.
What you can customize
Custom Liquid sections don't expose theme-editor settings, so customization happens in the code. Here's what to edit:
| What | How to edit |
|---|---|
| Label | Remove the .modblo-soc__lbl line if you don't want the 'Follow us' label. |
| Each platform link | Update each href= and remove platforms you don't use. |
| Icon color & button bg | Look for /* EDIT icon color */ and /* EDIT button bg */. |
SEO & accessibility notes
- Inline SVG only, no FontAwesome / icon-font request.
- Real <a> with rel="noopener" on every external link.
- Each link has aria-label naming the platform for screen readers.
- Zero JavaScript.
