question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sending a formatted link to client

See original GitHub issue

I have tried:

1. session.send('[display text](http://ww.bing.com)')
2. session.send('[display text(http://ww.bing.com)]') 
3. session.send('(display text)[http://ww.bing.com]') 

What is the correct way to send formatted links?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
tomlmcommented, Apr 13, 2016

[display](http://link) http://docs.botframework.com/connector/message-content/#navtitle

NOTE: Some channels (like SMS) don’t support named links, and so it will render as display http://link

1reaction
tomlmcommented, Apr 13, 2016

No, if you are binding directly to an environment then it is up to you to figure out how to render in that environment.
The connector acts as layer to isolate you from having to do that, and it does that by translating from markdown to the target environment.

Skype doesn’t support markdown, but it does support <b>bold</b><I>italic</I> and <quote>quotedtext</quote> <s>strikethrough</s>

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Make "Fancy" Formatted URLs and Links in Rich Text ...
How to create rich text link snippets · Open the TextExpander app and create a new snippet · Set the Content type to...
Read more >
Email formatting basics (links in plain text emails)
If you send it as HTML, just use a simple anchor tag and use the URL as both the href and the text....
Read more >
5 Best Practice Tips for Email Links That Get Clicks (and Taps!)
So how should you format your links for more clicks? Here are some pointers to keep in mind next time you're updating your...
Read more >
Add a mailto link in an email
Insert a mailto link ... Highlight the text you want to link and then click the link icon. ... Select Email from the...
Read more >
Sending a link to a web site - eM Client
Go to Menu > Settings > Mail > Compose > Mail Format. Set both options to HTML, then click on Save & Close....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found