healcode-mindbody-link

描述

此插件已于 2021 年 3 月 3 日 关闭,无法下载。 原因:安全问题。

评价

2016 年 9 月 3 日
This ist the worst Plugin I have ever seen. Performance wise: It adds 19 additional requests to the load of each individual page!!! They could easily be stripped down to just 3 (.js, .css, and the iframe). Also it loads jQuery twice. There is no way (only via javascript) to customize the appearance of the modal window. The plugin displays a “Powered by …” Image (one additional request). Just remember: This is a paid HealCode Plugin for MindBodyOnline! Basically you don’t need the plugin at all: Just embed it once on your page, copy the iframe url and code it yourself. (The iFrame URL looks like this “https://widgets.healcode.com/mb/sites/YOURIDHERE/client”). Than use a modal provided by your template and add this Ajax request, in order to load the iframe only in case the Login Button is clicked. var $modal = $('#myModal'); $(".myButton").one( "click", function() { $modal.load("/PATH/TO/login.html"); }); In Login add the iFrame: <iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" height="100%" width="100%" src="https://widgets.healcode.com/mb/sites/YOURIDHERE/client"></iframe>
阅读所有4条评价

贡献者及开发者

「MINDBODY Login」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「MINDBODY Login」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志