%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/js/landing/mediaservice/ |
Current File : /home/bitrix/www/bitrix/js/landing/mediaservice/facebook_post_embed_service.min.js |
(function(){"use strict";BX.namespace("BX.Landing.MediaService");BX.Landing.MediaService.FacebookPosts=function(e,t){BX.Landing.MediaService.BaseMediaService.apply(this,arguments);this.matcher=BX.Landing.Utils.Matchers.facebookPosts;this.pageUrl=encodeURIComponent(e.replace(/\/$/,""));this.embedURL="https://www.facebook.com/plugins/post.php?href="+this.pageUrl;this.params={width:500,show_text:true}};BX.Landing.MediaService.FacebookPosts.validate=function(e){return BX.Landing.Utils.Matchers.facebookPosts.test(e)};BX.Landing.MediaService.FacebookPosts.prototype={constructor:BX.Landing.MediaService.FacebookPosts,__proto__:BX.Landing.MediaService.BaseMediaService.prototype,getSettingsForm:function(){if(!this.form){this.form=new BX.Landing.UI.Form.BaseForm;var e=this.getSettings();this.form.addField(new BX.Landing.UI.Field.Dropdown({title:BX.message("LANDING_CONTENT_URL_MEDIA_FB_POST_FULL"),selector:"show_text",content:e.show_text==="true"||e.show_text===true,items:[{name:BX.message("LANDING_CONTENT_URL_MEDIA_YES"),value:true},{name:BX.message("LANDING_CONTENT_URL_MEDIA_NO"),value:false}]}))}return this.form}}})();