George Kourakos
Forum Replies Created
-
Forum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream PagejQuery(document).ready(
function(cash) { $(“a[href=’https://www.twitch.tv/example’%5D”).attr(‘href’, ‘https://www.mysite.com/example’) });Here is the working code . Have a look at it
Forum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream Page<li><a href="/live-streaming/" target="_blank"><img class="alignnone" alt="" src="/wp-content/uploads/img/devatva.jpg" /></a> <span style="font-size: 16px;"><a href="/live-streaming/" target="_blank">Devatva</a></span><div class="fright"><img class="alignnone" alt="" src="https://teamewix.com/stream.php/devatva_east/sred" /></div></li>
Forum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream PageForum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream PageForum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream Pagethe code i gave you does exactly what you want!
Forum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream PageI used this link to make the online offline work, cause actually the plugin had a problem. It stacked sometimes. but his works.
https://obsproject.com/forum/viewtopic.php?f=22&t=2556 here a link that helps .Add a photo with php class and a photo in it. For example heres the code of my forst streamer that i used . use it on your own streamers
<img class=”alignnone” alt=”” src=”/wp-content/uploads/img/devatva.jpg” /> <span style=”font-size: 16px;”>Devatva</span><div class=”fright”><img class=”alignnone” alt=”” src=”https://teamewix.com/stream.php/devatva_east/sred” /></div>
/live-streaming — is the page that contains the stream . all the other just simply take the information to show online/offline factor
Forum: Plugins
In reply to: [Live Stream Badger] Redirect Link to twitch tv to a custom Stream PageI found it in 20 minutes , how to do it ? . Its simple take this shortcode that i found in some other question that you have answered and $(“a[href=’https://www.google.com/’%5D”).attr(‘href’, ‘https://www.live.com/’) replace the links and youa re done. Add the jquery in your files and you are ready. The easier way is this to add the jquery in this widget and make your life easier. https://www.ads-software.com/plugins/jquery-ui-widgets/ Have Fun Guys !