开发者 | devrix |
---|---|
更新时间 | 2020年10月14日 21:32 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Channel Cards: A widget, and YouTube channel cards you can generate and adjust through shortcodes. These cards contain tabs showing the last X uploads of the channel you are setting, the last popular uploads, channel information and everything is included with stats. Popup videos: For the channel cards, videos in the last and popular tabs are icons showing a popup video on-click. Video Cards: Video cards are like popup videos previously mentioned, but flat and not popups. To generate one, go to showcodes generator in your dashboard, and set the video ID, and what to show. Recommended that you leave elements attribute empty, so as to show the default content. Video Information: Throughout shortcodes you can easily generate through the shortcodes generator tool, this one lets you embed dynamic information about your YouTube video, and store them and serve them. Channel Information: This shortcode easy-to-generate gives you the power to embed more dynamic information and content about your channel. Again, to generate such shortcode, use the Shortcodes Generator tool for admin.How to use: After you install and activate the plugin, navigate to your widgets dashboard, and add a widget named "YouTube Information Widget". Quickly set it up by adding your account/channel username or slug or ID, and fill out the other optional options if needed. As of 2.1, this plugin has added shortcodes tool, and which you can generate these shortcodes to use from settings > YIW Shortcode Gen. . Use the admin form there to generate as many shortcodes as you want, and add them anywhere around your site, like in a widget, post, page, PHP template ... How it works: This plugin uses YouTube API V3 to retrieve dynamic data from feed URLs, and then, places those data in your options database to access, use and modify anytime. As those data are stored in the database, then this process is good for optimization and it is like caching and thus those data are renewed ( cache clearing process ) after X hours of your choice. Support: Post all of your support questions in the plugin support forum, or by tweeting to DevriX, or by posting me a message throughout my contact form here reviews page. Thanks!
If you can see your channel at all, the URL is in the browser address bar. If you can find your channel in YouTube search, then search it and copy its link address, it should contain an ID. for instance: UCF0pVplsI8R5kcAqgtoRqoA ( youtube dot com /channel/UCF0pVplsI8R5kcAqgtoRqoA ) as a channel ID, and mullenweg ( youtube dot com /user/mullenweg ) as a username.
Warning: file_get_contents(): https:// wrapper is disabled
error - What's next?If you are getting this kind of error after activating or using this plugin, then, you will need to modify your php.ini
file to allow allow_url_fopen. Set allow_url_fopen
to 1:
allow_url_fopen=1
If you can't do that, or you can't access php.ini file, then, contact your webhost and ask them to modiy that for you.
For more support questions, please start your own topic here.