GamiPress – Link

Beschrijving

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

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

Nieuwe gebeurtenissen

  • Click any link: When an user clicks on any link.
  • Click a link with a specific URL: When an user clicks on any link with a specific URL.
  • Click a link with a specific ID: When an user clicks on any link with a specific identifier (link id attribute).
  • Click a link with a specific Class: When an user clicks on any link with a specific class (link class attribute).
  • Get a click on any link: When the post/comment author gets clicks on any link.
  • Get a click on a link with a specific URL: When the post/comment author gets clicks on any link with a specific URL.
  • Get a click on a link with a specific ID: When the post/comment author gets clicks on any link with a specific identifier (link id attribute).
  • Get a click on a link with a specific Class: When the post/comment author gets clicks on any link with a specific class (link class attribute).

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

Installatie

Vanuit WordPress back-end

  1. Navigeer naar Plugins -> Nieuwe toevoegen.
  2. Click the button “Upload Plugin” next to “Add plugins” title.
  3. Upload the downloaded zip file and activate it.

Direct uploaden

  1. Upload the downloaded zip file into your wp-content/plugins/ folder.
  2. Unzip the uploaded zip file.
  3. Navigate to Plugins menu on your WordPress admin area.
  4. Activeer deze plugin.

FAQ

Which attributes support [gamipress_link] shortcode?

[gamipress_link] shortcode ondersteunt:

  • href: de link URL.
  • label: de tekst van het link label.
  • id: The link identifier.
  • class: The link CSS classes.
  • doel: het link doel attribuut.
  • titel: de titel attribuut van de link.

Example: [gamipress_link href="https://gamipress.com" label="Click here!" id="my-link" class="awesome-links one-class other-class" target="_blank" title="Click here!"]

Kan deze plugin werken met aangepaste elementen?

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

<div id="{optional-id}" class="gamipress-link {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

Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

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

Bijdragers

“GamiPress – Link” is vertaald in 3 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “GamiPress – Link” naar jouw taal.

Interesse in ontwikkeling?

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

Changelog

1.1.4

  • Verbeteringen
  • Added the label attribute on the shortcode generated on the requirements UI.

1.1.3

  • Fouten opgelost
  • Opgelost type op de awards engine check.

1.1.2

  • Nieuwe functies
  • Added a shortcode section on the requirements UI to better guide about the shortcode required.
  • Verbeteringen
  • Performance improvements by limiting the number of requirements to check to only those who match with the event parameters.

1.1.1

  • Verbeteringen
  • Make links click don’t prevent any default event to let work other plugins.

1.1.0

  • Verbeteringen
  • Updated plugin security by adding the most up to date WordPress security methods.
  • Opmerkingen van de ontwikkelaar
  • Oude wijzigingslog verplaatst naar changelog.txt bestand.