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

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


MTVN.conf.sm4["widgets"] = {
  "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: "CMT",
          via: "CMT"
          }
        },
        { id: "More", title: "More" },
        { id: "Comments", title: "Comments" },
      ],
      responsive: {offsetTop: 10, breakpoint: 980},
    }
  },

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

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


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