You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 line
1.1 KiB

  1. <html>
  2. <head>
  3. <style>
  4. html, body {
  5. margin: 0;
  6. }
  7. iframe {
  8. max-height: 100%;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div class="social-wrap"></div>
  14. <script>
  15. if (parent.document.body.clientWidth > 767) {
  16. document.querySelector('.social-wrap').innerHTML = '<a class="twitter-timeline" data-lang="de" data-height="500" href="https://twitter.com/hkhamburg?ref_src=twsrc%5Etfw"></a>';
  17. } else {
  18. document.querySelector('.social-wrap').innerHTML = '<a class="twitter-timeline" data-lang="de" data-height="350" href="https://twitter.com/hkhamburg?ref_src=twsrc%5Etfw"></a>';
  19. }
  20. function checkIframe() {
  21. setTimeout(() => {
  22. const iframe = document.querySelector('iframe');
  23. if (iframe) {
  24. iframe.setAttribute('tabindex', '-1');
  25. }
  26. else {
  27. checkIframe();
  28. }
  29. }, 1000)
  30. }
  31. checkIframe();
  32. </script>
  33. <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  34. </body>
  35. </html>