"use strict";define("wTwitterFollow",["lodash","core","utils","santaProps","socialCommon"],function(t,e,o,i,s){function n(t){return t.accountToFollow.replace("@","")}return{displayName:"WTwitterFollow",mixins:[e.compMixins.skinBasedComp,s.twitterComponentMixin],propTypes:{compData:i.Types.Component.compData.isRequired,compProp:i.Types.Component.compProp.isRequired,id:i.Types.Component.id.isRequired,origin:i.Types.Location.origin,santaBase:i.Types.santaBase.isRequired},statics:{useSantaTypes:!0},getIFrameSrc:function(){var t=n(this.props.compData),e={screen_name:t,href:"https://twitter.com/"+t,show_count:this.props.compProp.showCount.toString(),show_screen_name:this.props.compProp.showScreenName.toString(),lang:this.getLanguage(),align:"left",compId:this.props.id,origin:this.props.origin,widgetType:"FOLLOW"};return this.props.santaBase+"/static/external/twitter.html?"+o.urlUtils.toQueryString(e)},getIframeTitleName:function(){return"component_label_ twitterTweetTitle"}}}); //# sourceMappingURL=wTwitterFollow.min.js.map