Node that lets you put in your links so the bot ca...
# 👀feature-requests
j
so a node that you can put in links then it provides links refering to that topic the user talked about (the link should be in a text format)
c
Did you try to add your url in a text node? It should work as long as you use the markdown format.
j
markdown format >
huhhh
c
See: Link
j
how can you get that ?
p
Just type
Copy code
[Link] (your_link)
j
where ?
p
in a text node
c
Thanks @powerful-wire-40964 🙂
n
Is it possible to change just the color of the links?
q
Try these, In Advanced Styler, if the link or email address is from the bot
Copy code
css
a {
  color: red;
}
if it's from the user
Copy code
css
.bpw-from-user .bpw-chat-bubble .bpw-chat-bubble-content a{
color: red;
}
n
Thank you @quick-musician-29561
2 Views