emojify.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/hassankhan/emojify.js
软件介绍
emojify.js 是一个 JavaScript 模块用来转换 emoji 关键字到图片。目前 Gitter 正在使用该模块。emoji 关键字的描述请看 emoji-cheat-sheet.com.
示例代码:
emojify.setConfig({
emojify_tag_type : 'div', // Only run emojify.js on this element
only_crawl_id : null, // Use to restrict where emojify.js applies
img_dir : 'images/emoji', // Directory for emoji images
ignored_tags : { // Ignore the following tags
'SCRIPT' : 1,
'TEXTAREA': 1,
'A' : 1,
'PRE' : 1,
'CODE' : 1
}
});
emojify.run();
Building Web Reputation Systems
Randy Farmer、Bryce Glass / Yahoo Press / 2010 / GBP 31.99
What do Amazon's product reviews, eBay's feedback score system, Slashdot's Karma System, and Xbox Live's Achievements have in common? They're all examples of successful reputation systems that enable ......一起来看看 《Building Web Reputation Systems》 这本书的介绍吧!
