Imgur JS Uploader

Advanced examples

These examples can be made with help of javascript and CSS.

Button Styled

Upload the image
HTML
<form method="get"> <div class="w3-margin-bottom"> <span id="fakebutton" class="w3-tag w3-blue">Upload the image</span> </div> <input id="image" class="image" type="text" value="http://i.imgur.com/v2XEjln.jpg" /> </form>
Javascript
$('.image').imgurUploader(); $('#fakebutton').on('click', function() { $('#imgur1').click(); });