在WordPress网站上获取推文

Fetching Tweets on Wordpress Site

本文关键字:获取 WordPress 网站      更新时间:2023-09-26

我正在尝试以下脚本在wordpress网站上获取推文:

'http://codepen.io/jasonmayes/pen/Ioype'

它适用于代码笔,但不适用于wordpress网站。我想在单独的div 中显示每条推文,并带有砌体布局。

请为此提出任何解决方案。

您使用的 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! */