站內搜尋

Friday, September 23, 2011

[wordpress] 播放影片的外掛wordTube 注意事項

基本安裝我就不說了,裝完之後使用上有一些要注意的地方...

一、無法使用外掛後台去更改影片大小,不管怎麼改都是320*240,只能用語法在每一篇去設定大小。
[media id=1 width=640 height=480]

二、影片提止會跳出一些有的沒的info,如果不想要顯示,只能直接修改程式碼。

Go to: wordpress/plugins/wordtube/lib/wordtube.class.php
you must download that 'wordtube.class.php' via FTP, open it with some editor and go to the line Nº346:
$this->swfobject->add_params('allowscriptaccess', 'always');
and change 'always' for 'never', like this:
$this->swfobject->add_params('allowscriptaccess', 'never');
then save and replace the file in the remote folder
That's it

1 comment:

  1. 你好,我是用過後,發現無法全螢幕的問題
    請問要怎麼改呢?

    ReplyDelete