· Minor fixes on embedded parameters;
· Added flag for accepting providers that need page parsing for embedded code;
· Added 3 new methods for the above flag;
· By default the flag is false
· Added getProviderImageIdentifier() method that will return the path to a unique image identifier for the provider, by default is the provider icon, but if the provider doesn't have an icon then it will be a custom image;
· Added default provider icon when the provider doesn't have one
· Refactoring on parseUrl method;
· Fixed JavaScript warnings for IE;
· Fixed fullScreen support;
· Added option to automatically generate width/height for embedded code based on the ratio calculated based on the default width/height from sites that are supported; This functionality will work pnly if you provide width or height not both;
· Added option to set maxWidth and maxHeight;
· Added option to get width and height for the embedded code
· Added option to get the provider URL (from where the embedded code comes);
· Added option to prioritize dimensions (width/height), used for maxWidth/maxHeight.