我正在尝试按照脚本在wordpress网站上提取推文:
'http://codepen.io/jasonmayes/pen/Ioype'
它在codepen上工作但不在wordpress网站上工作。 我想用Masonry布局在单独的div中显示每条推文。
请为此提出任何解决方案。
答案 0 :(得分:0)
您使用的是正确的ID吗?
代码中有一条注释,显示如何生成您必须使用的ID。
/**
* ### HOW TO CREATE A VALID ID TO USE: ###
* Go to www.twitter.com and sign in as normal, go to your settings page.
* Go to "Widgets" on the left hand side.
* Create a new widget for what you need eg "user time line" or "search" etc.
* Feel free to check "exclude replies" if you don't want replies in results.
* Now go back to settings page, and then go back to widgets page and
* you should see the widget you just created. Click edit.
* Look at the URL in your web browser, you will see a long number like this:
* 345735908357048478
* Use this as your ID below instead!
*/