Problem with disqus setting

I have to create a website for my school application and i have a problem with disqus setting. I followed the tutorail change the variable but nothing appear.

http://34.207.144.128/tweets.html

here is my code :

      <aside>
        <div id="disqus_thread"></div>
        <script>
          var disqus_config = function () {
          this.page.url ='http://34.207.144.128/tweets.html'; // Replace PAGE_URL with y\
our page's canonical URL variable
          this.page.identifier ='34207144128'; // Replace PAGE_IDENTIFIER with your page\
's unique identifier variable
          };
          (function() { // DON'T EDIT BELOW THIS LINE
          var d = document, s = d.createElement('script');
          s.src = 'https://aounikarim.disqus.com/embed.js';
          s.setAttribute('data-timestamp', +new Date());
          (d.head || d.body).appendChild(s);
          })();
        </script>
        <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_\
noscript">comments powered by Disqus.</a></noscript>
        </aside>

Can someone help me. you can see in the console that i have this error :

cdn.viglink.com/images/pixel.gif?ch=2&rn=5.85340588037942:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

Here is my site Read-Only: http://34.207.144.128/tweets.html
(how to share your site Read-Only link)