Emoji set

Facebook emoji, on any page

Meta's in-app set, drawn rounder and warmer than the system emoji it replaces inside the app.

emoji_set: "facebook" Ships on Facebook and Messenger
emoji_set: "facebook" Facebook
A page rendered with the Facebook emoji set
When to pick it
Preview images for Facebook, and mockups of Messenger threads.
Why it is not just CSS
Nothing in a stylesheet can produce a glyph the machine does not have. The only way to render Facebook emoji is for that font to be installed and chosen — which is a container decision, not a request one, and is why this is eight browsers rather than eight parameters on one.

Rendering with Facebook

The response body is the image. Change the one word to compare it against another set.

bash
curl -X POST https://webshotter.com/api/v1/webshots \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "emoji_set": "facebook"}' \
  -o facebook.png

The other sets

Render your page with Facebook emoji

A hundred webshots a month on the free plan, no card. One parameter changes the browser.