Multimedia Chat Activity

Multimedia Chat Activity

by Paul 'Fire' Preibisch -
Number of replies: 2
Hi everyone,

I want to modify the Moodle Chat activity so that if someone enters a url to an image, or a youtube video, the chat would automatically embed that youtube video or image directly into the chat window.

Can anyone give me some pointers on where to start my modifications in the code?
Example:
Chat activity with multimedia
Average of ratings: -
In reply to Paul 'Fire' Preibisch

Re: Multimedia Chat Activity

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Actually the mediaplugins filter cvs:/moodle/filter/mediaplugin/filter.php already does that for youtube videos.

http://cvs.moodle.org/moodle/filter/mediaplugin/filter.php?revision=1.54&view=markup&pathrev=HEAD

You can see where it's detecting patterns and substituting code.

Makes sense to extend that for images too. Send us a patch in the tracker!