Last updated 10/05/2023
Before adding personalized text make sure you have added the initialization script tag.
With this feature, you can replace generic content with a personalized message that users only see once they have authenticated. For example, on your homepage, you can mention the user by name:
The available content to insert is First Name, Last Name, Full Name, and Email Address.
To set this up on your Webflow site, please follow these steps:
Select the Custom Code from the left menu.
In the Head Code field, paste in the following script tag after the Bread & Butter initialization script tag:
<script> null == window.breadbutterQueue && (window.breadbutterQueue = []), window.injectBreadButter = function (e) { "undefined" != typeof BreadButter && BreadButter.init ? e() : window.breadbutterQueue.push(e) }; injectBreadButter(function () { BreadButter.ui.applyText('FIELD_ID', "TEMPLATE", { type: 'TYPE' }); }); </script>
Note: If you have other Bread & Butter feature snippets, just add this snippet below them.
Replace TEMPLATE with the new text that you want to appear when a user authenticates. You can use plain text or html, which must be specified in the TYPE below. The available customization fields are:
%FIRST_NAME%
%LAST_NAME%
%NAME%
%EMAIL%
Note: This will replace all of the text in the text field.
Don’t use Bread & Butter? Want to learn more about how Bread & Butter solves the four biggest problems facing marketers today? Book a demo and see how Bread & Butter is helping marketers make the most of their first-party data
Add authentication & API event tracking to your website/app with a script tag & configuration