Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    This function is available to call from your PHP code:
    thanks_buildButtonCode($thanksCaption = "", $siteGlobal = false)
    in your case to make button global (not linked to selected post) call it this way
    <?php echo thanks_buildButtonCode("Thank You", true); ?>
    and it will output needed HTML code.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Thank You Counter Button] Code for the button’ is closed to new replies.