Share & Print

Buttons for printing or sharing the website via the operating system’s native sharing functionality.

WordPress

patterns/share-print-static.php

Figma

Docs

The buttons have two IDs to which the print and share functions are attached.

  • #kbButtonPrint
  • #kbButtonShare

Since WordPress does not set IDs for buttons directly on the link but on the surrounding <div>, we target the <a> elements inside from that container in the JS.

Back to top