Drop a live product personalization editor into any site with one script tag and a licence key.
Try the live demo →<!-- 1. load the widget --> <script src="https://customizer.manaprint.com/v1/customizer.js"></script> <!-- 2. open the editor with your licence key --> <script> ManaPrintCustomizer.open({ key: "mck_live_…", // your publishable, domain-locked key apiBase: "https://api.manaprint.com/public/api/client", template: { /* product config — productType picks the editor */ }, onSave: function(design, previews, print) { // design + preview PNG(s) + print-ready artwork } }); </script>
apiBase. An invalid or wrong-domain key blocks the editor.productType in the template selects the editor: photo/magnet, tshirt (front/back), or mug.Need a key? Contact ManaPrint.