0
我如何獲得#<name>
id,例如像這個數字345170787868762112
。我從下面的例子中得到它:http://codepen.io/jasonmayes/pen/Ioype。如何獲取Twitter #hashtag ID
也許這不是#hashtag
身份證,但任何人都可以解釋,它是什麼,然後我怎麼能找到它的任何種類#hashtag
?
試圖谷歌它,但沒有找到任何相關的結果。
我如何獲得#<name>
id,例如像這個數字345170787868762112
。我從下面的例子中得到它:http://codepen.io/jasonmayes/pen/Ioype。如何獲取Twitter #hashtag ID
也許這不是#hashtag
身份證,但任何人都可以解釋,它是什麼,然後我怎麼能找到它的任何種類#hashtag
?
試圖谷歌它,但沒有找到任何相關的結果。
您是否閱讀過鏈接代碼中的評論?
/**
* ### 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!
*/
這些都不是主題標籤的ID - 它們是您先前配置爲搜索的井號標籤控件的ID。