• Can you add new shortcode parameter to custom link for applications?
    For example, I want to calc click statistics for my applications links.

    I am adding to abbbox shortcode parameter link=”https://bit.ly/someting”

    For process it I’ve added custom code to functions.php:

    remove_shortcode('apbbox');
    add_shortcode('appbox', 'my_function');

    in my_function I use appbox class to process the output.

    It will be really nice if you will add “link” parameter for shortcode or just filter/hook for output funciton.

    I can also add own commit with this functionality if you tell me where I can contribute the code.

    • This topic was modified 8 years, 9 months ago by Anton Lukin.
Viewing 1 replies (of 1 total)
  • i second this feature request. for tracking or statistics it is necessary, to change the link of a particular appbox (not in general, i know that’s in the settings). would be great to simply add the link as a parameter in shortcode.

    @alukin: could you provide your code snippet in the meantime? that would be much appreciated!

    • This reply was modified 8 years, 8 months ago by Minneyar.
    • This reply was modified 8 years, 8 months ago by Minneyar.
Viewing 1 replies (of 1 total)

The topic ‘Custom link field to shortcode’ is closed to new replies.