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

MTVN.conf.sm4["ucid"] = "42FDFFFF0002D5200002FFFFFD42";
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: 185 },
            { tagId: 186 },
            { tagId: 187 },
            { tagId: 188 },
            { tagId: 189 },
            { tagId: 190 },
            { tagId: 191 }
         /* { 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#4220",
    "opts": {
      layout: "horizontal",
      displayTotalCounts: true,
      elements: [
        { id: "Facebook", type:"fbshare", send:false, count:true },
        { id: "Twitter", originalButton: true, count:true,
          urlSettings: {
          related: "NewNowNext",
          via: "NewNowNext"
          }
        },
        { id: 'Tumblr', visible: true, originalButton: true, count: true },
        { id: 'Pinterest', visible: true, layout: "beside" },
        { id: "WhatsApp", title: "WhatsApp", count: false },
        { id: "MyEmail", title: "Email" },
        { id: "Comments", title: "Comments", count: true },
      ],
      responsive: {offsetTop: 10,  breakpoints:[480, 980]},
    }
  }
}
;


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