이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

설치

The plugin is simple to install:

  1. Download pageview.zip
  2. Unzip
  3. Upload pageview directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin

You can find full details of installing a plugin on the plugin installation page.

FAQ

Installation Instructions

The plugin is simple to install:

  1. Download pageview.zip
  2. Unzip
  3. Upload pageview directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin

You can find full details of installing a plugin on the plugin installation page.

후기

2018년 8월 5일
Hi, I tried this with my current template and on 2015, used the given examples, brought them across with copy/paste, not typo's, it simply didn't work. At best it yielded an empty space where the embedded webpage should have been. The one star is for the good idea, now the challenge for the maker will be to put it into practice so that it works! Disappointed, Marjoline
2016년 9월 3일
Easy to use and configure. Was able to successfully add and resize my iframe in minutes. Thanks!
모든 5 평가 읽기

기여자 & 개발자

“PageView”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “PageView”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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