Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author JW Player

    (@longtail-video)

    I’m afraid with our WP plugin, there is no option in the admin to add a skip. However, maybe in the shortcode you can add skipoffset=”5″ ?

    Thread Starter g1gson

    (@g1gson)

    it doesn’t work ?? it will be good if you add skip function in update

    Thread Starter g1gson

    (@g1gson)

    Thread Starter g1gson

    (@g1gson)

    I think skipoffset should be in Advertising tag, when I added it to shortcode it was out of advertising tag

    Plugin Author JW Player

    (@longtail-video)

    Yes, this feature will have to be added to a future version of the plugin, then.

    Thread Starter g1gson

    (@g1gson)

    when will be the update released ?

    Plugin Author JW Player

    (@longtail-video)

    I have to ask the engineers about adding it as a feature period first.

    lorygen

    (@lorygen)

    Hi, I need this feature too!! As soon as possible, please ?? Thank you!

    Plugin Author JW Player

    (@longtail-video)

    We do need to do a re-write of this plugin, to support this.

    lorygen

    (@lorygen)

    May you tell me where I can write “skipoffset”:5 ?

    lorygen

    (@lorygen)

    I’m sorry, I wrote quickly. The question is: in which file, and where, can I write the string “skipoffset”:5 ? …while we await you re-write the plugin ??

    Plugin Author JW Player

    (@longtail-video)

    I am not sure where in the plugin this resides.

    However, on your post, you could add:

    <script>
    (function(player) {
    var id = player.id,
    config = player.config;
    config.advertising = {skipoffset: ‘5’;};
    jwplayer(id).setup(config);
    })(jwplayer(0));
    </script>

    That might work.

    lorygen

    (@lorygen)

    Thank you!! But I did not understand… in which file I have to paste this code? I hope in an external file, and not in every single post. I have 900 pages with jwplayer ??
    I’m a girl, give me your support Please… ??

    lorygen

    (@lorygen)

    Hi there, I tried to paste it into a single post, but it does not work ??

    Plugin Author JW Player

    (@longtail-video)

    Yeah, it would have been in a single post. Where did you try this?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘preroll skip’ is closed to new replies.