<!-- Load Feather code -->
<script type=\"text/javascript\" src=\"http://feather.aviary.com/js/feather.js\"></script>
<!-- Instantiate Feather -->
<script type=\"text/javascript\">
var featherEditor = new Aviary.Feather({
        apiKey: 'd8d50760e',
        apiVersion: 2,
        tools: 'stickers,text,draw',
        appendTo: '',
        onSave: function(imageID, newURL) {
            var img = document.getElementById(imageID);
            img.src = newURL;
        }
    });
function launchEditor(id, src) {
        featherEditor.launch({
            image: id,
            url: src
        });
        return false;
    }
</script>
Вот подлючение