This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://api.printfection.com/v2/printfection.js"></script> | |
<script type="text/javascript"> | |
// Specify your API Token below this is private! | |
Printfection.configure({ api_token: "API-TOKEN-HERE" }); | |
</script> | |
<!-- Use element data attributes to pre-fill your order data (only data-campaign-id is required). --> | |
<a class="pf-order-button" href="#" data-campaign-id="######">Order Swag</a> | |
<!-- Here are some additional data-attribute examples. --> |