plugin.builders
Forum Replies Created
-
You haven’t installed YourChannel? YourChannel page is in Settings > YourChannel.
Or are you talking about WordPress posts themselves?
Did you follow the guide here: https://plugin.builders/yourchannel-setup/ ?
YourChannel will then generate a shortcode that looks like: [yourchannel user=”your_username“], copy paste it in your post.Which page do you have the shortcode in? There’s nothing in the home page.
Forum: Plugins
In reply to: [Waiting: One-click countdowns] Is this plugin discontinued?Hi, new version is not really ready but we’re actively supporting it. Many users ask questions via email and we reply them there.
Hi, please send me link to your page. You can also send it to our email: support @ plugin.builders
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Setup not WorkingHi, your API is probably not working, try our keys: AIzaSyD4RGgassFFyffOhfxTbyHAZ6_d2W1Kzr0 OR AIzaSyDvIwlALP79LXiTjET0Vt9IpEWmGbciUAI
Please replace it with your own key after you get it working and also make sure to have a large number (at least 180) in Cache Duration field of YourChannel edit form.
The user would have to be logged-in to our YouTube app for us to be able to verify them. YourChannel doesn’t have the functionality to login users.
Hi, we currently don’t have that feature as YourChannel doesn’t require anyone to be logged-in to YouTube.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Scheduled Live EventsHi, I haven’t tried the scheduled videos yet, can you send me link to your channel? You can also send it to our email: support @ plugin.builders
Ask them where they want you to put the links.
Hi, thanks for letting us know, I’ll talk with the API auditors about some directions and update the plugin.
Are you showing videos from a playlist? YouTube doesn’t let us sort playlist videos.
If it’s working when set via admin page, it should have worked with shortcode too, I’ll check this. But still what this’ll do is sort videos after they’re loaded to YourChannel.
Hi, yes we’ll make YourChannel load jQuery on its own in the next version.
You can check this post: https://generatepress.com/forums/topic/shortcode-does-not-show-in-front-end/#post-475755Here’s the code you should put in your theme’s
functions.phpfile:add_action( 'wp_enqueue_scripts', 'tu_load_jquery' ); function tu_load_jquery() { wp_enqueue_script( 'jquery' ); }Hi, your theme doesn’t have jQuery, YourChannel needs it. That ad plugin must have been loading jQuery before.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Setup not WorkingHi, did you create your own API Key, our default key must have crossed its quota limits. You can also try our our another key: AIzaSyDvIwlALP79LXiTjET0Vt9IpEWmGbciUAI, but please create your own after you get it working.