Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Working on getting some better features on the channel. It seems that Using JavaScript is the norm for most people looking to get pop up 's on the channel. I decided to get into the mix to see how difficult it would be. Doesn't seem that hard if you have a baseline so I wanna see how far we can with it. First off we need an example piece of code to get us started. After that we can build out an extended version of it. People are wanting me to get some code together, so I decided to do it the good ole fashioned way. Look at everyone else's code and make something that works for you. Already found an article for a cool Social media pop up I can use. If you watch my stream you have seen the pop up's I get when people subscribe and donate thanks for streamlabs. It seems to be a html URL based system that allows for a inject able pop up that shows up on your stream. It's nice for interactivity with viewers and respect for things going down. Found a link that takes the idea of these labels and let's us work with our own. I wanna see what I can do with this to import how I do things.
- https://nerdordie.com/resources/free-resources/animated-social-media-popup-for-twitch-hitbox-or-youtube-stream/
- Doesn't seem to hard from reading so I decided to make a version of my own. I forked the code with "Codepen" and now I have something I can get worked up for my own stream. Since I use Xsplit for streaming it make it pretty simple to add an HTML File to as media source. For OBS you need a CLR plugin and I'm not exactly if it works with streamlabs obs, I would think so since this is how streamlabs works. Here's the new code
- https://codepen.io/defango/pen/VGZMqv
- https://pastebin.com/U5D0P6UP
Advertisement
Add Comment
Please, Sign In to add comment