Mô tả
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 %
Tài liệu
Full documentation can be found on the Pageview page.
Cài đặt
The plugin is simple to install:
- Download
pageview.zip
- Unzip
- Upload
pageview
directory to your/wp-content/plugins
directory - Go to the plugin management page and enable the plugin
You can find full details of installing a plugin on the plugin installation page.
Hỏi đáp
- Installation Instructions
-
The plugin is simple to install:
- Download
pageview.zip
- Unzip
- Upload
pageview
directory to your/wp-content/plugins
directory - Go to the plugin management page and enable the plugin
You can find full details of installing a plugin on the plugin installation page.
- Download
Đánh giá
Người đóng góp & Lập trình viên
“PageView” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “PageView” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.6
- Bump for WordPress 4.0
- Clean up code
1.5.1
- Remove plugin.php file
- Return the shortcode, don’t just echo it
1.5
- Use shortcode functions
- New parameters supported
- Cleanup
- Removed default style and icon
1.4.4
- Remove spurious quotes and vertically align the description
1.4.3
- Change pattern matching routine
1.4.2
- Update help field
- Make work better with wpautop/wptexturize
1.4.1
- Change tag so it’s no longer a comment
1.4.0
- Include CSS by default
1.3
- Update to allow templated HTML.
- Allow spaces in title when using quotes.
- Strip
<
p>
1.2
- Old version