WATCH READ I found it hard to find HTML code to create a “Copy URL To Clipboard” button in WordPress that matched my button styles. But thanks to https://orclqa.com/copy-url-clipboard/​ – I found it. This video shows how I did it. <button>Copy Link</button> <script> function copyToClipboard(text) { var inputc = document.body.appendChild(document.createElement(“input”)); inputc.value = window.location.href; inputc.focus(); inputc.select();…

Read More

WATCH READ I wish everyone who needed or wanted a website had a solid budget to work with Data Driven Design on a WordPress site, but seeing as our WordPress projects start at $1,500, not everyone can afford it – especially Solopreneurs just starting out. But rather than go down the SquareSpace or Wix rabbit…

Read More