Stap 1: De code verkrijgen
<!----> load Feather code
< script type = ' text/javascript' src = "http://feather.aviary.com/js/feather.js" >< / script >
<!--instantiëren Feather-->
< script type = "text/javascript" >
var featherEditor = nieuwe Aviary.Feather ({}
apiKey: '',
apiVersion: 2,
tools: 'alles',
appendTo: '',
onSave: function (imageID, newURL) {}
var img = document.getElementById(imageID);
<!----> load Feather code
< script type = ' text/javascript' src = "http://feather.aviary.com/js/feather.js" >< / script >
<!--instantiëren Feather-->
< script type = "text/javascript" >
var featherEditor = nieuwe Aviary.Feather ({}
apiKey: '',
apiVersion: 2,
tools: 'alles',
appendTo: '',
onSave: function (imageID, newURL) {}
var img = document.getElementById(imageID);
img.src = newURL;
}
});
functie launchEditor (id, src) {}
featherEditor.launch({
afbeelding: id,
URL: src
});
return false;
}
< / script >
< div id = "injection_site" >< / div >
< img id = "image1" src = "http://images.aviary.com/imagesv5/feather_default.jpg" / >
<!--Voeg een knop bewerken, passeren de HTML-id van de afbeelding en de openbare URL ot de afbeelding ->
< p >< input type = "afbeelding" src = "http://advanced.aviary.com/images/feather/edit-photo.png" value = "Foto bewerken" onclick = "terugkeer launchEditor ('image1', 'http://images.aviary.com/imagesv5/feather_default.jpg');" / >< /p >
Nu alles wat je hoeft te doen is exemplaar en plak uw code naar een notitie pad. (Boven)