Héctor Velarde schrieb:
in the past few months I've been working on developing two products to add support in Plone for externally stored multimedia files: ATGoogleVideo (which supports Googe Video and YouTube) and ATOdeoAudio (which supports Odeo).

the coding was easy and I made the templates valid XHTML using only <object> tags.

I think it would be also easy to port the solution to blog products using some sort of WordPress syntax like [odeo=http://odeo.com/audio/1934391/view].

there could be two possible solutions: server side, which means modifying the text on the template to replace the above with its associated <object> tag; or client side, which means using some JavaScript code that could be shared by all blog products.

For the server-side here are two possible solutions:
- use the module developed with wicked (textfilter?)
- a custom portal_transforms-module that parses your Text



is there anybody interested on this? any comments?

you can see current product templates here:

http://julius.jornada.com.mx/browser/code/ATGoogleVideo/tags/0.4/skins/atgooglevideo_templates/googlevideo_macros.pt http://julius.jornada.com.mx/browser/code/ATOdeoAudio/tags/0.2/skins/atodeoaudio_templates/odeoaudio_macros.pt

best regards


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to