Why I started my own clothing

Why I started my own clothing

I recently added EEGC to BuySellAds, a self-serve advertising platform. BSA requires you to add some tracking code to your site, so potential advertisers can get an idea of how many ad impressions they can expect, to assist them in choosing which site to advertise on. Normally you don’t really have an accurate measure of traffic data on competing websites, so this is kind of cool.

I found it very interesting to see how well a number of fellow t-shirt blogs appeared to be doing. Next thing you know, I’ve compiled a list of the top performers, so here they are! I’ve also included Twitter and Facebook follower numbers, as all but one of the sites listed had a presence on both of those sites.

 

<div id='product-component-1621852796387'></div>
<script type="text/javascript">
/*<![CDATA[*/
(function () {
var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
if (window.ShopifyBuy) {
if (window.ShopifyBuy.UI) {
ShopifyBuyInit();
} else {
loadScript();
}
} else {
loadScript();
}
function loadScript() {
var script = document.createElement('script');
script.async = true;
script.src = scriptURL;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
script.onload = ShopifyBuyInit;
}
function ShopifyBuyInit() {
var client = ShopifyBuy.buildClient({
domain: 'eegc.myshopify.com',
storefrontAccessToken: 'faeadba19558dd4ef62f18427de27415',
});
ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '6566795280406',
node: document.getElementById('product-component-1621852796387'),
moneyFormat: '%24%7B%7Bamount%7D%7D',
options: {
"product": {
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "calc(25% - 20px)",
"margin-left": "20px",
"margin-bottom": "50px"
}
},
"button": {
"font-family": "Quantico, sans-serif",
"font-weight": "bold",
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
},
"quantityInput": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
}
},
"buttonDestination": "checkout",
"width": "280px",
"text": {
"button": "Buy now"
},
"googleFonts": [
"Quantico"
]
},
"productSet": {
"styles": {
"products": {
"@media (min-width: 601px)": {
"margin-left": "-20px"
}
}
}
},
"modalProduct": {
"contents": {
"img": false,
"imgWithCarousel": true,
"button": false,
"buttonWithQuantity": true
},
"styles": {
"product": {
"@media (min-width: 601px)": {
"max-width": "100%",
"margin-left": "0px",
"margin-bottom": "0px"
}
},
"button": {
"font-family": "Quantico, sans-serif",
"font-weight": "bold",
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
},
"quantityInput": {
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
}
},
"googleFonts": [
"Quantico"
],
"text": {
"button": "Add to cart"
}
},
"option": {},
"cart": {
"styles": {
"button": {
"font-family": "Quantico, sans-serif",
"font-weight": "bold",
"font-size": "16px",
"padding-top": "16px",
"padding-bottom": "16px"
}
},
"text": {
"total": "Subtotal",
"button": "Checkout"
},
"googleFonts": [
"Quantico"
]
},
"toggle": {
"styles": {
"toggle": {
"font-family": "Quantico, sans-serif",
"font-weight": "bold"
},
"count": {
"font-size": "16px"
}
},
"googleFonts": [
"Quantico"
]
}
},
});
});
}
})();
/*]]>*/
</script>

Back to blog