Prepare TeamCloner Page for Offsite Use
Paste HTML that contains TeamCloner Smarty variables → enter real info → scan → apply replacements → export normal HTML.
Clear
Load Sample
Scan Variables
Apply Selected Replacements
1) Paste HTML With Smarty Variables
Raw, full page
2) User / Company Info To Insert
Saved only in this page session
Full Name
First Name
Last Name
Phone
Email
Subdomain
Site Domain
Street Address
City
State
Zip Code
FB Messenger Username
WhatsApp Number
Telegram Username
Skype Username
Calendly Link
Main Link
Join Link
Shop Link
Photo URL is built automatically as:
https://[subdomain].[site-domain]/module/responder/site/get_photo
3) Found Smarty Variables
0
matches
All variables
User Info
Social / Chat
Company Links
Photo
Unknown
Select all
None
4) Output HTML
Copy
Download
Supported Variables
{$user.name|escape}
{$user.first_name|escape}
{$user.last_name|escape}
{$user.phone|escape}
{$user.email|escape}
{$user.address|escape}
{$user.city|escape}
{$user.state|escape}
{$user.zip|escape}
{$user.sub_domain|escape}
{$config.site_domain|escape}
{$user.global_user_fbmsgr_link|escape}
{$user.global_user_whatsapp_link|escape}
{$user.global_user_telegram_link|escape}
{$user.global_user_skype_link|escape}
{$user.global_user_calendly_link|escape}
{$user.global_user_main_link|escape}
{$user.global_user_join_link|escape}
{$user.global_user_shop_link|escape}
Notes:
This version does the opposite of the admin mapper: it replaces Smarty variables with user-entered values.
It supports full variables inside prebuilt links, such as
https://m.me/{$user.global_user_fbmsgr_link|escape}
.
It also supports the photo URL pattern using
{$user.sub_domain|escape}
and
{$config.site_domain|escape}
.
Done.