StreamWeasels
Forum Replies Created
-
Hi Javierorta,
This is a limitation of the free plugin. You can only display 6 shorts at a time, if you would like to display upto 50 shorts you can upgrade to the paid plugin.
Hope that helps,
Thanks
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] YouTube Shorts appears but don’t playHi @hammyhavoc
I’ve seen this before, it looks like you have a cookie complicance plugin which is blocking the YouTube script from loading, possibly this one: complianz
Can you try disabling the plugin and seeing if you see the same issue?
Thanks!
Forum: Plugins
In reply to: [StreamWeasels Online Status Bar] Mobile Friendly and ResponsiveYes it is 🙂 Fully responsive as it shrinks down for mobile devices. Let me know if you have any more questions.
Forum: Plugins
In reply to: [StreamWeasels YouTube Integration] Showcase Desktop Layout IssuesHey @fringemedia
I’ve taken a look at the issue on your page and on our own testing environment, I’m afraid I can’t reproduce the issue. There hasn’t been any new code in the latest updates that would cause a layout shift like this.
I can only think it may be some sort of conflict with other plugins or other custom styles active on the site. When you updated this plugin to the latest version, did you also update some other plugins in your active plugin list?
Something you can do to work around the limited width, you can tell the plugin to display less shorts at a time, for example 2, like this:
[sw-youtube showcase-slide-count=’2′ limit=’6′]
This will give you 2 regular sized shorts but of course doesn’t solve the issue with the overall width. Please feel free to share more details if you’d like me to help you get to the bottom of this, or reach out via email.
Thanks
Hey there,
Sorry for the delay in response, the shorts showcase layout is limited to display only 6 videos, you can increase this limit by upgrading to the paid version.
Worth noting that the wall layout has a much higher limit of 50, even on the free version. Hope that helps!
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,