Linux 软件免费装
Banner图

Plugin Name

开发者 vicenteguerra
更新时间 2016年9月28日 00:17
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 3.4
版权: GPLv2 or later
版权网址: 版权信息

标签

posts google analytics popular real time trendy trend

下载

详情介绍:

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(); ?>`

安装:

  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

升级注意事项:

1.0 Test your connection in Plugin Settings

常见问题:

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

更新日志:

1.0