Page In Page

Page In Page

This plugin helps you insert a post or page from the WP posts database table within another, bring your Facebook posts and Twitter feeds to your blog.

  • Almost active
    This plugin was not updated the last 3980 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.4.3 was released on 16 January 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

5

Active installs

200

Total Downloads

7K

Support Threads

0

Last updated

24 February 2014

Added

11 November 2013

Versions

100%
  • Version 2.0

Screenshots

Widget settings (see 'Usage' section of the readme.txt file for explanations)
Using shortcode (with template) in editor
Facebook posts listing
Twitter post listing

About Page In Page

FAQ

What is the shortcode used to insert a page using the WP editor

Shortcode: [twl_page_in_wp id=5 show_page_title=1] where id should be the id of the WP page and show_page_title can be 1 or 0. If 1 then the post/page’s title will be shown too.

OR you can specify a template for the title and content (or with other supported slugs ${page_image}, ${page_link})

[twl_page_in id=123 show_page_title=1]

<h3 class=”my-awesome-title-class”>${page_title}</h3>

<div class=”my-awesome-content-class”>${page_content}</div>

[/twl_page_in]

What shortcodes should I use to insert Facebook posts and Twitter tweets in my WP page

Frist go to Admin > Settings > Page-In-Page Plugin and enter your Facebook or Twitter application credentials and then use any of the shortcodes below.

Facebook shortcode: [twl_page_in_fb]

Twitter shortcode: [twl_page_in_tw]

How to install Page In Page

Steps to install this plugin.

  1. In the Zip file, there is a folder with name ‘page-in-page’
  2. Upload the ‘page-in-page’ folder to the ‘/wp-content/plugins/’ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Read the usage instructions below (or go to ‘Other Notes’ section)