Descrizione
Need a plugin which lets you embed mixer.com streams in an easy and manageable way? Mixer Easy Embed wall allows you to embed a group of streams and customise the appearance.
- Show mixer streamers all playing a specific game.
- Show mixer streamers based on usernames.
- Show mixer streamers based on a mixer team.
- Customise the appearance by changing the colour scheme between light and dark.
- Custom manager screen and shortcode support.
The plugin works fluidly across all screen widths and devices, just add the code to your theme or use the shortcode and you’re ready to go!
Installazione
This section describes how to install the plugin and get it working.
- Upload the plugin files to the
wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Easy Embed for Mixer (Wall) screen to configure the plugin
- To customize the feed from Mixer, fill either the ‘Game’ field or the ‘Channel’ field or the ‘Team’ field. Only fill one of these fields, or the feed will not work.
- To add the widget to your site, you can use the shortcode [getMixerWall] within any page or post. Advanced WordPress users could also add the function call directly to their theme to use the widget outside of a page or post (more on this below)
Shortcode Usage
To output the Mixer Wall configured on the settings page, simply use the following shortcode anywhere in a post or page within WordPress:
[getMixerWall]
To output a Mixer Wall configured with custom settings, you can define the settings on the shortcode like this:
[getMixerWall game=”fortnite”]
[getMixerWall channels=”btcdaddy,namesx,jaredfps”]
[getMixerWall team=”partners”]
The full list of shortcode settings:
id
limit
game
channels
team
If you are using multiple walls on a single page, then each of your shortcodes needs to have a unique ID. For detailed shortcode examples, please see our demo page on the StreamWeasels site.
Advanced Usage
For those of you who know your way around a WordPress theme, it’s possible to embed the Mixer Wall widget directly within your theme using the wordpress function do_shortcode. This will allow you to put the widget anywhere in your theme, even outside of a post or a page.
To do so, use the following PHP code anywhere in your theme.
<?php echo do_shortcode('[getMixerWall]') ?>
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Mixer Easy Embed Wall” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Mixer Easy Embed Wall” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.1
- Fixed a bug affecting multiple channels seperated by a comma.
1.0.0
- Initial Release.