[Plugin: WP-Polls] Interferes With Embedded Script
-
I am trying to use WP-Poll on my website.
So far I have it installed just fine with no errors.
However, whenever I have WP-Poll activated the Shoutbox I’m using on my website (by YShout) disappears.
My Page with YShout: https://thefluffyshrimp.com/?page_id=28
The code I am using for my Shoutbox relies on the following:
Between the <head> tags on the page
<script src=”yshout/js/jquery.js” type=”text/javascript”></script>
<script src=”yshout/js/yshout.js” type=”text/javascript”></script>
<link rel=”stylesheet” href=”yshout/example/css/light.yshout.css” /><script type=”text/javascript”>
new YShout({
yPath: ‘https://thefluffyshrimp.com/yshout/’
});
</script>On the Shoutbox page
<div id=”yshout”></div>
Any idea why activating WP-Poll would corrupt my Shoutbox?
Thank you for your assistance. ??
- The topic ‘[Plugin: WP-Polls] Interferes With Embedded Script’ is closed to new replies.