healcode-mindbody-link

Descripción

Este plugin ha sido cerrado el 3 de marzo de 2021 y no está disponible para descargar. Motivo: Problema de seguridad.

Reseñas

3 de septiembre de 2016
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>
Leer todas las 4 reseñas

Colaboradores y desarrolladores

«MINDBODY Login» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «MINDBODY Login» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.