Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created September 21, 2020 10:20
Show Gist options
  • Save hsleonis/f8ab40fbb2b8add13b4be19c49229bef to your computer and use it in GitHub Desktop.
Save hsleonis/f8ab40fbb2b8add13b4be19c49229bef to your computer and use it in GitHub Desktop.
Shopify instagram feed seection for instaffeed app
<style>#insta-feed{width:{{section.settings.feed_width}}%;}#insta-feed h2{font-size:{{section.settings.heading_size}}px;font-family: {{section.settings.heading_font.family }};}{{ section.settings.heading_font | font_face }}</style>{{section.settings.html_area}}{% unless section.settings.html_area contains "feed-" %}<div id="insta-feed"></div>{% endunless %}{%schema%}{"name":"Instafeed App","settings":[{"type":"font_picker","label":"Heading font.","id":"heading_font","default": "helvetica_n4"},{"type":"range","id":"heading_size","min":10,"max":30,"step":1,"unit":"px","label":"Heading Size","default":20},{"type":"range","id":"feed_width","min":50,"max":100,"step":5,"unit":"%","label":"Feed Width","default":100},{"type":"html","id":"html_area","label":"Custom Code (optional)","default":"<!-- -->","info":"Save to see your changes"}],"presets":[{"name":"Instafeed App","category":"Instagram Feed"}]}{%endschema%}
@tomsyaf
Copy link

tomsyaf commented Aug 28, 2022

i bought vinovathemes and it comes with this codes, but it doesn't work now already yeah?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment