Cette extension n’a pas été testée avec les3 dernières versions majeures de WordPress. Elle pourrait ne plus être maintenue ou supportée et peut présenter des erreurs de compatibilité quand elle est utilisée avec des versions récentes de WordPress.

PageView

Description

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.

Pour utiliser :

[pageview url="http://urbangiraffe.com"]

Arguments optionnels :

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.

Installation

Cette extension est simple à installer

  1. Télécharger 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

Cette extension est simple à installer

  1. Télécharger 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.

Avis

10 août 2025
Since the last review from 2018 was/is a really negative one, I decided to add mine also. I’ve been using this plugin for ages now, and it still works. There are some things that could be improved to make it more safe and more « 2025 »: Sanitize All Shortcode Attributes: Use sanitize_text_field() for all user-supplied attributes before use, even if you escape them on output. Defensive Defaults: Ensure all attributes have safe defaults and are validated. Escaping: You already use esc_url() and esc_html(), but also use esc_attr() for all HTML attributes. Remove Deprecated PHP: The use of &$this in add_shortcode is not needed in modern PHP. I don’t know how to suggest codechanges via SVN, but if the code is somewhere in github, I’m happy to provide them. And others: thank you for providing this plugin for free all those many years ago! 🙂
5 août 2018
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
3 septembre 2016
Easy to use and configure. Was able to successfully add and resize my iframe in minutes. Thanks!
Lire les 6 avis

Contributeurs & développeurs

« PageView » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « PageView » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Historique des changements

1.6

  • Bump pour WordPress 4.0
  • Nettoyer le code

1.5.1

  • Enlever le fichier plugin.php
  • Retourner le shortcode, pas seulement un ‘echo’

1.5

  • Utiliser les fonctions de shortcode
  • Nouveaux paramètres supportés
  • Nettoyage
  • Enlevé le style et l’icône par défaut

1.4.4

  • Remove spurious quotes and vertically align the description

1.4.3

  • Changer l’algorithme de reconnaissance de modèles

1.4.2

  • Mise à jour du champ d’aide
  • Améliorer la compatibilité avec wpautop/wptexturize

1.4.1

  • Changer l’étiquette pour ce que ce ne soit plus un commentaire

1.4.0

  • Inclure CSS par défaut

1.3

  • Mise à jour pour permettre le HTML par modèle
  • Permettre les espace dans les titres en utilisant des apostrophes
  • Enlever

<

p>

1.2

  • Ancienne version