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
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 ?
I have to ask the engineers about adding it as a feature period first.
Hi, I need this feature too!! As soon as possible, please 😉 Thank you!
We do need to do a re-write of this plugin, to support this.
May you tell me where I can write “skipoffset”:5 ?
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 😉
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.
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… 🙂
Hi there, I tried to paste it into a single post, but it does not work 🙁
Yeah, it would have been in a single post. Where did you try this?