Qu!ckCl!p-Button



Introduction

Do you know these buttons?

Most do so^^. Buuuut do you already now this one?

This button enables users of your webpage to save content directly to their Qu!ckCl!p-Clipboard. It is comfortable to store information quickly, it doesn't need a CTRL+C to save text to your clipboard.

It saves text to the web clipboard even if the Qu!ckCl!p-client is not installed!

How to add this button to my website?

Copy this lines anywhere to your code. The best way is to put it into the HEAD-tag:

<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.js"></script> <script src="http://quickclip.heinemann.at/api/btn/qc.js"></script>

The next line is the button itself. Copy it wherever you want the button to be seen and change the DATA-attribute to the text you want your website visitors to copy.

<div class="savetoquickclip" data="CONTENT YOU WANT THE USER TO COPY"></div>

That's it. It's easy. It's powerful.