Learn how to add a button to any contact field link.
ATTENTION!
If you’re looking to fully leverage AI for your business, then READ THIS.
We’ve created what is regarded to be the best AI system for this CRM, full stop.
Here is just some of what it can do for you, with 1/10th the setup and maintenance time:
- Use AI to grade the quality of leads, and the quality of sales performance
- Use AI to generate tasks, followup messages, and call/conversation summaries
- Use AI to automatically determine the pipeline stage of any contact
- Give you full visibility into speed to lead, touch rate, engagement rate (and so much more)
If any of this interests you, click the link below to learn more.
Overview
This simple JavaScript (ECMAScript) will add this button to ANY custom contact field containing a link.
Here are some examples:
The button color, text, and effects can be customized.
By default, the link will open in a NEW tab.
How to Implement
Implementing this is extremely easy!
Note that you need to have agency access to add custom JS, but all you need to do is follow the video guide above, or just paste the code below into:
Agency View → Settings → Company → Whitelabel → Custom JS
If you want to customize the color/text/behavior of the button, scroll down to the section on Customizing.
Customizing
You may want to customize the color or text of the button. This is extremely easy to do.
Changing Color
To change the color, you have 2 options:
- Use a Tailwind default color class. Your options are here: https://tailwindcss.com/docs/colors
- Your chosen color will be something in the format of
blue-500(default) - Change the given script like so:
- Use a custom hex or HSL color code. I prefer hex
- Your hex code will look something like #123ABC (numbers 1-9 and letters A-F represent a 16-digit counting system, 1 digit for each color.)
button.className = "flex-shrink-0 px-3 py-2 bg-blue-500 text-white rounded hover:bg-blue-600 hover:text-white text-sm"
// Change 'bg-blue-500' to your tailwind class, ex: bg-red-400, and the 'hover:bg-blue-600' to ex: hover:bg-red-500 (this is the color when the button is hovered over)Changing Text
To change the displayed text, just edit this attribute:
button.textContent = "Visit →"
// Change the value in quotes to anything else, ex: "Go", "Go ->", "Open", etc.Changing Behavior & Style
If you’re familiar with JS or Tailwind, then you already know that you can change other things in this script to suit your preferences.
Or just ask your smartest LLM for help with customization.
Features
- Uses Tailwind classes to add effects and colors to the button
- Always shown even when you hide/show the field
Ready to Install?
When you’re ready to install any app, click the link below to be taken through our installation wizard which can help you get it installed!
Frequent Questions
Do you offer custom development work?
Should I install your app at the agency level or location level?
What’s your support like?
How do I install your app?
Do you offer a free trial?
Can I request a feature or product?
Are there any usage limits on your apps?
Can I use your app on multiple accounts?
How do I uninstall the app?
Need to Get in Touch?
If you have any questions, concerns, or ideas, I’d love to hear them!
Visit the page below to book a call or get in touch right away.