Quantcast
Channel: Live News for Yii Framework
Viewing all articles
Browse latest Browse all 3375

[extension] cozumel/yii2-twemoji

$
0
0

Yii2 Twemoji

  1. Installation
  2. Usage
  3. CSS

Latest Stable Version Total Downloads License

A simple way to add Twemoji support to your Yii2 project.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist cozumel/yii2-twemoji "*"

or add

"cozumel/yii2-twemoji": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

use cozumel\twemoji\TwemojiAsset;

TwemojiAsset::register($this);

CSS

Because every project will have different size requirements, the css is not part of the extension. The default size of the emojis is 72x72. You can change this easily with some css. `css img.emoji { height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; } `


Viewing all articles
Browse latest Browse all 3375

Trending Articles