Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created April 22, 2016 12:42
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save levinmejia/18977c4126deba16302b1de201705dcf to your computer and use it in GitHub Desktop.
{
"name": "Social media",
"settings": [
{
"type": "header",
"content": "Accounts"
},
{
"type": "text",
"id": "social_facebook_link",
"label": "Facebook",
"info": "https:\/\/www.facebook.com\/shopify"
},
{
"type": "text",
"id": "social_twitter_link",
"label": "Twitter",
"info": "https:\/\/twitter.com\/shopify"
},
{
"type": "text",
"id": "social_pinterest_link",
"label": "Pinterest",
"info": "https:\/\/www.pinterest.com\/shopify"
},
{
"type": "text",
"id": "social_instagram_link",
"label": "Instagram",
"info": "https:\/\/instagram.com\/shopify"
},
{
"type": "text",
"id": "social_google_plus_link",
"label": "Google plus",
"info": "https:\/\/plus.google.com\/+shopify"
},
{
"type": "text",
"id": "social_tumblr_link",
"label": "Tumblr",
"info": "http:\/\/shopify.tumblr.com"
},
{
"type": "text",
"id": "social_youtube_link",
"label": "Youtube",
"info": "https:\/\/www.youtube.com\/user\/shopify"
},
{
"type": "text",
"id": "social_vimeo_link",
"label": "Vimeo",
"info": "https:\/\/vimeo.com\/shopify"
},
{
"type": "text",
"id": "social_fancy_link",
"label": "Fancy",
"info": "http:\/\/fancy.com\/Shopify"
},
{
"type": "header",
"content": "Sharing"
},
{
"type": "checkbox",
"id": "social_sharing_products",
"label": "Enable product sharing"
},
{
"type": "checkbox",
"id": "social_sharing_blog",
"label": "Enable blog post sharing"
},
{
"type": "checkbox",
"id": "share_facebook",
"label": "Share on Facebook"
},
{
"type": "checkbox",
"id": "share_twitter",
"label": "Tweet on Twitter"
},
{
"type": "checkbox",
"id": "share_pinterest",
"label": "Pin on Pinterest"
},
{
"type": "checkbox",
"id": "share_fancy",
"label": "Add to Fancy"
},
{
"type": "checkbox",
"id": "share_google",
"label": "+1 on Google Plus"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment