
		
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": "comments",
      "maxResults": 10,
      "includeChildren": true,
      "enableComments": true,
      "commentMessage": "enter your comment here",
      "includeGuestActivities": true,
      "popularActivitiesCount": 3,
      "showPopularActivities": false,
      "popularHeaderText": "Top Activities",
      sentimentTags: {
        items: [
            { tagId: 137 },
            { tagId: 136 },
            { tagId: 135 },
            { tagId: 134 },
            { tagId: 133 },
            { tagId: 132 },
            { tagId: 130 },
            { tagId: 159 }, /* begin stage IDs */
            { tagId: 158 },
            { tagId: 157 },
            { tagId: 32 },
            { tagId: 31 },
            { tagId: 30 },
            { tagId: 29 }
        ]
      }
    }
  },

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

  "siteFollow": {
    "name": "Follow#4200",
    "opts": {
      title: "follow mtv news",
      mode: "SiteFollow",
      twitterProfile: "MTVNews",
      facebookProfile: "MTVNews",
      elements: [
          { id: 'menu', elements: [
            { id: 'facebook' },
            { id: 'twitter' }
            ]
          }
        ],
      responsive: {
        offsetTop: 100,
        breakpoints: [768, 980]
      }
    }
  },

  "siteFollowStyle": {
    "name": "Follow#4200",
    "opts": {
      title: "follow mtv style",
      mode: "SiteFollow",
      twitterProfile: "MTVstyle",
      facebookProfile: "MTVstyle",
      tumblrProfile: "mtvstyle",
      googlePlusProfile: "mtvstyle",
      pinterestProfile: "mtvstyle",
      foursquareProfile: "mtvstyle",
      /*instagramClientId: "c8fb74295afc4517aa481d6430d4d74d",
      instagramRedirectUrl: "http://cus.flux-static.com/HTML/InstagramFollowRedirect.html",
      instagramUserId: "9145150",*/
      elements: [
          { id: 'menu', elements: [
            { id: 'facebook' },
            { id: 'twitter' },
            { id: 'pinterest' },
            { id: 'tumblr' },
            { id: 'foursquare' },
            { id: 'googlePlus' }
            ]
          }
        ],
      responsive: {
        offsetTop: 100,
        breakpoints: [768, 980]
      }
    }
  }
}
;
		