• Hi, is there a way to integrate midRolls in the WordPress plugin for Fluidplayer? I was on the Fluidplayer and I wanted to know if there are any short codes for midRoll that maybe resemble the XML like this?:

    fluidPlayer(
    ‘my-video’,
    {
    vastOptions: {
    adList: [
    {
    roll: ‘preRoll’,
    vastTag: ‘vastPreRoll.xml’,
    adText: ‘Advertising supports us directly’
    },
    {
    roll: ‘midRoll’,
    vastTag: ‘vastMidRoll.xml’,
    timer: 8
    },
    {
    roll: ‘midRoll’,
    vastTag: ‘vastMidRoll2.xml’,
    timer: 10,
    adClickable: false // Default true
    },
    {
    roll: ‘postRoll’,
    vastTag: ‘vastPostRoll.xml’,
    adText: ‘Thanks for watching’,
    adTextPosition: ‘top right’
    }
    ]
    }
    }
    );

    The page I need help with: [log in to see the link]

  • The topic ‘midRoll in WordPress’ is closed to new replies.