GithubHelp home page GithubHelp logo

jquery-emoji's Introduction

jQuery Emoji Plugin

A simple, lightweight jQuery plugin for emoji parser. ๐Ÿ‘…

Installation

Include script after the jQuery library (unless you are packaging scripts somehow else):

<script src="/path/to/jquery.emoji.js"></script>

Usage

Very simple.

<script type="text/javascript">
$(document).ready(function(){
  $('.comment').each(function(i, d){
    $(d).emoji();
  });
});
</script>
...
<div class="comment">
  <p>:+1:</p>
</div>

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

linyows

License

Copyright (c) 2012 linyows Licensed under the MIT license.

jquery-emoji's People

Contributors

linyows avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-emoji's Issues

Some are missing

Hello!

Noticed your site doesn't fully reflect the images available. A quick debugging showed these to be the missing items.

They are also not recognised by the javascript library so writing

:kissing_smiling_eyes:

would not be converted it to an image (which technically means this is not a bug as no 404 will ever actually occur).

GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/kissing_smiling_eyes.png 404 (Not Found) emoji:197
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/stuck_out_tongue.png 404 (Not Found) emoji:199
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/sleeping.png 404 (Not Found) emoji:201
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/worried.png 404 (Not Found) emoji:203
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/frowning.png 404 (Not Found) emoji:205
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/anguished.png 404 (Not Found) emoji:207
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/open_mouth.png 404 (Not Found) emoji:209
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/grimacing.png 404 (Not Found) emoji:211
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/confused.png 404 (Not Found) emoji:213
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/hushed.png 404 (Not Found) emoji:215
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/expressionless.png 404 (Not Found) emoji:217
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/disappointed_relieved.png 404 (Not Found) emoji:225
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/sparkling_heart.png 404 (Not Found) emoji:305
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/boom.png 404 (Not Found) emoji:315
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/fu.png 404 (Not Found) emoji:393
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/raising_hand.png 404 (Not Found) emoji:419
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/hourglass_flowing_sand.png 404 (Not Found) emoji:871
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/house_with_garden.png 404 (Not Found) emoji:1306
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/white_check_mark.png 404 (Not Found) emoji:1879
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/white_square_button.png 404 (Not Found) emoji:1883
GET https://github.com/linyows/jquery-emoji/raw/master/images/emojis/black_square_button.png 404 (Not Found)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.