splitbrain / dokuwiki-plugin-vshare

Plugin to easily embed videos from various video sharing sites into DokuWiki
http://www.dokuwiki.org/plugin:vshare
17 stars 19 forks source link

Adding caption #2

Closed ka2pink closed 14 years ago

ka2pink commented 14 years ago

Could you add the ability to make a caption to a video (as they are made to the pictures)? Something like: {{youtube>xxxxxx?small|Caption}}

splitbrain commented 14 years ago

Well, image captions are currently displayed as title tooltips. This wouldn't work with flash videos. How should they be displayed?

ka2pink commented 14 years ago

I plan to replace the plugin "youtube" with "vshare". In the plugin "youtube" I can use captions as tooltips (displayed on mouse move) or as alternate text. In my wiki (http://ikso.net/kantaro) I have many embed flash video with comments and I would not want to lose these comments during the transition. vshare is more convenient for me. Thanks.

ka2pink commented 14 years ago

Video title tooltips are displayed, if add "title" in object and parameter "wmode=transparent":

  1. object type="application/x-shockwave-flash" data=... title="TITLE"
  2. param name="wmode" value="transparent"

Please help mi modify the code for using comments.

splitbrain commented 14 years ago

Added title support. closed by 06ca10361ca18d4b24a834252dabdc4783126717