RedZ
RedZ

Reputation: 408

WordPress Script not working

I'm designing a website for a school and they use a communicator app to display news. Now on the previous website they had this code just pasted there and it worked. But it displays nothing on the new site?

Script:

<script src="http/www.d6communicator.com/school/listings.js.php?school=10930&type=news&max=10&width=1200&color=12196e&lang=af"></script>

Upvotes: 0

Views: 54

Answers (1)

Shuja Shabandri
Shuja Shabandri

Reputation: 557

I think its because there is a typo in the script src.

http/www.

should be

http://www.

Upvotes: 3

Related Questions