var MTVN = MTVN || {};
MTVN.conf = MTVN.conf || {};
MTVN.conf.sm4 = MTVN.conf.sm4 || {};

MTVN.conf.sm4["ucid"] = "D3FCFFFF0002D51D0002FFFFFCD3";
MTVN.conf.sm4["staging"] = false;


MTVN.conf.sm4["widgets"] = {

	"mobileComments": {
		"name": "Comments",
		"opts":  {
			"title": "talk about this",
			"maxResults": 15,
			"includeChildren": true,
			"enableComments": true,
			"commentMessage": "enter your comment here",
			"includeGuestActivities": true,
			"popularActivitiesCount": 3,
			"showPopularActivities": false,
			"popularHeaderText": "Top Activities"
		}
	},

	"postShare": {
		"name": "Share#4210",
		"opts": {
			layout: "vertical",
			displayTotalCounts: true,
			elements: [
				{ id:"Facebook", type:"fbshare", send:false, count:true },
				{ id:"Twitter", originalButton: true, count:true, 
					urlSettings: {
					related: "MTVsoundtrack",
					via: "MTVsoundtrack"
					}
				},
				{ id: "More", title: "More" },
				{ id: "Comments", title: "Comments" },
			],
			responsive: {offsetTop: 10, breakpoint: 980},
		}
	},

	"siteFollow": {
		"name": "Follow#4200",
		"opts": {
			mode: "SiteFollow",
			twitterProfile: "MTVsoundtrack",
			facebookProfile: "MTVsoundtrack",
			instagramClientId: "c8fb74295afc4517aa481d6430d4d74d",
			instagramRedirectUrl: "http://cus.flux-static.com/HTML/InstagramFollowRedirect.html",
			instagramUserId: "331481985",
			responsive: {
				breakpoints: [768, 980]
			},
			elements: [
			{ id: 'menu', elements: [
				      { id: 'facebook' },
				      { id: 'twitter' },
				      { id: 'instagram' }
					]
				}
			]
		}
	}

};


if (typeof jquery !== "undefined") $(document).trigger('SM4Press:config:ready');
