Page 1 of 1

url in text

Posted: Sun Nov 15, 2015 1:24 pm
by Geonx
Hi there. I am trying the bludit and i like it.

I want to make an auto-embed function, but the system takes the URLs in text and converts them in html. I don't want that, how can i disable this? I want the plain URLs to stay as is.

For example:

Code: Select all

https://www.youtube.com/watch?v=XQCc8JchYk4
converted into:

Code: Select all

<a href="https://www.youtube.com/watch?v=XQCc8JchYk4">https://www.youtube.com/watch?v=XQCc8JchYk4</a>

Re: url in text

Posted: Sun Nov 22, 2015 11:05 am
by hxii
You need to paste the embed code, not the regular URL.
For the video above, it's:

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/XQCc8JchYk4" frameborder="0" allowfullscreen></iframe>