這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Popular Post Real Time

描述

Get popular posts from Google Analytics Real Time and set every 10 minutes a new category called “Popular RT” with a number (By default 10 Posts) of popular post that you want and the number of active users in every post in this category, ready for you display your blog´s trendy post in every place of your WordPress.

Query Example using the category and the number of views for sorting.

<?php  $args = array( 'posts_per_page' => 5,      'offset' => 0,      'category_name' => 'popular_real_time_cat',      'meta_key' => 'active_users',      'orderby' => 'meta_value_num',      'order' => 'DESC');       $queryWP = new WP_Query();   ?> 
  • The number of posts assigned in “Popular RT” may be less than the number selected (By default 10) because Google Analytics also include root path / (Home), categories or tags if have more active users than another posts.

螢幕截圖

安裝

  1. Upload the plugin files to the /wp-content/plugins/popular-post-google-analytics-real-time directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Popular Post RT screen to configure the plugin

常見問題

How I can request access to Google Analytics Real Time?

You only need fill the next information and in 24 hours with the correct configuration your connection to Google Analytics Real Time API should be work.

https://docs.google.com/forms/d/e/1FAIpQLSc9OpoDGB3tBD7oy1OG9fyum8KBIxs-2ihPCsHp13WTnM-SSQ/viewform

評價

2017年4月5日
Plugin looks promising, but there are NO step-by-step instructions for the lay person. The developer obviously assumes a lot on the part of the user. For someone who is new to google analytics, forget it! You'll waste hours trying to get this running. The developer needs to provide STEP BY STEP instructions on each part of the setup process, and not assume the user is a google analytics expert!!! There are links to the google pages, but that's it. No information about what links there need to be clicked. No information about what a client-id is or where to create it. No information about what email they want the user to enter. No instructions of any kind. Too bad. It looks like it had potential.
閱讀全部1個評價

貢獻者及開發者

“Popular Post Real Time” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Popular Post Real Time 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Number of popular post configurable
  • Test Connection to Google Analytics in Plugin Settings