url in text

Post Reply
Geonx
Ssr. Bludit
Posts: 18
Joined: Sun Nov 15, 2015 1:18 pm
Contact:

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>
My Plugins
My Blog | Tech, DIY, Tutorials, Retro and more…
hxii
Ssr. Bludit
Posts: 20
Joined: Sun Nov 22, 2015 11:01 am
Contact:

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>
Learn by doing.

web
Post Reply