
內容簡介
PageView 是一個 WordPress 外掛,可在當前的文章中顯示另一個網頁。透過使用 iframe,即一個 HTML 標籤,允許另一個網頁內嵌在當前頁面中顯示。
使用方式:
[pageview url="http://urbangiraffe.com"]
可選的參數:
title = 在 iframe 下方顯示的標題
desc = 在 iframe 下方顯示的描述
width = iframe 的寬度,以 px 或 % 為單位
height = iframe 的高度,以 px 或 % 為單位
文件
完整的文件說明可以在 Pageview 頁面找到。
外掛標籤
開發者團隊
原文外掛簡介
PageView is a plugin that will display another web page inside the current post. This is achieved with the use of an
iframe – an HTML tag that allows a webpage to be displayed inline with the current page.
To use:
[pageview url="http://urbangiraffe.com"]
Optional arguments:
title = A title to show under the iframe
desc = A description to show under the iframe
width = Width of iframe, in px or %
height = Height of iframe, in px or %
Documentation
Full documentation can be found on the Pageview page.
