
		
	
			
			
			
			
			
		
	

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

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

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

	"userBar": {
 		"name": "UserBar",
 		"opts": {
			displayMode: 'EmbeddedTop'
		}
	},

	"FollowBar": {
		"name": "Follow",
		"opts": {
			contentUri: MTVN.conf.sm4.ucid,
			layout: 'horizontal',
			elements: [
			{
				id: 'twitter',
				title: 'Follow'
			},
			{
				id: 'facebook'
			}
			]
		}
	},

	"FollowContent": {
		"name": "Follow",
		"opts": {
			layout: 'horizontal',
			elements: [
				{
					id: 'flux',
					title: 'Get Updates'
				},
				{
					id: 'twitter',
					title: 'Follow'
				},
				{
					id: 'facebook'
				}
			]
		}
	},

  "Activity": {
    "name": "Comments",
    "opts":  {
      title: "comments",
      maxResults: 10,
      includeChildren: true,
      enableComments: true,
      commentMessage: "enter your comment here",
      includeGuestActivities: true,
      popularActivitiesCount: 3,
      showPopularActivities: false,
      popularHeaderText: "Top Activities",
      sentimentTags: {
        items: [
            { tagId: 172 },
            { tagId: 173 },
            { tagId: 174 },
            { tagId: 175 },
            { tagId: 176 },
            { tagId: 177 },
            { tagId: 178 },
            { tagId: 151 },
            { tagId: 152 },
            { tagId: 153 },
            { tagId: 154 },
            { tagId: 155 },
            { tagId: 156 },
            { tagId: 199 }
        ]
      }
    }
  },

	"Badges": {
		"name": "Badges",
		"opts": {
			title: 'Recent Badges',
			mode: 'mini',
			updateRequestInterval: 30,
			injectItems: 1,
			injectSeconds: 20,
			maxResults: 3,
			showPager: false,
			filterVisible: false,
			defaultFilter: 'Badges',
			enableComments: false
		}
	},

  "PostShare": {
    "name": "Share",
    "opts": {
      layout: "horizontal",
      displayTotalCounts: true,
      elements: [
        { id:"Facebook", type:"fbshare", send:false, count:true },
        { id:"Twitter", originalButton: true, count:true,
          urlSettings: {
          related: "VH1Celebrity",
          via: "VH1Celebrity"
          }
        },
        { id: "Google" },
        { id: "More", title: "More" },
        { id: "Comments", title: "Comments" },
      ],
      responsive: {offsetTop: 10,  breakpoints:[480, 1120]},
    }
  },
	"userProfile": {
		"name": "UserProfile",
		"opts": {
			ownerHeader: { showChangePhotoButton: true },
			guestHeader: { },
			tabs: [
				{ id: 'Activity', title: 'My Updates', visibility: 'all' },
				{ id: 'Followers', title: 'Followers', visibility: 'owner' },
				{ id: 'Following', title: 'Following', visibility: 'all' },
				{ id: 'Badges', title: 'Badges', visibility: 'all' },
				{ id: 'Account', title: 'Account', visibility: 'owner' }
			]
		}
	}

}

;
		