人氣點閱:3445 |
發表人 |
Blog this & Yahoo! Share Bookmark in php webs 2006-12-31 11:41 分類: ✔️blog this ✔️yahoo bookarmk 個人: ✔️blog this ✔️yahoo bookarmk |
/ / /
|
|
可在您的網頁加入此段程式碼便可擁有,適用 big5 encode 編碼
Blog this + Yahoo! share bookmark in PHPBB or PHP-pages
程式區段如下:
代碼:/* URL and Title */
$n_encode = urlencode(mb_convert_encoding($topic_title,"UTF-8","big5"));
$u_encode = urlencode('http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']);
/* Google Blog This */
$blogger_this = '<a target="blog_this" href="http://www.blogger.com/blog-this.g?t=&u='.$u_encode.'&n='.$n_encode.'">
<img src=/i/blogthis.gif valign=center border=0><u>Blogger</u></a>';
/* Yahoo MyWeb2 Share Bookmark */
$blogger_this .= ' :: <a target="yahoo_bookmark" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?&ei=UTF-8&t='.
$n_encode.'&u='.$u_encode.'"><img border=0 src=http://tw.yahoo.com/favicon.ico><u>儲存分享書籤</u></a>';
echo $blogger_this;
________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
|
|
Type
繪圖畫廊 設計藝廊 攝影相簿 留言板 最愛收藏 分類標籤
暱稱: Type 註冊: 2002-11-30 發表: 11166 來自: vovo2000.com
V幣: 901741
|
|
|
|
|