tgStatistics
| 开发者 |
WebPajooh
|
| 更新时间 |
2017年12月24日 16:39 |
| PHP版本: |
3.7 及以上 |
| WordPress版本: |
4.8.1 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
You can show your channel members count in your website, with a function or shortcode. the function can be used in template codes, and shortcode can be used in your posts.
安装:
- Upload
tgStatistics.zip to the /wp-content/plugins/ directory and extract it.
- Activate the plugin through the 'Plugins' menu in WordPress
- Create a new bot with @BotFather, your token code is required for the next step.
- Place
<?php tgStatistics($botAPI, $channelUsername); ?> in your templates, or use the shortcode [tgstatistics] with two fields (botapi and username).