1

I have browsed the web trying to find a solution to this problem, many people have suggested disabling avast plugin, add blocker within chrome extensions yet none of these worked.

the url is https://careers.telstra.com/ you will see half way down next to the facebook feed the twitter feed is empty when using chrome, when I view this in IE, FireFox it displays as I would expect.

I've checked the console log in Firefox and I receive no errors, when I go to chrome on the other hand I see the following:

enter image description here

I personally do not think these are related it any way but I thought I would provide as much information as possible to try and get this fixed.

update Turns out the errors are related to google-cast-sdk instead of silently dumping the errors they have decided to dump them straight in to the console. Read more about it here

I've checked and made sure I'm referencing the correct twitter widget.

We build it as follows as pass it to the page

 sb.Append("<div class=\"twitterWidget\"><a class=\"twitter-timeline\" href=\"//twitter.com/telstracareers\" data-widget-id=\"345026269295038465\" data-chrome=\"nofooter noscrollbar transparent\" data-tweet-limit=\"3\">Tweets by @telstracareers</a></div>");

The website runs under https, I have tried the following:

href=\"https://twitter.com/telstracareers\"
href=\"//twitter.com/telstracareers\"

Still have no luck, I'm not sure what else I could try any suggestions?

Thanks

Code Ratchet
  • 5,758
  • 18
  • 77
  • 141
  • The widgets typically require a script tag as well as the given html. Are you including that, too? Are you also sure that the widget has been saved? – sesamechicken Apr 20 '15 at 03:24
  • @sesamechicken I'm including everything, it works fine on all other browsers just not Chrome for some daft reason... – Code Ratchet Apr 20 '15 at 03:54
  • Does it work in Chrome in incognito mode (i.e. when browser extensions are disabled)? – samgak Apr 20 '15 at 07:38
  • @samgak I've tried that, disabled all extensions, cleared cache the lot but yet it doesn't seem to show – Code Ratchet Apr 20 '15 at 08:08
  • @ScottAtkinson other browsers may be more forgiving, but try loading jQuery over https - you have a few errors on that page in Chrome 43.0.2357.18 – sesamechicken Apr 20 '15 at 14:21
  • @sesamechicken correct I've seen the errors but from what I've read online its from a google-cast-sdk – Code Ratchet Apr 21 '15 at 00:03
  • There are more errors than just the extension ones. Look again. – sesamechicken Apr 21 '15 at 00:04
  • @sesamechicken there the only errors I see, the picture I have attached in my question are the ones I see. – Code Ratchet Apr 21 '15 at 00:11
  • jQuery does not load - needs to be https like the rest of the page - – Remento Apr 21 '15 at 01:09
  • @Remento hey where are you seeing that on the page? I've just right clicked viewed source and can't see it anywhere? – Code Ratchet Apr 21 '15 at 01:21
  • @Remento found that, now fixed it and still the problem persists.... – Code Ratchet Apr 21 '15 at 04:05
  • Is this how the other feeds are brought in? I tried your code using jQuery to append() (I assume you're using a string builder in vb.net or something), and it works. Have you considered this approach? The iframe that is created in that area is empty. – sesamechicken Apr 22 '15 at 16:40
  • @sesamechicken yes all feeds are brought in the same way, which is why I find this very strange, all other browsers its fine. We have a front end guy looking at it now so I'm waiting to hear back from him, will update accordingly – Code Ratchet Apr 22 '15 at 23:10

0 Answers0