macbookandrew
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Live] Error Message? When logged in as admin – v. 1.8.4@demas23 that’s the debug output, and it’s only visible if 1) you are logged in as an admin, and 2) you have debugging enabled.
You can turn off debug mode in the plugin if you don’t want to see it.
Forum: Plugins
In reply to: [WP YouTube Live] How To Remove Admin Notice@nelsonleemiller this should be fixed in 1.8.4; you’ll need to hit the X button to dismiss the popup, and it should not reappear again.
Forum: Plugins
In reply to: [WP YouTube Live] Bugs with current version@bearlydoug this should be resolved in v1.8.4
Forum: Plugins
In reply to: [Contact Form 7 Google Analytics] Events not visible in GA@cronwin this plugin already supports the three integration types that Jeff Starr’s plugin uses:
- Universal Analytics (analytics.js)
- Global Site Tag (gtag.js)
- Legacy (ga.js)
It appears that you’re using gtag.js; can you check your settings there to see if there’s a reason it might not be sending events?
I stepped through the code during a test submission on your site and everything my plugin is doing seems to be correct.
Forum: Plugins
In reply to: [WP YouTube Live] Channel Issue@jasondhecht can you enable the debugging setting and provide the debugging code from the HTML comment, making sure to remove your API key before pasting it in here?
Forum: Plugins
In reply to: [Seriously Simple Stats] Fix to avoid fatal error@pjriordan and anyone else who runs across this, there is a relatively simple fix available here: https://github.com/CastosHQ/Seriously-Simple-Stats/pull/57
Forum: Plugins
In reply to: [Contact Form 7 Google Analytics] Wordfence is flagging CF7GA as abandoned@ralf-r Certainly; thanks for letting me know!
Forum: Plugins
In reply to: [WP YouTube Live] Live stream timingSorry, there’s currently no great way to only check between certain hours.
In theory you could use the
wp_youtube_live_transient_timeout
filter to change the cache timeout length dynamically based on current time (e.g., set the TTL to the number of seconds between current time and (for instance) 10 minutes before your next scheduled start time, and during your streaming window, set it to a lower TTL).It would be possible but not foolproof.
Forum: Plugins
In reply to: [WP YouTube Live] Live stream timingSorry, that’s beyond the scope of this plugin. You’d need to look at YouTube support for help scheduling live streams.
Forum: Plugins
In reply to: [WP YouTube Live] How to display 2 live streaming videos at the same time ?Sorry, there’s no way to do that right now.
Forum: Plugins
In reply to: [WP YouTube Live] Multiple Channel Support@pranavsuri4303 Sorry, that is not currently possible.
@markanton You’d have to refer to Google Analytics itself or the myriad of articles discussing it.
All this plugin does is add a form submission hook to send the data to Google Analytics if it’s configured.
Forum: Plugins
In reply to: [WP YouTube Live] Live Player Size@navindesigns Glad to hear it!
If you’d like to donate, Cash app works great for me: https://cash.app/$AndrewRMinionDesign
Or DM me here and I can send you my email address for PayPal.
Forum: Plugins
In reply to: [WP YouTube Live] Live Player Size@navindesigns The live stream iframe has explicit height and width set:
<iframe id="wpYouTubeLive" width="640" height="360"…></iframe>
The fallback code provided by WP core’s oEmbed functionality may not have that, or WP core may be providing style rules to force 16:9 aspect ratio.
I’d take a look at this article and target the
.wp-youtube-live
wrapper: https://css-tricks.com/fluid-width-video/#iframe-video-youtube-vimeo-etcForum: Plugins
In reply to: [WP YouTube Live] Invalid argument supplied error