"use strict";class FloatingButtonPro{constructor(t){const e={showAfterTimer:!1,hideAfterTimer:!1,showAfterPosition:!1,hideAfterPosition:!1,uncheckedBtn:!1,uncheckedSubBtn:!1,hideBtns:!1,touch:!1,fontSize:parseFloat(window.getComputedStyle(document.body).getPropertyValue("font-size")),fontSizeStep:10};this.settings={...e,...t},this.element=document.getElementById(this.settings.element)}touchThis(){if(this.settings.touch)return;Array.from(this.element.querySelectorAll("a")).forEach((t=>{t.addEventListener("touchend",(e=>{"show"!==t.getAttribute("data-btn-tooltip")&&(e.preventDefault(),t.setAttribute("data-btn-tooltip","show"),setTimeout((()=>t.removeAttribute("data-btn-tooltip")),3e3))}))}))}activeLikeBtn(){const t=this.element.querySelector('[data-btn-type="like"]');if(!t)return!1;if(!this.settings.pageId){const e=t.closest("li");return e?e.remove():this.element.remove(),!1}parseInt(localStorage.getItem("likePost"))===this.settings.pageId&&t.classList.add("_active")}displayMenu(){this.settings.showAfterTimer||this.settings.hideAfterTimer||this.settings.hideAfterPosition||this.settings.showAfterPosition?(this.settings.showAfterTimer&&this.showAfterTimer(this.settings.showAfterTimer),this.settings.hideAfterTimer&&this.hideAfterTimer(this.settings.hideAfterTimer),this.settings.hideAfterPosition&&this.hideAfterPosition(this.settings.hideAfterPosition),this.settings.showAfterPosition&&this.showAfterPosition(this.settings.showAfterPosition)):this.showMenu()}showMenu(){this.element.classList.remove("is-hidden")}hideMenu(){this.element.classList.add("is-hidden")}showAfterTimer(){setTimeout((()=>this.showMenu()),1e3*this.settings.showAfterTimer)}hideAfterTimer(){setTimeout((()=>this.element.classList.add("is-hidden")),1e3*this.settings.hideAfterTimer)}hideAfterPosition(){window.addEventListener("scroll",(()=>{window.scrollY>this.settings.hideAfterPosition?this.hideMenu():this.showMenu()}))}showAfterPosition(){window.addEventListener("scroll",(()=>{window.scrollY<=this.settings.showAfterPosition?this.hideMenu():this.showMenu()}))}actionServices(){this.element.addEventListener("click",(t=>{const e=t.target.closest("[data-btn-type]");if(!e)return;t.preventDefault();const i=e.getAttribute("data-btn-type");this.handleAction(i,e)}))}handleAction(t,e){const i={print:()=>window.print(),back:()=>window.history.back(),forward:()=>window.history.forward(),scroll:()=>{const t=e.getAttribute("href");document.querySelector(t).scrollIntoView({behavior:"smooth",block:"start",inline:"nearest"})},toTop:()=>window.scrollTo({top:0,behavior:"smooth"}),tobottom:()=>window.scrollTo({top:document.body.scrollHeight,behavior:"smooth"}),like:()=>this.setLikes(e),copyUrl:()=>navigator.clipboard.writeText(window.location.href),bookmark:()=>this.bookmarkPage(),font:()=>{const t=e.getAttribute("data-btn-font");this.toggleFontSize(t)}}[t];i&&i()}toggleFontSize(t=""){const e=document.documentElement,i=sessionStorage.getItem("fontSizeState")?parseFloat(sessionStorage.getItem("fontSizeState")):100;let o=i;switch(t){case"increase":i<200&&(o=i+parseFloat(this.settings.fontSizeStep));break;case"original":o=100;break;case"decrease":i>40&&(o=i-parseFloat(this.settings.fontSizeStep))}e.style.fontSize=o/100*this.settings.fontSize+"px",sessionStorage.setItem("fontSizeState",o.toString())}bookmarkPage(){const t=window.location.href,e=document.title;if(window.sidebar&&window.sidebar.addPanel)window.sidebar.addPanel(e,t,"");else if(window.external&&"AddFavorite"in window.external)window.external.AddFavorite(t,e);else{if(window.opera&&window.print)return this.title=e,!0;alert("Press "+(-1!==navigator.userAgent.toLowerCase().indexOf("mac")?"Cmd":"Ctrl")+"+D to bookmark this page.")}}setLikes(t){const e=t.getAttribute("data-counter"),i=localStorage.getItem("likePost");if(this.settings.pageId&&this.settings.pageId!==parseInt(i)){const i=parseInt(e)+1;let o={action:"wowp_likes",post_id:this.settings.pageId,_ajax_nonce:wowp_flBtn.nonce},s=new URLSearchParams;for(let t in o)s.append(t,o[t]);fetch(wowp_flBtn.ajax_url,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},body:s.toString()}).then((e=>{localStorage.setItem("likePost",this.settings.pageId),t.setAttribute("data-counter",i),t.classList.add("_active")})).catch((t=>console.error("Error:",t)))}}shareServices(){this.element.querySelectorAll("[data-share]").forEach((t=>{t.addEventListener("click",(()=>{this.shareThis(t)}))}))}shareThis(t){const e=t.getAttribute("data-share"),i=this.defaultShareServices()[e],o=`menubar=no,toolbar=no,location=no,scrollbars=no,status=no,resizable=yes,width=550,height=450,top=${(screen.height-450)/2},left=${(screen.width-550)/2}`;window.open(i,null,o)}defaultShareServices(){const t=encodeURIComponent(document.location.href),e=encodeURIComponent(document.title);return{twitter:`https://twitter.com/intent/tweet?url=${t}&text=${e}`,tumblr:`https://www.tumblr.com/widgets/share/tool?canonicalUrl=${t}&title=${e}`,whatsapp:`whatsapp://send?text=${e}%20%0A${t}`,skype:`https://web.skype.com/share?url=${t}`,telegram:`https://telegram.me/share/url?url=${t}&text=${e}`,line:`https://lineit.line.me/share/ui?url=${t}`,viber:`viber://pa?chatURI=${t}`,wechat:`weixin://dl/chat?${t}`,threema:`threema://compose?text=${e}&id=${t}`,email:`mailto:?subject=${e}&body=${t}`,pinterest:`http://pinterest.com/pin/create/button/?url=${t}`,digg:`http://digg.com/submit?url=${t}`,stumbleupon:`http://www.stumbleupon.com/submit?url=${t}&title=${e}`,evernote:`http://www.evernote.com/clip.action?url=${t}&title=${e}`,instapaper:`http://www.instapaper.com/edit?url=${t}&title=${e}`,pocket:`https://getpocket.com/edit?url=${t}`,blogger:`https://www.blogger.com/blog-this.g?u=${t}&n=${e}`,livejournal:`http://www.livejournal.com/update.bml?subject=${e}&event=${t}`,facebook:`https://www.facebook.com/sharer.php?u=${t}`,linkedin:`https://www.linkedin.com/shareArticle?mini=true&url=${t}&title=${e}`,myspace:`https://myspace.com/post?u=${t}&t=${e}`,draugiem:`https://www.draugiem.lv/say/ext/add.php?title=${e}&url=${t}`,xing:`https://www.xing.com/spi/shares/new?url=${t}`,"hacker-news":`https://news.ycombinator.com/submitlink?u=${t}&t=${e}`,reddit:`http://www.reddit.com/submit?url=${t}&title=${e}`,buffer:`https://buffer.com/add?text=${e}&url=${t}`,diaspora:`https://share.diasporafoundation.org/?title=${e}&url=${t}`,douban:`http://www.douban.com/recommend/?url=${t}&title=${e}`,qzone:`http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=${t}`,renren:`http://widget.renren.com/dialog/share?resourceUrl=${t}&srcUrl=${t}&title=${e}`,flipboard:`https://share.flipboard.com/bookmarklet/popout?v=2&title=${e}&url=${t}`,mixi:`http://mixi.jp/share.pl?u=${t}&k=${e}`,hootsuite:`https://hootsuite.com/hootlet/load?address=${t}&title=${e}`,note:`http://note.com.intent/tweet?url=${t}&text=${e}`,snapchat:`https://www.snapchat.com/add/${t}`,weibo:`http://service.weibo.com/share/share.php?url=${t}&title=${e}`}}translate(){this.element.querySelectorAll("[data-google-lang]").length>0&&this.appendScript()}appendScript(){const t=document.head,e=document.createElement("script");e.src="https://translate.google.com/translate_a/element.js?cb=FLBTNTranslateInit",e.setAttribute("defer",""),t.appendChild(e);const i=document.createElement("style");i.textContent=".skiptranslate {display: none !important;}body {top: 0 !important}",t.appendChild(i)}static Translate(){const t=document,e=window,i=t.documentElement.lang.slice(0,2);this.getLanguage(i)===i&&this.clearCookie();const o=Array.from(t.querySelectorAll("[data-google-lang]"));if(!o.length)return!1;new google.translate.TranslateElement({pageLanguage:i}),o.forEach((t=>{t.addEventListener("click",(i=>{i.preventDefault();let o=t.getAttribute("data-google-lang");this.setCookie(o),e.location.reload()}))}))}static getLanguage(t){const e=document.cookie.match("(^|;) ?googtrans=([^;]*)(;|$)"),i=e?e[2].split("/")[2]:null;return void 0!==i&&"null"!==i?i:t}static clearCookie(){document.cookie="googtrans=null",document.cookie="googtrans=null; domain="+document.domain}static setCookie(t){document.cookie="googtrans=/auto/"+t,document.cookie="googtrans=/auto/"+t+"; domain="+document.domain}uncheckBtn(){if(!this.settings.uncheckedBtn)return;const t=this.settings.element,e=this.element,i=this;document.addEventListener("click",(function(o){o.target.closest("#"+t)!==e&&(e.querySelector('input[type="checkbox"]').checked=!1,i.hideButtons("show"))}))}uncheckedSubBtn(){if(!this.settings.uncheckedSubBtn)return;const t=[...this.element.querySelectorAll("ul a")],e=this;t.forEach((t=>{t.addEventListener("click",(t=>{this.element.querySelector('input[type="checkbox"]').checked=!1,e.hideButtons("show")}))}))}hideButtons(t){if(!this.settings.hideBtns)return;const e=[...document.querySelectorAll(".flBtn")].filter((t=>t!==this.element));"hide"===t?e.forEach((t=>t.classList.add("is-hidden"))):e.forEach((t=>t.classList.remove("is-hidden")))}check(){const t=this.element.querySelector('input[type="checkbox"]'),e=this.element,i=this;if(!t)return!1;function o(){t.checked?(e.classList.add("flBtn-stop"),i.hideButtons("hide")):(e.classList.remove("flBtn-stop"),i.hideButtons("show"))}t.addEventListener("change",o),o()}openMenu(){const t=document.querySelectorAll('[data-btn-type="content-menu"]');if(!t)return!1;t.forEach((t=>{t.addEventListener("click",(()=>{const e=t.closest(".flBtn"),i=t.getBoundingClientRect(),o=t.getAttribute("data-btn-call-menu"),s=document.querySelector('[data-btn-menu="'+o+'"]'),n=t.closest("ul");let r=!1;n&&n.querySelector(".flBtn-first")&&(r=n.classList.contains("flBtn-first"));const a=window.innerWidth,l=window.innerHeight;e.classList.contains("flBtn-position-l")?(s.style.top=i.top+"px",s.style.left=i.left+i.width+10+"px"):e.classList.contains("flBtn-position-r")?(s.style.top=i.top+"px",s.style.right=i.width+40+"px"):e.classList.contains("flBtn-position-t")?(s.style.top=i.top+i.width+10+"px",s.style.left=i.left+"px"):e.classList.contains("flBtn-position-b")?(s.style.left=i.left+"px",s.style.bottom=i.width+40+"px"):e.classList.contains("flBtn-position-tr")?(s.style.top=r?i.top+"px":i.bottom+20+"px",s.style.right=r?i.width+40+"px":a-i.right+"px"):e.classList.contains("flBtn-position-tl")?(s.style.top=r?i.top+"px":i.bottom+20+"px",s.style.left=r?i.right+10+"px":i.left+"px"):e.classList.contains("flBtn-position-bl")?(s.style.bottom=r?l-i.bottom+"px":l-i.top+20+"px",s.style.left=r?i.right+20+"px":i.left+"px"):e.classList.contains("flBtn-position-br")&&(s.style.bottom=r?l-i.bottom+"px":l-i.top+20+"px",s.style.right=r?a-i.left+20+"px":a-i.right+"px"),s.classList.remove("is-hidden")}))}))}closeMenu(){const t=document.querySelectorAll(".flBtn_close");if(!t)return!1;t.forEach((t=>{t.addEventListener("click",(()=>{t.closest(".flBtn_menu-wrapper").classList.add("is-hidden")}))}))}run(){this.activeLikeBtn(),this.displayMenu(),this.actionServices(),this.shareServices(),this.translate(),this.uncheckBtn(),this.uncheckedSubBtn(),this.check(),this.openMenu(),this.closeMenu(),this.touchThis()}static initialize(t){const e=new FloatingButtonPro(t);return e.run(),e}}function FLBTNTranslateInit(){FloatingButtonPro.Translate()}document.addEventListener("DOMContentLoaded",(function(){for(let t in window)if(t.indexOf("FloatingButtonPro_")>=0){const e=window[t];new FloatingButtonPro(e),FloatingButtonPro.initialize(e)}}));