Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Dynamic Populate Button Maker

Descripción

This is a button maker that allows you to implement a link that will populate something that is dynamically populated by query variables using a shortcode. Using buttonid and buttonclass for styling of the A tag, forpageid to declare the landing page that has the form where the fields are being populated, buttontext for the text part of the A tag, and then whatever variables you assigned to the parameter names in where what query variables are used with what they are to be set too.  Parameter names should be in lowercase when used and not starting with a number. In Gravity Forms this is the “Allow field to be populated dynamically” option. So allowing a field to be dynamically populated and naming one var1 will be set to what ever is between the quotes in the shortcode.

[dpb-button formpageid=”922″ buttonid=”uniqueId” buttonclass=”classStyle” buttontext=”Click Here Text” var1=”Variable 1 to pass” var2=”Variable 2″]

will generate the following a tag within your code

<a href="http://wpcms.ninja/passing-to-variable-button-maker/?var1=Variable+1+to+pass&var2=Variable+2" class="classStyle" id="uniqueId">Click Here Text</a> 

This then allows you to style this hyperlink in your stylesheet how you see fit either by replacing it with an image or styling it however you would like.

Instalación

Install plugin and activate.

Add shortcode to page with variables and preset settings to location.  Style button using your own stylesheet with button id assigned through shortcode.

Preguntas frecuentes

Where can I get answers to questions?

You can email greg@wpcms.ninja to receive answers or go to http://wpcms.ninja

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Dynamic Populate Button Maker” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Dynamic Populate Button Maker” a tu idioma.

¿Interesado en el desarrollo?

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

Registro de cambios

1.0

  • Initial Release of Plugin