採用獨自開發 RWD Bo-Blog插件 對應電腦版與手機版網頁。一次上架多版本對應、顯示迅速方便。
August 11, 2020
在A.PAO 開發中的網站後台當中,上圖文都很方便,尤其只需要一次上架,就會對應電腦版(PC)與手機版(mobile)頁面,但想要在前台給用戶看到網址的話,需要輸入網址的HTML碼。
範例網址如下:
https://www.aantut.org/WhatsNews_View.php?id=150
▼電腦版(PC)圖例
▼手機版(mobile)圖例
範例網址如下:
https://www.aantut.org/WhatsNews_View.php?id=150
▼電腦版(PC)圖例
▼手機版(mobile)圖例
September 13, 2018
March 10, 2014
1.作出OG語法標籤
在html head裡面加註以下標籤
2.使用Facebook有清除快取的Debug工具
https://developers.facebook.com/tools/debug
在html head裡面加註以下標籤
<link href="圖片連結網址" rel="image_src" type="image/jpeg">
2.使用Facebook有清除快取的Debug工具
https://developers.facebook.com/tools/debug
December 26, 2009
最近發現推文的人數增多了,Facebook, Plurk, Twitter的按鈕增加在各部落格與網站當中,下面是一些例文...
Facebook 推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) ));">[Facebook推文]</a>
Facebook 推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href))
));"><img src="http://www.YourName.xx/images/banner_facebook.gif" width="120" height="32"
border="0" /></a>
↑[http://www.YourName.xx/images/banner_facebook.gif]請注意放置位置。
素材︰
Plurk噗浪推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://www.plurk.com/?qualifier=shares&status=' .concat(encodeURIComponent(location.href)) .concat(' ') .concat('(') .concat(encodeURIComponent(document.title)) .concat(')')));">[Plurk推文]</a>
Plurk噗浪推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://www.plurk.com/?qualifier=shares&status='
.concat(encodeURIComponent(location.href)) .concat(' ') .concat('(')
.concat(encodeURIComponent(document.title)) .concat(')')));"><img
src="http://www.YourName.xx/images/banner_plurk.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_plurk.gif]請注意放置位置。
素材︰
Twitter推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href))));">[Twitter推文]</a>
Twitter推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title))
.concat(' ') .concat(encodeURIComponent(location.href))));"><img
src="http://www.YourName.xx/images/banner_twitter.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_twitter.gif]請注意放置位置。
素材︰
Facebook 推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) ));">[Facebook推文]</a>
Facebook 推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href))
));"><img src="http://www.YourName.xx/images/banner_facebook.gif" width="120" height="32"
border="0" /></a>
↑[http://www.YourName.xx/images/banner_facebook.gif]請注意放置位置。
素材︰
Plurk噗浪推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://www.plurk.com/?qualifier=shares&status=' .concat(encodeURIComponent(location.href)) .concat(' ') .concat('(') .concat(encodeURIComponent(document.title)) .concat(')')));">[Plurk推文]</a>
Plurk噗浪推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://www.plurk.com/?qualifier=shares&status='
.concat(encodeURIComponent(location.href)) .concat(' ') .concat('(')
.concat(encodeURIComponent(document.title)) .concat(')')));"><img
src="http://www.YourName.xx/images/banner_plurk.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_plurk.gif]請注意放置位置。
素材︰
Twitter推文按鈕語法(文字範例)
↓直接拷貝到適當的html文當中。
<a href="javascript: void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href))));">[Twitter推文]</a>
Twitter推文按鈕語法(圖片範例)
↓直接拷貝到適當的html文當中。
<a href="javascript:
void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title))
.concat(' ') .concat(encodeURIComponent(location.href))));"><img
src="http://www.YourName.xx/images/banner_twitter.gif" width="120" height="32" border="0" /></a>
↑[http://www.YourName.xx/images/banner_twitter.gif]請注意放置位置。
素材︰