Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to add a link that contains parentheses in a YouTube video description?

$
0
0

For example, if I wanted to link to https://en.wikipedia.org/wiki/1995_(film) from my YouTube video's description, if I add that directly to my description text then what I get is a broken link to:

<a href="https://en.wikipedia.org/wiki/1995_(film

missing the trailing parenthesis + the ) as plaintext in description, i.e.:

<a href="https://en.wikipedia.org/wiki/1995_(film">https://en.wikipedia.org/wiki/1995_(film</a>)

How to best avoid that?


Viewing all articles
Browse latest Browse all 9782

Trending Articles