Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pgrimaud/shopify-snippets

Useful .liquid snippets for Shopify themes
https://github.com/pgrimaud/shopify-snippets

Last synced: about 8 hours ago
JSON representation

Useful .liquid snippets for Shopify themes

Awesome Lists containing this project

README

        

# About Shopify Snippets

Useful .liquid snippets for Shopify themes

## Why this repository?

I developed several Shopify websites from scratch, without all-made themes.

Last websites I worked on :

- [https://paulandjoe.com/](https://paulandjoe.com/) for [Tribord Digital](https://triborddigital.com/)
- [https://anashaf.com/](https://anashaf.com/) for [Tribord Digital](https://triborddigital.com/)
- [https://hubside.store/](https://hubside.store/) for [Big Youth](https://www.bigyouth.fr/)
- [https://www.statement.paris/](https://www.statement.paris/) for [Big Youth](https://www.bigyouth.fr/)
- [https://www.caravane.fr/](https://www.caravane.fr/) for [Big Youth](https://www.bigyouth.fr/)

As a back-end developer, I needed to created "ready to use" parts of code which can be reusable. That's the content of this repository.

## Snippets

| File | Description |
| ------------- | ------------- |
| **[metadata-og.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/metadata-og.liquid)** | Generate MetaData OG for your template |
| **[metadata-twitter.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/metadata-twitter.liquid)** | Generate MetaData Twitter for your template |
| **[random-number.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/random-number.liquid)** | Get a random number |
| **[random-product.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/random-product.liquid)** | Get a random product from shop or specific collection |
| **[json-ld-search.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-search.liquid)** | Generate JSON-LD [sitelinks search box](https://developers.google.com/search/docs/data-types/sitelinks-searchbox) |
| **[json-ld-organization.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-organization.liquid)** | Generate JSON-LD [organization](https://schema.org/Organization) |
| **[json-ld-product.liquid](https://github.com/pgrimaud/shopify-snippets/blob/main/json-ld-product.liquid)** | Generate JSON-LD [product](https://developers.google.com/search/docs/data-types/product) |

# Feedback

You found a bug? You need a new feature? You can [create an issue](https://github.com/pgrimaud/shopify-snippets/issues) if needed or contact me on [Twitter](https://twitter.com/pgrimaud_).

# Copyright

This project is not affiliated with or endorsed by Shopify.

[FeedArmy](https://feedarmy.com/) for JSON-LD product.

Logo created with [Shopify Hatchful](https://hatchful.shopify.com/).

# License

Licensed under the terms of the MIT License.