Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created August 23, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyolk/3443665 to your computer and use it in GitHub Desktop.
Save yyolk/3443665 to your computer and use it in GitHub Desktop.
Use emojii from http://www.emoji-cheat-sheet.com/ and set it to your klout score. For #SCREENSHOTS
$(function() { var emojii = prompt(">"); $(".value").html("<img src='https://raw.github.com/arvida/emoji-cheat-sheet.com/master/public/graphics/emojis/"+emojii.substring(1, emojii.length-1)+".png'>"); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment