Here is the first contribution.
http://videos.sapo.pt
Find AdminCP -> Plugins and Products -> Plugin Manager select the plugin "Parse/Replace New Post" under "Product: Automatic Embedded Video" and add:
Regular Expression:
Code:
// videos.sapo.pt
array_push($replace, '[sapovid]$1[/sapovid]');
array_push($patterns, '^\[URL\]http://videos\.sapo\.pt/(\w*)\[/URL\]^i');
Find AdminCP -> Custom BB Codes -> BB Code Manager and add:
Add BB Code:
Code:
Title: Sapo Embedded Video
Tag: sapovid
Replacement:
<embed src="http://imgs.sapo.pt/sapovideo/swf/flvplayer-sapo.swf?file=http://rd3.videos.sapo.pt/{param}/mov/1" type="application/x-shockwave-flash" width="400" height="325" wmode="transparent"></embed>
Example: [sapovid2]GnR4iyISmcKjJnRAj6cY[/sapovid2]
Description: Allows users to embed video from videos.sapo.pt
That's it
Now you may play videos from the Portuguese portal Sapo.pt.