GET WEEKLY FREE WEB TIPS

Subscription Form
document.addEventListener('DOMContentLoaded', function() { // Add Copy Button to each code block document.querySelectorAll('.wp-block-code').forEach(function(codeBlock) { const button = document.createElement('button'); button.className = 'copy-button'; button.textContent = 'Copy'; button.addEventListener('click', function() { const code = codeBlock.querySelector('code').textContent; navigator.clipboard.writeText(code).then(() => { button.textContent = 'Copied!'; setTimeout(() => button.textContent = 'Copy', 2000); }); }); codeBlock.appendChild(button); }); });