前言介紹
- 這款 WordPress 外掛「User Social Profiles」是 2015-11-13 上架。
- 目前有 300 個安裝啟用數。
- 上一次更新是 2018-12-11,距離現在已有 2336 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
social accounts | social profiles | social user fields | user social profiles |
內容簡介
要使用此外掛程式,您的佈景主題(或子佈景主題)必須支援。
只要使用 WordPress 的內建功能the_author_meta('profile-name'),就可以顯示使用者的其他設定檔。 ‘profile name’ 可以是 ‘twitter’, ‘facebook’, ‘googleplus’, ‘instagram’, ‘pinterest’。
程式碼範例(附上 Font Awesome 圖示):
$prefix_twitter_url = get_the_author_meta( 'twitter' );
$prefix_facebook_url = get_the_author_meta( 'facebook' );
$prefix_googleplus_url = get_the_author_meta( 'googleplus' );
$prefix_instagram_url = get_the_author_meta( 'instagram' );
$prefix_pinterest_url = get_the_author_meta( 'pinterest' );
?>
您可以在這裡看到它的展示: https://pencil1.blogonyourown.com/author/robertsummer/
原文外掛簡介
To use this plugin – your theme (or child theme) must support it.
To display additional profiles for user you just need to use native WordPress function the_author_meta( 'profile-name' ) where ‘profile name’ can be ‘twitter’, ‘facebook’, ‘googleplus’, ‘instagram’, ‘pinterest’.
Code example (with Font Awesome Icons):
You can see it in action here: https://pencil1.blogonyourown.com/author/robertsummer/
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「User Social Profiles」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.1.2 | 0.1.3 | 0.1.4 | 0.1.5 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。