Hello,
I am attempting to add a Twitter timeline to http://coteaubooks.com/ however, all I get is a link and the text “Tweets by @CoteauBooks”.
I did some online research and did the following in an attempt to fix the issue:
I added two domains to this: www.coteaubooks.com, coteaubooks.com
I then added an http: in front of the “//platform.twitter.com/widgets.js” because I was told it would work (although it’s still valid without it).
I tried remaking the code and swapping it out with the new code as well. My code currently looks like this:
Tweets by @CoteauBooks
I then turned to Chrome’s JavaScript console and got this error: “Uncaught SyntaxError: Unexpected token (”. I traced this error right back to the line where my timeline should be generating, but isn’t. The reason it isn’t, according to my source code, is because only the following is being printed on my page:
Tweets by @CoteauBooks
Looking at this from a developers point of view, I see that this is happening because the function’s parameters are not being met. My question is why not, and how can I fix this. And if this is not the problem, then what is?
Thank you.