Synthetic Fabric Care Guide PDF Generator
`);
printWindow.document.close();
printWindow.print();
}
function shareOnFacebook() {
const url = encodeURIComponent(window.location.href);
const title = encodeURIComponent('Synthetic Fabric Care Guide Generator');
window.open(`https://www.facebook.com/sharer/sharer.php?u=${url}`, '_blank');
}
function shareOnTwitter() {
const url = encodeURIComponent(window.location.href);
const text = encodeURIComponent('Create personalized synthetic fabric care guides with this helpful tool! ๐งบโจ');
window.open(`https://twitter.com/intent/tweet?url=${url}&text=${text}`, '_blank');
}
function shareOnPinterest() {
const url = encodeURIComponent(window.location.href);
const description = encodeURIComponent('Synthetic Fabric Care Guide Generator - Create personalized care instructions for your synthetic fabrics');
window.open(`https://pinterest.com/pin/create/button/?url=${url}&description=${description}`, '_blank');
}