Introduction
This is a first version of the product. We dont have any documentation for the moment.
But you can download the source code and run the first example to understand what you need.
Steps to make it work.
Step | Action | Description / Code |
1 | Add script tags | <script src="http://code.jquery.com/jquery-latest.js"></script><script src="jquery.tmpl.js" type="text/javascript"></script> <script type="text/javascript" src="Gembed.js" ></script><script type="text/javascript" src="GembedProviders.js" ></script> |
2 | Initialize | initialize(); |
3 | Use getEmbedText function | The function get as a parameter a string and return a string with all the url transformed in the example we used jquery to transform all the text inside a div |
Get started downloading the example
http://gembed.codeplex.com/releases/view/83819
Are you a Nuget user? Download it easily
Install it from
Visual Studio
- Right click references
- Add Library package reference
- Search for "Gembed"
or type
PM> Install-Package Gembed
Many thanks everyone