Wikidot 當中的嵌入服務

Wikidot

簡介

申請使用

操作介面

網站管理

帳戶管理

基本語法

模組

樣板

嵌入服務

嵌入HTML

數學式

CSS 排版

問與答

Facebook

訊息

相關網站

參考文獻

最新修改

簡體版

English

早期的 Wikidot 使用嵌入服務讓使用者嵌入一些額外的服務,像是 Google Map 的地圖等等,但是後來發現網路上實在有太多的服務了,Wikidot 可以提供的服務很有限,因此後來創造的一個 HTML 標記,讓您可以用 iframe 的方式簽入任何服務到 Wikidot 的頁面中。

HTML 標記的寫法很簡單,例如以下就是一個嵌入 delicious 服務的寫法,任何標準的 HTML 網頁內容都可以寫在 html 標記內,因此您可以用 HTML 標記嵌入任何的網頁服務,像是 YouTube 的影片等。因此,請不要再用 Wikidot 的嵌入服務標記 embed 了,請改用 html 標記嵌入服務。

原始碼

[[html]]
<object width="640" height="385">
  <param name="movie" value="http://www.youtube.com/v/TEXPqmmXDRw?fs=1&amp;hl=zh_TW">
  </param>
  <param name="allowFullScreen" value="true"></param>
  <param name="allowscriptaccess" value="always"></param>
  <embed src="http://www.youtube.com/v/TEXPqmmXDRw?fs=1&amp;hl=zh_TW" 
             type="application/x-shockwave-flash" allowscriptaccess="always" 
             allowfullscreen="true" width="640" height="385"></embed>
</object>
[[/html]]

顯示結果

參考文獻

  1. Wikidot Documentation:Embedding services — http://www.wikidot.com/doc:embedding

Facebook

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License