Introduction

This is a first version of the product. We want a software that transform url into embed code working on the client side. For example.

If I give to the software the following text >>
this is a example text with google url www.google.es

I am expecting as a result this>>
this is a example text with google url <a href="www.google.es">www.google.es</a>

Which technologies do we use

We are using jQuery, jQuery templates and Javascript.

How it works

1 . Getting URLS

We parse the text looking for urls and we return a list

2 . Transform each URL

Now we have a URL, so we find a match in the list of providers, each provider implements a function that return true if the provider can transform the given url. Once we know which kind of url is we can transform it using a Template.

It has so many advantages, check that list:
What I would like to improve for the next release:

How can I contribute?

How can I join?

Just let a comment with your email and I will contact you.