StreamWeasels
Forum Replies Created
-
I’m experiencing the same issue, the plugin is currently unusable for me (both free and paid versions) on the latest version of WordPress with no other plugins installed. I sent a screenshot via email.
Thanks,
Forum: Plugins
In reply to: [StreamWeasels Twitch Integration] Offline statusHey there, custom messages and offline images when all users are offline are available for users of the paid plugin only.
Channels are stored in an array inside a custom option named swti_options. So specifically you can find the channel list here:
swti_options[‘swti_channels’];That said, I think I actually solved the issue you have described with the page struggling to save. The problem was the log field used for debugging in some cases would grow very large, specifically if a large number of channels or a large team was being queried regularly.
This has been resolved by limiting the debug log to 100 lines. Please let me know if you’re still having issues and I can investigate further for you.
Forum: Reviews
In reply to: [StreamWeasels Twitch Integration] High security issue!Hey fishheadcode,
The fact that the access token was exposed to the client I don’t believe to be a security issue – as the access token can’t be used for anything other than querying public data from Twitch.
That said, moving the API requests server-side is still the right thing to do – so you should now see that in the latest update.
I hope you can check it out,
ThanksForum: Plugins
In reply to: [StreamWeasels YouTube Integration] PHP 8.x warningsThe above error (and any others) should no longer be present when WP_DEBUG is enabled in PHP 8.x environments.
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] PHP 8.x warningsHey Mateus, thanks for flagging this up! PHP 8.x support is on the roadmap for this year and I expect to be getting to it soon. I will update this thread when that happens so you’re aware ??
Hey there,
I’m afraid that’s not possible with my plugin. I am not aware of any other plugin that can validate a YouTube membership yet, it may not exist! Might be worth looking into some of the plugins that allow login via social platforms as they might have access to YouTube membership data via a google connection.
Hope that helps!
Forum: Plugins
In reply to: [StreamWeasels Twitch Integration] exlude channelsHello Steamy,
Apologies for the late reply. It is indeed possible to hide channels based on their Twitch username. You can do so in CSS, like this:
.cp-stream[data-user="USERNAMEGOESHERE"] { display: none; }
Replace USERNAMEGOESHERE with the desired user channel you want to hide.
You can add custom CSS to your theme a few different ways, the easiest is probably by navigating to admin -> Appearance -> Customise -> Additional CSS.
I hope that helps,
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Meta language?Just a quick note to say that in the latest release (1.1.1) the strings within the plugin are now translatable: live, views, next page and previous page.
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Meta language?Hello Niko!
Thanks for bringing this up, I am doing some work on the plugin this week and I will see if I can add some language options. I will update this thread here when it’s available.
Thanks,
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Many conflictsHey there,
So I actually purchased a license for Slider Revolution today to do some testing for you and I have been unable to find any conflicts, the plugin is working well so far.
If you could share some more details about your conflicts, that would help a lot, I am happy to take a look, you can email me at [email protected]
I am marking this as resolved for the moment.
- This reply was modified 1 year, 11 months ago by StreamWeasels.
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Many conflictsHey there,
Thanks for posting, I’ll be looking at compatibility with slider revolution now. I suspect it’s because we’re both using slick.js to handle sliders. If you do find more please let me know, either here or via email at [email protected]
Thanks!
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] YouTube shortsHello ??
YouTube shorts are now available through the plugin. Simply set your channel ID in the settings and set the layout to ‘showcase’.
You can do it on the shortcode like this:
[streamweasels-youtube channel="UCAuUUnT6oDeKwE6v1NGQxug" layout="showcase"]
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Great plugin, but increase video limit?Hi there ??
I am currently working on increasing the limit, the YouTube API has a query limit of 50 but I can get around it with some clever code.
I will let you know when I can make that work.
Hello ??
I suspect maybe there is an issue with the list of streams you are trying to display. I have reached out via email, I think I can help you resolve this.