Implementing Quotebacks in WordPress
Quotebacks are an interesting way to cite content from other websites. They work in two stages. ## Installing the extension and getting the quotations The first one is HTML formatted with special data attributes, a footer and a link to the script. There are browser extensions to create this code, one for Chrome and one for Firefox (currently under development). Once the extension is installed, go to a page, select text and press command + shift + S on Mac and control + shift + S on Windows  The final step in this section is to paste the code into the page that you want to use ## Installing the script The second part, the `quoteback.js` scripts converts the blockquote into a custom element with its own built-in styles. The installation is simple, either create a script and point the source to the CDN ```html ``` Or download the script and link to it locally ```html