Shopify themes, liquid, logos, and UX
In my prestige theme the field shows other social media platforms except Tiktok so I would like to be able to add my tiktok linke and the logo display at the bottom of the sidebar menu just like the Instagram and facebook logo
Solved! Go to the solution
This is an accepted solution.
Open the file config/settings_schema.json.
Look for the section where other social media platforms like Instagram or Facebook are listed (search for "social").
Add the following JSON snippet for TikTok:
{
"type": "text",
"id": "social_tiktok",
"label": "TikTok URL"
},
Save the file.
Open the file Sections/footer.liquid or the specific file for your sidebar menu, e.g., Sections/sidebar.liquid.
Look for the code where other social media icons are displayed (search for "social icons" or check for the existing social links like Instagram or Facebook).
Add the following snippet for TikTok:
{% if settings.social_tiktok != blank %}
<a href="{{ settings.social_tiktok }}" target="_blank" rel="noopener noreferrer">
<img src="{{ 'YOUR_TIKTOK_LOGO_URL' | file_url }}" alt="TikTok" class="social-icon" />
</a>
{% endif %}
Replace YOUR_TIKTOK_LOGO_URL with the URL you copied earlier from the Files section.
Save the file.
Please share your store url
I believe beacuse it's unpublished you cant view it
This is an accepted solution.
Open the file config/settings_schema.json.
Look for the section where other social media platforms like Instagram or Facebook are listed (search for "social").
Add the following JSON snippet for TikTok:
{
"type": "text",
"id": "social_tiktok",
"label": "TikTok URL"
},
Save the file.
Open the file Sections/footer.liquid or the specific file for your sidebar menu, e.g., Sections/sidebar.liquid.
Look for the code where other social media icons are displayed (search for "social icons" or check for the existing social links like Instagram or Facebook).
Add the following snippet for TikTok:
{% if settings.social_tiktok != blank %}
<a href="{{ settings.social_tiktok }}" target="_blank" rel="noopener noreferrer">
<img src="{{ 'YOUR_TIKTOK_LOGO_URL' | file_url }}" alt="TikTok" class="social-icon" />
</a>
{% endif %}
Replace YOUR_TIKTOK_LOGO_URL with the URL you copied earlier from the Files section.
Save the file.
Thank you so much this solution really helped me and I would recommend Ahmad for any website design work you need !
@FifthEden You're Welcome, if this solution helps you mark it as accepted
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024