Hi

I'd like to integrate my drupal portal with slideshare.

I've a question. How is your module different from the slideshare module [http://drupal.org/project/slideshare] that is already present in the drupal repository? Wouldn't it be helpful if you join forces with that module's dev team rather than reinvent the wheel.

thanks
Arvind

Comments

ferdi’s picture

slideshare module is used to *embed* slideshare.net presentations in your site (using embeded media field).

slideshareapi is an api module in case you want to use with slideshare.net api (http://www.slideshare.net/developers). For example the slidesharefield module (http://drupal.org/project/slidesharefield) uses the API to upload files from your site to slideshare.net.

thanks!