
		
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#4310",
    "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 }, corresponding IDs for stage
            { tagId: 158 }, uncomment if needed to test on -Q
            { tagId: 157 },
            { tagId: 32 },
            { tagId: 31 },
            { tagId: 30 },
            { tagId: 29 } */
        ]
      }
    }
  },

  "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: "MTVNews",
          via: "MTVNews"
          }
        },
        { id: "WhatsApp", title: "WhatsApp", count: false },
        { id: "MyEmail", title: "Email" },
        { id: "Comments", title: "Comments", count: true },
      ],
      responsive: {offsetTop: 10,  breakpoints:[480, 980]},
    }
  },

 /* "siteFollow": {
    "name": "Follow#4200",
    "opts": {
      title: "follow mtv news",
      mode: "SiteFollow",
      twitterProfile: "MTVNews",
      facebookProfile: "MTVNews",
      instagramClientId: "fafb84396b4149abb29857c38252c6ae",
      instagramRedirectUrl: "http://auth.mtv.com/instagramFollow.html",
      instagramUserId: "276397415",
      elements: [
          { id: 'menu', elements: [
            { id: 'facebook' },
            { id: 'twitter' },
            { id: 'instagram' }
            ]
          }
        ],
      responsive: {
        offsetTop: 100,
        breakpoints: [768, 980]
      }
    }
  },

  "siteFollowStyle": {
    "name": "Follow",
    "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]
      }
    }
  }*/
}
;
		