
		
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"] = {
  "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" }
      ],
      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]
      }
    }
  }*/
}
;


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