GoE
GoE

Reputation: 596

Emoji in Wordpress title tag

how it is possible to add an emoji in the Wordpress-Title-Tag?

In html its like this:

<title>&#x1F601</title>

But in Worpress, the title would not be encoded into an emoji.

Any idea?

Upvotes: 0

Views: 2548

Answers (2)

GoE
GoE

Reputation: 596

Ok sorry the answer is so stupid... i only missed the ';' after the code, so it works with the unicode emojis.

Upvotes: 2

Andrew Hendrie
Andrew Hendrie

Reputation: 6415

You can use a WordPress plugin for this. There are multiple options; however, I like hello emoji.

https://wordpress.org/plugins/open-source-emoji/

https://wordpress.org/plugins/hello-emoji/

https://wordpress.org/plugins/wp-emoji-one/

You can also check the WordPress.org Codex for a list of 'smileys' or emoticons that are available to WordPress by default:

http://codex.wordpress.org/Using_Smilies

Upvotes: 0

Related Questions