Twitter
diff --git a/pages/_index.html b/pages/_index.html
index fb451ee..01b59bc 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -60,21 +60,9 @@
return decodeURI(dc.substring(begin + prefix.length, end));
}
-function createTimeline() {
- var twitterContainer = document.getElementById("twitter-timeline");
- twttr.widgets.createTimeline(
- "531835569395863553",
- twitterContainer,
- {
- height: 400
- }
- );
- twitterContainer.innerText = '';
-}
-
(function() {
if (getCookie("eclipse_cookieconsent_status") === "allow") {
- $.getScript("https://platform.twitter.com/widgets.js", function() { createTimeline(); });
+ $.getScript("https://platform.twitter.com/widgets.js");
}
})()
</script>
\ No newline at end of file