九月 2010
« 八月    
 1234
567891011
12131415161718
19202122232425
2627282930  

WordPress 2.7 Flash Uploader(Falsh 上傳器) 不見了

最近要寫一個備忘,要上傳圖片時,卻發現下圖的 "選擇檔案" 的按鈕卻不見了。

解法:

重新下載 WordPress 2.7 的壓縮包,然後把 下圖裡的檔案放到相對應的位置即可。

把瀏覽器的快取清除或按 ctrl + f5 也可以。

AddThis Button into your wordpress

每次更新主題時,就會要再一次的更新一次, 先連到 http://www.addthis.com 取得符合你網站的類型的 addthis 的按鈕代碼:

<!– AddThis Button BEGIN –> <div><script type="text/javascript">var addthis_pub="splin";</script> <a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, ", ‘[URL]‘, ‘[TITLE]‘)" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-bookmark-en.gif" width="125″ height="16″ border="0″ alt="" style="border:0″/></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script></div> <!– AddThis Button END –>

然後再加到邊欄或主頁也可以。