I have a page that contains a text <p></p>
, how do I make the links placed in that text convert to href and can be clicked by the user.
Asked
Active
Viewed 21 times
0

Ibrahim
- 798
- 6
- 26

Jhonatan Meza
- 3
- 3
-
Can you provide an example please – Freddy Mcloughlan Jun 12 '22 at 04:39
-
I am creating a blog, and my posts display text that may contain a link that displays as text, as follows: "Lorem Ipsum is simply the text https://google.com fictitious text of the printing and typesetting industry." How can I make the text **https://google.com**, display as a href link? Or in other words convert to this: `https://google.com` – Jhonatan Meza Jun 12 '22 at 04:57
-
Maybe you could try http://alexcorvi.github.io/anchorme.js/ – Freddy Mcloughlan Jun 12 '22 at 05:15
-
Yes, indeed that is what I am looking for, thank you very much for the two answers, both are very helpful for me, I appreciate it. – Jhonatan Meza Jun 12 '22 at 05:18
-
No worries Jhonatan :) – Freddy Mcloughlan Jun 12 '22 at 05:21