近兩天講得頗熱的是將 Flickr slide show 放在自己的網頁上 ,原理好簡單,就是使用iframe,再找出相關的網址,我也來試一下,發現要找userid比較麻煩,所以寫下了找id的方法。要看結果請大家按 “閱讀本篇” 。
例子:我要找我tag成phantom的圖片
- 不用登入,以遊客身份去到自己的 首頁
- 查看 His Tags 裏的 Phantom
- 看原始碼,找到 open_user_SlideShow(‘22285931@N00′, ‘phantom’, ‘’, ‘’, ‘firstIndex’, ‘firstId’) ,第一個是userId,第二個是tag名。
- 所以,插在iframe url後的參數是&tags=phantom&user_id=22285931@N00
Related link: