Skip to main content
All CollectionsPlugins
Memoji Generator
Memoji Generator

Generate unique Memoji-style avatars for your app with the Tapback Memoji API Plugin—perfect for user profiles and placeholders.

Adam avatar
Written by Adam
Updated over 2 weeks ago

Overview

The Tapback Memoji API Plugin by Syrup allows Bubble app developers to generate unique Apple Memoji-style avatars. These avatars can be created based on user input or generated randomly, making them perfect for user profiles, placeholders, or design prototyping.

Installation

  1. Add the Plugin: Navigate to the Bubble plugin tab in your editor. Search for the “Tapback Memoji API Plugin by Syrup” and add it to your application.

  2. Configuration: There is no complex configuration needed for this plugin. It works out of the box once installed.

Using the Plugin

Here’s how to utilize the plugin within your Bubble workflows:

Generating a Specific Avatar

  • Step 1: Add an input element to your page where users can type the name or string they want to use for the avatar.

  • Step 2: Add an image element where the avatar will be displayed.

  • Step 3: Create a workflow when the input is submitted (e.g., when a button is clicked).

  • Step 4: Use the Tapback Memoji API action "Generate Avatar from String" and pass the input's value as the parameter.

  • Step 5: Display the resulting avatar URL in the image element.

Generating a Random Avatar

  • Step 1: Add a button that users can click to generate a random avatar.

  • Step 2: Add an image element where the random avatar will be displayed.

  • Step 3: Create a workflow that triggers when the button is clicked.

  • Step 4: Use the Tapback Memoji API action "Generate Random Avatar."

  • Step 5: Display the resulting avatar URL in the image element.

Did this answer your question?