hey rageragerage,
Sorry for the troubles. Can you send us an example link. How are you enqueuing the scripts for the background video script?
Thanks,
Justin
hey, thx I found the solution myself somehow
sry for waste of time
i put the scripts after wp_head and it works with the plugin now, before the “custom” scripts were before wp_head
<?php wp_head(); ?>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.mb.YTPlayer.js"></script>
You should not have to add this script because our plugin already enqueues jquery. Remove that and everyone should play nice 🙂
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.js”></script>
Spencer
Hey no problem! Just an FYI though the proper way to enqueue scripts into the wp head is found here in their docs. Just good to know for future use and try to keep scripts from conflicting. Cool thing is it also allows you to put it in footer if need be.
https://developer.ww.wp.xz.cn/reference/functions/wp_enqueue_script/
anyways thanks for using Feed Them Social!
cheers,
Justin Labadie