Support » Plugin: Live Stream Badger » Creating Livestream Page

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tadas Krivickas

    (@tkrivickas)

    Hello.

    I think it’s a viable feature to be implemented in this plugin.

    Note that this would also duplicate some functions of other plugins. I was able to achieve something similar to what you need using Widgets on Pages plugin.

    Here is a result on a standard Twenty Twelve theme.

    It basically allows to include a widget in a post or page. So I created a Widget on Pages sidebar with the name StreamPage and placed LSB Stream Status widget on it.

    Then added this in the post: [widgets_on_pages id="StreamPage"].

    Some CSS styling does not hurt, as by default LSB images expand to the 100% of available width, so:

    #StreamPage li {
    	list-style-type: none;
    	margin-left: 0;
    	margin-right: 0;
    }
    #StreamPage .lsb-status-widget-holder {
    	width: 100%;
    }
    #StreamPage .lsb-status-widget-list-item {
    	display: inline-block;
    	width: 30%;
    }

    What do you think?

    Hello,
    i have oush this code into css, but i don’t have screen for channel.

    Thank for help.

    Thread Starter Ganeon

    (@ganeon)

    Wow I must have missed the original email notification. Yeah this should work. Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating Livestream Page’ is closed to new replies.