GamiPress – Button

Beschrijving

GamiPress – Button let’s you add activity triggers filtered by button clicks adding new activity events on GamiPress!

Note: This add-on is designed to award users for button clicks, if you want to award them for link clicks, then you should check the GamiPress – Link add-on.

Nieuwe gebeurtenissen

  • Klik op een willekeurige knop: wanneer een gebruiker op een willekeurige knop klikt.
  • Click a button with a specific ID: When a user clicks on any button with a specific identifier (button id attribute).
  • Klik op een knop met een specifieke klasse: wanneer een gebruiker op een knop met een specifieke klasse klikt (knopklasse attribuut).
  • Krijg een klik op een knop: wanneer de auteur van het bericht/reactie op een knop klikt.
  • Get a click on a button with a specific ID: When the post/comment author gets clicks on any button with a specific identifier (button id attribute).
  • Get a click on a button with a specific Class: When the post/comment author gets clicks on any button with a specific class (button class attribute).

Important: The unique buttons that trigger this activities are the buttons generated by [gamipress_button] shortcode.

Installatie

Vanuit WordPress back-end

  1. Navigeer naar Plugins -> Nieuwe toevoegen.
  2. Klik op de knop “Plugin uploaden” naast de titel “Plugins toevoegen”.
  3. Upload het gedownloade zipbestand en activeer het.

Directe upload

  1. Upload het gedownloade zipbestand naar je wp-content/plugins/ map.
  2. Pak het geüploade zipbestand uit.
  3. Navigeer naar het plugins menu in je WordPress beheer gebied.
  4. Activeer deze plugin.

FAQ

Welke attributen ondersteunen [gamipress_button] shortcode?

[gamipress_button] shortcode ondersteunt:

  • label: de tekst van het knoplabel.
  • type: het knoptype. accepteert ‘verzenden’, ‘knop’ of ‘reset’
  • id: de identifier van de knop.
  • klasse: de knop CSS klassen.
  • form: The button form attribute. If you don’t know exactly what is the purpose of this attribute leave it blank.
  • name: The button name attribute. If you don’t know exactly what is the purpose of this attribute leave it blank.
  • value: The button value attribute. If you don’t know exactly what is the purpose of this attribute leave it blank.
  • url: de URL om de gebruiker om te leiden nadat op de knop is geklikt.

Example: [gamipress_button type="submit" label="Click here!" id="my-button" class="awesome-buttons one-class other-class" url="https://gamipress.com/"]

Hoe kan ik een omleiden naar een andere pagina door op de knop te klikken?

[gamipress_button] shortcode has the attribute “url” that will redirect the user after click the button.

Voorbeeld:

[gamipress_button label="GamiPress website" url="https://gamipress.com/"]

Kan deze plugin knoppen overeenkomen met mijn thema knoppen stijl?

Yes, contact to your theme author to meet the CSS classes that your theme uses and add them to the “class” attribute.

Can this plugin buttons match my page builder buttons style? (Elementor, Divi, Breave Builder, etc)

Yes, contact to your page builder author to meet the CSS classes that page builder uses and add them to the “class” attribute.

Kan deze plugin werken met aangepaste elementen?

Yes! GamiPress – Button is looking for elements with the class gamipress-button, you can make it work with a custom element using the following code:

<div id="{optional-id}" class="gamipress-button {optional-class} {optional-class-2}">Click Here!</div>

If you set an id attribute, triggers limited by specific ID will be triggered too.
Also, if you define more classes to the class attribute, triggers limited by specific class will be triggered too.

Beoordelingen

3 januari 2021
The developer can’t even show people how to use his product! I would expect instructions on what to add, in Thrive Architect, for “class” and “id.” His values don’t even work. His videos go so fast, and he never explains what he is doing! Why would anyone even use Gamipress for free?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! How do you add the correct id to the id field in Thrive Architect? How do you add the correct class to the class field in Thrive Architect? He would say gamepress-button and whatever you set the id to when creating the points type. It doesn’t work! When people ask him about how to do this in support, he tells them the instructions are on the plugin page. They are not! I wouldn’t buy an ice cream soda from this developer!
Lees alle 0 beoordelingen

Bijdragers & ontwikkelaars

“GamiPress – Button” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“GamiPress – Button” is vertaald in 1 taal. Dank voor de vertalers voor hun bijdragen.

Vertaal “GamiPress – Button” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.9

  • Verbeteringen
  • Improved check for redirection URL.

1.0.8

  • Fouten opgelost
  • Added security to shortcode.

1.0.7

  • Verbeteringen
  • Ensure redirection happens after ajax request is finished.

1.0.6

  • Verbeteringen
  • Added check to redirection URL.

1.0.5

  • Nieuwe functies
  • Het attribuut “url” toegevoegd aan de shortcode [gamipress_button].
  • De optie “URL” toegevoegd aan het knoppen blok en de widget.
  • Verbeteringen
  • De onclick attribuut/optie verwijderd wegens veiligheid.

1.0.4

  • Verbeteringen
  • Het label attribuut toegevoegd aan de shortcode die is gegenereerd in de vereisten UI.

1.0.3

  • Fouten opgelost
  • Opgelost type op de onderscheidingen engine controle.

1.0.2

  • Fouten opgelost
  • Opgelost ongedefinieerde tekst op de shortcode voorbeeldweergave

1.0.1

  • Nieuwe functies
  • Een shortcode sectie toegevoegd aan de vereisten UI om de vereiste shortcode beter te begeleiden.
  • Verbeteringen
  • Performance improvements by limiting the number of requirements to check to only those who match with the event parameters.

1.0.0

  • Initiële versie.