Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Hyperlinks to handouts in through chat with picture.

I've seen and am using a macro set up that allows my maps and token items to be interactive, a "gather intel" macro displays in the upper right hand corner of the screen whenever a token is selected leading to a pop up in chat giving a brief description and a "click here for more" link to the actual handout using bracket commands and linking handouts with brackets. I also know how to do something similar where an image can appear in the chat pop-up to display some visual. What I am now trying to do is combine the two. I am trying to get it to work where I can have the token pop a message in chat with the image of the token AND a link below the image that will lead to the actual handout. The error I am having is the token section where I place the links can't seem to hold more than two links in it. otherwise it gets confused.   Here is a screenshot of what happens when I try and add the image URL along with the handout URL (separating then with parenthesis and space inbetween) 
1670107884
Kraynic
Pro
Sheet Author
It might be helpful to see the actual macro you are using to see if there are syntax problems with your link, but my initial suggestion is to simply add the link in another line of the default template.  You would just tag something like this onto the end of the macro you used in the upper part of the image: {{[Click Here To Learn More](insert url here)}}
Here is the macro: &{template:default} {{name=@{selected|token_name}}} {{@{selected|bar1}  [Click Here To Learn More](@{selected|bar1|max})}} They select a token and "Gather intel" appears on the upper left. In this case I put a URL of the image in bar 1, instead of the handout URL but now I am trying to include both URLs in the same bar but it can't seem to discern between the two
1670129982
Kraynic
Pro
Sheet Author
Did you try making it a second line? &{template:default} {{name=@{selected|token_name}}} {{@{selected|bar1}}} {{[Click Here To Learn More](@{selected|bar1|max})}}