PageView Plugin

download

Download PageView 1.4.4

10.89 KB - WP 1.5-2.7
Updated March 7, 2009.

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. Although an iframe can lead to a complicated website, it can be very effective when used appropriately.

Installation

  1. Download pageview.zip
  2. Unzip
  3. Copy to your /wp-content/plugins directory
  4. Activate plugin

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

Usage

[pageview url "some title" description]

An example is shown below:

View code
Title: Urban Giraffe
Description: A blog within a blog!
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Reddit
  • StumbleUpon

Comments (page 2 of 2)

Page: 1 2
  1. gavin :

    Sep 14, 2008 4:16 am | Reply

    Hi,
    Installed this plugin and have activated it - however I cannot get the webpage I want to display to show in the post. All that shows up is the code I typed in.

  2. John( author ) :

    Sep 14, 2008 1:38 pm | Reply

    Check the code you typed - if it is showing up then either the plugin is not activated correctly, or you've mis-typed something.

  3. Putu :

    Oct 2, 2008 1:08 pm | Reply

    Hi, i already tray to use that but it doesn't work
    just show the [pageview url "some title" description]
    please help, at http://www.baliaround.com/?p=6

  4. John( author ) :

    Oct 3, 2008 7:09 am | Reply

    Again, check the code you typed - if it is showing up then either the plugin is not activated correctly, or you've mis-typed something.

  5. dKazuma :

    Dec 10, 2008 1:22 am | Reply

    It's a great plugin. I try it in my blog. And it works. Well, i had to add some minor layout change tough, to match my blog theme. Anyway. Big thanks for this great plugin.

  6. Kart :

    Jan 9, 2009 7:34 pm | Reply

    It's a very great plugin, i was very worried to handle iframe tag in Wordpress, finally i got your plugin in google search. It was so helpfull for me.

    Actually I want to display paragraph (text) as inline frame on my pages, but i tried with your plugin but not get it. I do not want to link url in pageview. Could you/anyone help me in this regard.

    Appreciate and thanks :-)

  7. David :

    Jan 16, 2009 10:38 pm | Reply

    Do you type this "tag" into the text area of the post? I have typed the following:

    [pageview http://wwwa.sheetmusicplus.com/a/f_searchresults3.html?
    id=12345&sc2=Guitar%20tablature%20Bluegrass&searchDisplayStr=Guitar%20Tablatu
    re%20Bluegrass%20Bestsellers "title" description]

    All I get is this text showing up in my post. The plugin is installed and activated. I am running WP 2.7.

  8. Thanh Nam :

    Jan 19, 2009 10:14 am | Reply

    Great plugin, many thanks. With your plugin I could reuse several parts from my old website.

  9. hiran :

    Jan 19, 2009 4:14 pm | Reply

    Hi John,
    I have the same problem, just type all correct and get no page within iframe, I just see the code, can you type an example from a working code instead saying to verify the code?

    Thanks

  10. Nicole :

    Mar 3, 2009 9:51 am | Reply

    Can somebody who 'gets' how this works please help me get set up? I have read and re-read and tried everything I can to get it working, and I just need some one on one help. Please let me know ....

  11. Michael :

    Mar 4, 2009 2:43 pm | Reply

    Nicole - Download and install the plug-in to your wordpress blog. Activate plug-in and create a post/page for displaying the external webpage. In the post/page you just created, put this code (and only this code): [pageview url "some title" description].

    Replace "URL" in the code with the source of your external website: [pageview http://somesite.com "some title" description]. Save the post in HTML view, do not look at the post in visual view as it reportedly disappears.

    Preview your post and you should see the "window" appear with your external website displayed. It will be 100% wide to fit you post column and has a set height. You can change that height in the .css page that come with the plug-in.

    After I got my window the size I wanted, I didn't like the extra Header that was created at the top of the window so eliminated that stuff also in the .css page.

    Hope this helps.

    Michael

  12. Nicole :

    Mar 7, 2009 7:10 pm | Reply

    Michael,

    Thank you so much. I tried it and it worked ... I thought I had been doing this from the beginning, but apparently not. MANY many thanks again for your thoughtfulness!

    -Nicole

  13. Nicole :

    Mar 8, 2009 11:31 pm | Reply

    Ok one last question ... I wanted to remove the image, so I did ... but there is text there that says "Some Code." Can you tell me which file I would find that in and/or how to remove it? And can I line the Title and Description up flush against the edge of the box?

    Okay, so it was 2 more questions :-)
    Thanks!

  14. Michael :

    Mar 14, 2009 4:53 pm | Reply

    Nicole - My question to you is how did you remove the image? Like I said, I didn't like any of the stuff in the header so I went in to the .css file that came with the plugin and removed everything except the outside border around where the IFrame window appears. Since the website that displays from inside the IFrame window is database driven and refreshes without refreshing the blog page or post, I wanted that area to look seperate from the rest of the post or page.

    The original files in pageview.css are:

    div.pageview
    {
    border: 1px solid #999999;
    margin: 5px 0px 15px 0px;
    width: 100%;
    font-size: 0.8em;
    }

    div.pageview div.pageviewhead
    {
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
    line-height: 1em;
    height: 50px;
    }

    div.pageview iframe
    {
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 100%;
    height: 200px;
    }

    This is how the .css looks after I removed the header info:

    div.pageview {
    border: 1px solid #999999;
    margin: 5px 0px 15px 0px;
    width: 100%;
    font-size: 0.8em;
    }

    div.pageview iframe {
    width: 100%;
    height: 525px;
    }

    Hope this helps,

    Michael

  15. Jason :

    Apr 6, 2009 1:30 pm | Reply

    Is there code I can place inside a page template to call up the iframe? I cannot seem to make my ifram work with any other pages than the default.

    See http://www.nlera.org/?page_id=276&preview=true - works great - I just can't drop off the side bars without the iframe go missing.

    Thanks!

    Jason

  16. Dave :

    Jun 24, 2009 12:01 pm | Reply

    Do you offer a plug-in that will do the OPPOSITE? Allow someone to use WordPress as a TinyCMS on a section of a website that is hosted on a separate URL?

Page: 1 2

Pings & Trackbacks

rishel.org, my.donews.com, my.donews.com, wp-plugins-db.org, 5mzen.com, rocketmonkeyrodeo.com, lessnau.com, journal.norlich-segen.net, ebooks-with-reseller-rights.com, elraul.com,

Leave a Reply


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Home | Main content | Software | Terms & Conditions | Sitemap | John Godley © 2009