1. Unfiltered MU
解決wpmu 吃標籤
2. YouTube 作者 EmbedPlus Team
2016年12月20日 星期二
2015年11月5日 星期四
This XML file does not appear to have any style information associated with it ==>from chrome
This XML file does not appear to have any style information associated with it
在chrome下 使用 wordpress架站的網站 結果呈現如上
經查詢如下
The feed works fine. As I said, Chrome (and probably Safari) users will need an extension installed to view it in the browser and get the option to add it to their feed reader. Most people will just paste the feed url into their feed reader anyway.
So this is a browser issue, not a WP issue.
from
https://wordpress.org/support/topic/this-xml-file-does-not-appear-to-have-any-style-information-associated-with-it-7
The document tree is shown below.
在chrome下 使用 wordpress架站的網站 結果呈現如上
經查詢如下
The feed works fine. As I said, Chrome (and probably Safari) users will need an extension installed to view it in the browser and get the option to add it to their feed reader. Most people will just paste the feed url into their feed reader anyway.
So this is a browser issue, not a WP issue.
from
https://wordpress.org/support/topic/this-xml-file-does-not-appear-to-have-any-style-information-associated-with-it-7
2015年9月19日 星期六
wordpress MU 作者如何嵌入youtube影音
https://www.youtube.com/watch?v=m_Y0aiu1Nkc
網址列的紅色部份
reference from
https://www.minwt.com/wordpress/2869.html 的step3
=====================
也可以 使用文字模式 (修改 紅色部份)==> (是作者的身份)
<iframe width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen></iframe>
[embed width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen][/embed]
======================
也可以 使用文字模式 (修改 紅色部份)==> (是編輯的身份)
<iframe width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen></iframe>
網址列的紅色部份
reference from
https://www.minwt.com/wordpress/2869.html 的step3
=====================
也可以 使用文字模式 (修改 紅色部份)==> (是作者的身份)
<iframe width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen></iframe>
[embed width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen][/embed]
======================
也可以 使用文字模式 (修改 紅色部份)==> (是編輯的身份)
<iframe width="560" height="315" src="https://www.youtube.com/embed/m_Y0aiu1Nkc" frameborder="0" allowfullscreen></iframe>
2014年12月1日 星期一
部落小玩意語法2014最新版
青蛙吃蒼蠅
<embed width="200" height="500" flashvars="" bgcolor="#ffffff" menu="false" src="http://blogpet.blogtoy.net/flash/pakupakuchameleon.swf" allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
=================
<embed height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"></embed>
piano
<embed width="200" height="500" flashvars="" bgcolor="#ffffff" menu="false" src="http://blogpet.blogtoy.net/flash/pakupakuchameleon.swf" allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
=================
<embed height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"></embed>
piano
2014年11月24日 星期一
wordpress 嵌入影片
1.將影片放入youtube 再嵌入
2.將影片 存入server (影片檔名 可以使用中文編碼)
原始碼是
<div style="width: 600px; max-width: 100%;"><video class="wp-video-shortcode" id="video-298-2" width="600" height="500" preload="metadata" controls="controls"><source type="video/mp4" src="http://輸入影片的網址" /><source type="" src="http://輸入影片的網址" /><a href="http://輸入影片的網址">http://輸入影片的網址</a></video></div>
==================簡化 成 ================
<div style="width: 600px; max-width: 100%;">
<video class="wp-video-shortcode" id="video-298-2" width="600" height="500" preload="metadata" controls="controls">
<source type="video/mp4" src="http://輸入影片的網址" />
</video>
</div>
reference from milos學習筆記
=======同場加映 ====
上課時 使用子部落 嵌入結果 ... ... 給html的標籤被吃掉了 但... 若使用超級管理員的帳號 則不受影響
解決辦法
則加上 Unfiltered MU 相關聯結
雖然已四年沒更新 官網也說 適用至 Compatible up to: 3.0.5
但使用到wordpress 4 好像可以使用
2.將影片 存入server (影片檔名 可以使用中文編碼)
原始碼是
<div style="width: 600px; max-width: 100%;"><video class="wp-video-shortcode" id="video-298-2" width="600" height="500" preload="metadata" controls="controls"><source type="video/mp4" src="http://輸入影片的網址" /><source type="" src="http://輸入影片的網址" /><a href="http://輸入影片的網址">http://輸入影片的網址</a></video></div>
==================簡化 成 ================
<div style="width: 600px; max-width: 100%;">
<video class="wp-video-shortcode" id="video-298-2" width="600" height="500" preload="metadata" controls="controls">
<source type="video/mp4" src="http://輸入影片的網址" />
</video>
</div>
reference from milos學習筆記
=======同場加映 ====
上課時 使用子部落 嵌入結果 ... ... 給html的標籤被吃掉了 但... 若使用超級管理員的帳號 則不受影響
解決辦法
則加上 Unfiltered MU 相關聯結
雖然已四年沒更新 官網也說 適用至 Compatible up to: 3.0.5
但使用到wordpress 4 好像可以使用
2014年4月19日 星期六
2014年1月9日 星期四
2013年11月22日 星期五
2013年10月23日 星期三
wordpress 改變字體大小
wordpress 內建的文字編輯器 太陽春了
加一個外掛
關鍵字 FolioPress WYSIWYG
1.解壓縮後 將資料夾 FolioPress WYSIWYG
置於 /public_html/wp-content/plugins/
2.網誌網路管理 ==>控制臺 ==>外掛
==>啓用 FolioPress WYSIWYG
加一個外掛
關鍵字 FolioPress WYSIWYG
1.解壓縮後 將資料夾 FolioPress WYSIWYG
置於 /public_html/wp-content/plugins/
2.網誌網路管理 ==>控制臺 ==>外掛
==>啓用 FolioPress WYSIWYG
2013年10月6日 星期日
wordpress 按分類無法找到分類的文章
1.安裝外掛 simple tags importer 解壓縮的資料夾在 ==>
放置的位置在 /public_html/wp-content/plugins/
==========
又重灌wordpress 分類又無法找到
解決方法==> 控制台 =>設定 =>固定網址 (取預設 即 /?=123 的格式)
參考網址
放置的位置在 /public_html/wp-content/plugins/
==========
又重灌wordpress 分類又無法找到
解決方法==> 控制台 =>設定 =>固定網址 (取預設 即 /?=123 的格式)
參考網址
2013年9月17日 星期二
wpmu的密碼怎麼找
1.以phpmyadmin 進入wpmu的資料庫 進入wp-users 資料表
user-pass ==>修改
reference from http://steachs.com/archives/737
user-pass ==>修改
reference from http://steachs.com/archives/737
2013年8月30日 星期五
wpmu備份 但ip不同
己建好一台A主機wpmu 但要複製至不同B主機(設定 都相同)
step 1 ==>copy A主機的 public_html 的所有資料 至 B主機public_html
step 2 ==>修改 複製後 B主機public_html內 wp-config.php 內的網址 (只有一處要改)
chown
chmod 755 -R public_html
chmod 444 wp-config.php
還有其他要改權根 碰到再改
step3 ==>現在改資料庫的東西
以phpmyadmin 將A主機 wpmu 資料庫的東西匯出 .sql 檔
再將 匯出的sql檔 改成B主機的網址 (搜尋A主機網址取代B主機網址)
setp4 ==> 以phpmyadmin 匯入修改後的sql檔 至B主機 (約150人的資料匯入約10分鐘)
step 1 ==>copy A主機的 public_html 的所有資料 至 B主機public_html
step 2 ==>修改 複製後 B主機public_html內 wp-config.php 內的網址 (只有一處要改)
chown
chmod 755 -R public_html
chmod 444 wp-config.php
還有其他要改權根 碰到再改
step3 ==>現在改資料庫的東西
以phpmyadmin 將A主機 wpmu 資料庫的東西匯出 .sql 檔
再將 匯出的sql檔 改成B主機的網址 (搜尋A主機網址取代B主機網址)
setp4 ==> 以phpmyadmin 匯入修改後的sql檔 至B主機 (約150人的資料匯入約10分鐘)
2013年8月17日 星期六
phpmyadmin輸出有問題???
可能是phpmyadmin安裝不完整???
那就採最原始的方式
mysqldump -u upwpmu -h 192.168.2.16 -p upwpmu >upwpmu.sql
使用者 資料庫
> 是匯出
< 是匯入
===匯入 ===
ubuntu 12.04 使用phpmyadmin 匯入 ok
但作業系統是 ubuntu 12.10 使用phpmyadmin 匯入 則不ok
故使用最原始方式
mysql -u root -p upwpmu < upwpmu.sql
(白話的講就是 以root 的身分(-u) 將upwpmu.sql的檔案 匯入upwpmu的資料庫 )
(當然 要事先建好一個資料庫 upwpmu)
那就採最原始的方式
mysqldump -u upwpmu -h 192.168.2.16 -p upwpmu >upwpmu.sql
使用者 資料庫
> 是匯出
< 是匯入
===匯入 ===
ubuntu 12.04 使用phpmyadmin 匯入 ok
但作業系統是 ubuntu 12.10 使用phpmyadmin 匯入 則不ok
故使用最原始方式
mysql -u root -p upwpmu < upwpmu.sql
(白話的講就是 以root 的身分(-u) 將upwpmu.sql的檔案 匯入upwpmu的資料庫 )
(當然 要事先建好一個資料庫 upwpmu)
2013年7月9日 星期二
今天要傳檔案是ppt檔 結果不給傳 就下載此外掛 pjw-mime-config
設定 ==Mine types ==>
設定 ==Mine types ==>
Add New mime-type
File Extension:ppt
Associated mime-type:ppt
2013年1月3日 星期四
wpmu 中文化NextGEN Gallery step by step
1.查版本 我的版本是1.9.1
2.下載完 解壓縮有 nggallery-zh_TW.mo nggallery-zh_TW.po 兩個檔案
3. 上述兩個檔案 fpt 傳到 /public_html/wp-content/plugins/nextgen-gallery
4. 上述兩個檔案 chmod 是 644
2.下載完 解壓縮有 nggallery-zh_TW.mo nggallery-zh_TW.po 兩個檔案
3. 上述兩個檔案 fpt 傳到 /public_html/wp-content/plugins/nextgen-gallery
4. 上述兩個檔案 chmod 是 644
2012年11月29日 星期四
wordpress 吃html的標籤
1.超級管理者的網誌並不會有此情況 但若是其他使用的wordpress 則會吃標韱
2.使用 Unfiltered MU 的外掛 則能改善
http://wordpress.org/extend/plugins/unfiltered-mu/0
3.看 使用說明
If you want to enable this feature on *all* blogs on your MU site:
1. Place the `unfiltered-mu.php` file in your `wp-content/mu-plugins/` directory. That's it. Removing the plugin will remove the capability.
If you want to enable this feature on a *blog-by-blog* basis:
1. Place the `unfiltered-mu.php` file in your `wp-content/plugins/` directory.
2. Activate this plugin for those blogs on which you want this feature enabled or enable it sitewide with the "network activate" feature. Deactivating the plugin will remove the capablitiy for that blog.
=====================================================
==>我是不管 直接放在兩個資料夾 192.168.1.12/~upwpmu/wp-content/mu-plugins/
192.168.1.12/~upwpmu/wp-content/plugins/
然後再啟用外掛
=====================================================
2.使用 Unfiltered MU 的外掛 則能改善
http://wordpress.org/extend/plugins/unfiltered-mu/0
3.看 使用說明
If you want to enable this feature on *all* blogs on your MU site:
1. Place the `unfiltered-mu.php` file in your `wp-content/mu-plugins/` directory. That's it. Removing the plugin will remove the capability.
If you want to enable this feature on a *blog-by-blog* basis:
1. Place the `unfiltered-mu.php` file in your `wp-content/plugins/` directory.
2. Activate this plugin for those blogs on which you want this feature enabled or enable it sitewide with the "network activate" feature. Deactivating the plugin will remove the capablitiy for that blog.
=====================================================
==>我是不管 直接放在兩個資料夾 192.168.1.12/~upwpmu/wp-content/mu-plugins/
192.168.1.12/~upwpmu/wp-content/plugins/
然後再啟用外掛
=====================================================
2012年10月25日 星期四
鋼琴
鋼琴
原始碼如下
<embed height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"></embed>
在wordpress 要把 embed 改成 swfobj <改成[
[swfobj height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"]
第二種鋼琴
2
<embed width="250" height="80" wmode="transparent" src="http://img136.imageshack.us/img136/7580/pianoot5.swf">
在wordpress下
[swfobj width="250" height="80" wmode="transparent" src="http://img136.imageshack.us/img136/7580/pianoot5.swf"]
原始碼如下
<embed height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"></embed>
在wordpress 要把 embed 改成 swfobj <改成[
[swfobj height="80" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf" width="250" wmode="transparent"]
第二種鋼琴
2
<embed width="250" height="80" wmode="transparent" src="http://img136.imageshack.us/img136/7580/pianoot5.swf">
在wordpress下
[swfobj width="250" height="80" wmode="transparent" src="http://img136.imageshack.us/img136/7580/pianoot5.swf"]
部落格小玩意語法
青蛙吃蒼蠅
[swfobj width="200" height="500" flashvars="" bgcolor="#ffffff" menu="false" src="http://blogpet.blogtoy.net/flash/pakupakuchameleon.swf" allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"]
鋼琴
[swfobj width="250" height="80" wmode="transparent" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf"]
[swfobj width="200" height="500" flashvars="" bgcolor="#ffffff" menu="false" src="http://blogpet.blogtoy.net/flash/pakupakuchameleon.swf" allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"]
鋼琴
[swfobj width="250" height="80" wmode="transparent" src="http://musicsan.up.seesaa.net/image/flash_piano2.3.swf"]
2012年10月23日 星期二
wordpress 上載檔案外掛
1.外掛 download-monitor
2.中文化 http://jojos.tw/wp-download-monitor-tw-lang/
3.檔案格式 新增 在網誌網路管理 ==>控制台 ==>設定 ==>網誌網路設定 ==>上傳檔案型態 (我是加上mp4)
在文章加入mp4
[iframe src="本機的url"]
==============
WP User Avata ==>大頭貼 (2013/11/22)
2.中文化 http://jojos.tw/wp-download-monitor-tw-lang/
3.檔案格式 新增 在網誌網路管理 ==>控制台 ==>設定 ==>網誌網路設定 ==>上傳檔案型態 (我是加上mp4)
在文章加入mp4
[iframe src="本機的url"]
==============
WP User Avata ==>大頭貼 (2013/11/22)
2012年8月30日 星期四
wpmu備份--移至另一個不同的ip
作業系統,還是要一樣
copy public_html 至另一臺主機 裡面wp-config.php 內的ip 要改
匯入要備份的sql 但裡面 的 ip 要全部改成 新主機的ip
==>超級管理員就可以進入了
============
在根據 我的網誌 ==>網誌網路管理 ==>控制臺 ==>第二個的 網誌網路設定 ==>改 第一和第三項
copy public_html 至另一臺主機 裡面wp-config.php 內的ip 要改
匯入要備份的sql 但裡面 的 ip 要全部改成 新主機的ip
==>超級管理員就可以進入了
============
在根據 我的網誌 ==>網誌網路管理 ==>控制臺 ==>第二個的 網誌網路設定 ==>改 第一和第三項
訂閱:
文章 (Atom)