Hi @abdouse79
I will add an update to award to the post, page or comment author for receive clicks on the links he placed
This update will work if the plugin you are using is based on WordPress comments
Also keep in mind that our plugin just handle clicks on links generated by [gamipress_link] shortcode
If you want to add a custom workflow then you will need to do it by custom code
I will mark this topic as resolved because the update will be released today
Best regards
Thank you for your reply.
If I understand you, for example I cannot just grab a css class of one element and pass it to the the gamipress achievement requirement step class placeholder.
I will have to find a way to wrap the gamipress link shortcode around any previous links I want to collect data from.
this is my website linkseneflshare website
Thank you!
Hi @abdouse79
The update has been released!
You can place your own links, just add the class gamipress-link to let GamiPress – Link fire events
Check the plugin files to completely meet how it works and use it as you like
Best regards
Sorry I am a bit lost. Where am I supposed to put “gamipress-link”?
In the required steps placeholder or in my css theme, or both?
Thanks
Hi @abdouse79
If you do not have programing skills, then use [gamipress_link] to place plugin links
But If you have programing skills and you want to add your own links, then you can do that adding to your links the class gamipress-link like:
<a href="{URL}" class="gamipress-link">{text}</a>
Best regards
Thanks it is working now.