TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do I make a link clickable on HN?

3 pointsby am2267over 12 years ago
I'm trying to make www.investopad.com clickable in a comment elsewhere.<p>Is it a karma thing?

5 comments

benologistover 12 years ago
For comments you have to just type the url, no text or tags.<p><a href="http://google.com/" rel="nofollow">http://google.com/</a><p>For submissions you can submit a url <i>or</i> text but not both, and URLs in the text don't get parsed.
inetseeover 12 years ago
What you could do is submit a post describing the website and why HN readers should be interested in it. Then immediately post a comment with a clickable link to the URL.
codegeekover 12 years ago
To make a link clickable in a comment, you need to prefix it with "<a href="http://" rel="nofollow">http://</a>.
arscanover 12 years ago
Urls don't become links in the text of the submission. They do become links in comments.
mohit_aggover 12 years ago
btw how much karma is required to submit a startup for review?