Does anyone know how i can create a sticky button on the side of our website (example here.)
Topic summary
A user seeks help creating a sticky side button on their Shopify website, similar to a reference example shown in attached images.
Responses received:
-
Third-party app solution: One commenter promotes their review app (Ryviu) which includes a sidebar feature for displaying featured reviews, offering this as a ready-made alternative.
-
Custom code implementation: Another contributor (Terence) offers to provide custom code to achieve the desired functionality. After confirming the button should link to a specific page, Terence shares detailed implementation instructions including:
- Navigating to ‘Edit Code’ in theme settings
- Searching for ‘theme.liquid’
- Pasting provided JavaScript and markup code below the
<head>tag - Screenshots attached for guidance
Current status: The discussion appears resolved with a technical solution provided, though implementation and testing results haven’t been confirmed yet. The user has two options: install a third-party app or implement custom code manually.
Our app has sidebar feature to show featured reviews like that button. You can check demo store
Install Ryviu app to get this featured.
Best Regards,
Dan from Ryviu
Hi,
It could be done with a bit of effort. When you click the button, will it go directly to a specific page? We need a bit more detail.
Terence.
Hi Terence,
Yes it should be linked to a specific page on our website!
Kind regards
Hi Again,
Actually, finding such detailed requests around here isn’t quite common. We usually provide services like these and much more to our Shopify premium support customers. Honestly, I stumbled upon this and wanted to help out. Anyway, the following code should do the trick. Let me know if you encounter any issues.
Terence.
-
Navigate to the ‘Edit Code’ option in your theme settings, then search for ‘theme.liquid’ in the search bar.
-
Paste the following code below the ‘’ tag. Please refer to the attached screenshot for guidance.


