Linux 软件免费装

Page In Page

开发者 tcyr
更新时间 2014年2月24日 19:48
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.8
版权: GPLv2 or later
版权网址: 版权信息

标签

post widget page shortcode twitter feeds facebook posts insert post in page

下载

1.0 1.0.1 1.0.2 2.0 2.0.1 2.0.2 2.0.3

详情介绍:

The page-in-page plugin has a very simple mission: It provides possibilities to use both widgets and shortcodes. If using a widget you are only able to include pages within pages but if using the shortcode, you are able to able to insert posts/pages within other posts/pages. For Facebook Page posts, only the first 25 most recent posts are returned and for Tweets, only the first 20 most recent tweets are returned. In future releases maybe we will include pagination for social feeds.

安装:

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)

屏幕截图:

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

升级注意事项:

** make sure you understand the new template merger before updating especially if you used the widget to specify title and content templates** ** fixed title linking and added option to link images ** ** change compatibility up to WP 3.8 ** ** Remove non-GPL compatible jquery isotope library

常见问题:

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]