WIP(social): Twitter widget script

This commit is contained in:
Sabe Jones
2015-09-10 17:44:52 -04:00
parent e4c7870c22
commit 9d5f9328da

View File

@@ -31,6 +31,9 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
// Stripe // Stripe
$.getScript('//checkout.stripe.com/v2/checkout.js'); $.getScript('//checkout.stripe.com/v2/checkout.js');
// Twitter
$.getScript('https://platform.twitter.com/widgets.js');
/* Google Content Experiments /* Google Content Experiments
if (window.env.NODE_ENV === 'production') { if (window.env.NODE_ENV === 'production') {
$.getScript('//www.google-analytics.com/cx/api.js?experiment=boVO4eEyRfysNE5D53nCMQ', function(){ $.getScript('//www.google-analytics.com/cx/api.js?experiment=boVO4eEyRfysNE5D53nCMQ', function(){