前言介紹
- 這款 WordPress 外掛「Twitter Themes」是 2013-04-14 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2013-04-15,距離現在已有 4402 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.5.1 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
tweet | themes | tweets | widget | twitter |
內容簡介
false (default), (optional).
Twitter Themes是一款外掛,允許您顯示Twitter帳戶的時間軸。與其他外掛的主要區別在於,Twitter Themes內置了一個系統模板,讓您輕鬆地為外掛創建自己的主題。如果您熟悉HTML和CSS,則可以為外掛創建自己的主題並將其集成到WordPress主題中。您可以創建自己的HTML、CSS或JavaScript。該插件包括多個主題,可供您用作創建自己的主題的參考,並希望提供新的主題。
演示:
您可以在以下網址中查看插件的演示:
小部件演示 | ES
使用短碼演示“Twitter滾動條”主題 | ES
使用短碼演示“Twitter小滾動條”主題 | ES
特色:
您可以創建自己的主題,基於短碼,為插件分配CSS、JavaScript或圖像資源並進行完全自定義。
您可以將插件用作小部件,在其中設置每個主題可用的選項。
您可以使用插件作為短碼,通過編輯器或WordPress主題的PHP進行集成。
使用Twitter API的1.1版。
使用字體圖標,因此您可以從CSS更改它們的顏色。
小部件欄位:
我將描述小部件的每個欄位,但要記住,不是每個主題都會顯示所有欄位。
標題:小部件的標題。短碼屬性:標題,值:文本(可選)。
Twitter用戶名:Twitter用戶名。短碼屬性:screen_name,值:文本(必填)。
刷新時間(分鐘):Twitter收集的信息存儲在緩存中的分鐘數。短碼屬性:緩存時間,值:數字(可選)。
選擇主題:選擇使用插件的主題的字段。用戶創建的自定義主題也將顯示在此選擇中。短碼屬性:主題,值:主題中使用的PHP文件的名稱。插件附帶的主題包括twitter_ticker_theme.php和twitter_little_ticker_theme.php,但我希望偶爾提供新主題。用戶還可以創建自己的主題(可選)。
顯示個人檔案圖像:選擇用戶個人檔案圖像的尺寸。短碼屬性:profile_image,值:false、mini、normal、bigger、original(可選)。
推文數量:在小部件中要顯示的推文數量。總數包括轉發和回應,因此如果您設置為不顯示它們,則總數將小於設定的值。可以向Twitter請求的推文數的最大數量為200條。短碼屬性:tweets_count,值:數字(可選)。
顯示推文操作:此選項將在每個推文上顯示推文操作鏈接,回復、轉發和收藏。短碼屬性:tweet_actions,值:true或false(默認),(可選)。
包括轉發:此選項將在時間軸中顯示轉發推文。短碼屬性:show_retweets,值:true或false(默認),(可選)。
包括回復:此選項將在時間軸中顯示回應推文。短碼屬性:show_replies,值:true或false(默認),(可選)。
原文外掛簡介
Twitter themes is a plugin that allows you to show the timeline of a Twitter account. The main difference from other plugins is that Twitter themes incorporates a system template that allows you to create your own theme for the plugin easily. If you know HTML and CSS you can create your own theme for the plugin and integrate it into your WordPress theme. You can create your own HTML, CSS or JavaScript. The plugin includes several themes that you can use as reference to create your own theme and I hope to offer new themes.
Demos:
You can see a demo of the plugin in the following URLs:
Widget Demo | ES
Demo with ‘Twitter ticker’ theme as shortcode | ES
Demo with ‘Twitter little ticker’ theme as shortcode | ES
Features:
You can create your own themes, based on shortcodes, for the plugin to which you can assign CSS, JavaScript or images resources and customize completely.
You can use the plugin as a widget where you can configure the options available for each theme.
You can use the plugin as shortcode, to integrate it from the editor or from the php of your WordPresss theme.
Using version 1.1 of the Twitter API.
Using font icons so you can change the color of them from CSS.
Widget fields:
I will describe every field of the widget but keep in mind that not all fields appear in each theme.
Title: the title of the widget. Shortcode attribute: title, value: text (optional).
Twitter user name: Twitter user name. Shortcode attribute: screen_name, value: text (required).
Refresh time (in minutes): number of minutes that the information gathered from Twitter is stored in cache. Shortcode attribute: cache_time, value: number (optional).
Select theme: field to select the theme that we will use with the plugin. Custom themes created by the user will also appear in this select. Shortcode attribute: theme, value: name of the PHP file used in the theme. The themes that come with the plugin are twitter_ticker_theme.php and twitter_little_ticker_theme.php, but I hope to offer new themes occasionally. The user can also create their own themes (optional).
Display profile image: to select the image size of the user profile. Shortcode attribute: profile_image, value: false, mini, normal, bigger, original (optional).
Number of tweets: number of tweets to be displayed in the widget. The total number includes the retweets and responses, so if you configure to not display them the total number will be less than the value set. The maximum number of tweets that can be requested to Twitter is 200 tweets. Shortcode attribute: tweets_count, value: number (optional).
Show Tweet Actions: this option will show the tweet actions links on each tweet, reply, retweet and favorite. Shortcode attribute: tweet_actions, value: true or false (default), (optional).
Include retweets: this option will show the retweets in the timeline. Shortcode attribute: show_retweets, value: true or false (default), (optional).
Include replies: this option will show the replies in the timeline. Shortcode attribute: show_replies, value: true or false (default), (optional).
Show sending application: this will show the application from which the tweet was sent. Shortcode attribute: sending_app, value: true or false (default), (optional).
Show date: this option will show the creation date of the tweet with the format used by Twitter. Shortcode attribute: date, value: true or false (default), (optional).
Show links: this option will display the tweet links. Shortcode attribute: hyperlinks, value: true or false (default) (optional).
Open links in new window: The links will open in a new window. Shortcode attribute: target_blank, value: true or false (default), (optional).
Add “nofollow” attributte to links: with this option selected rel=”nofollow” will be added to links code to tell search engines to not follow this links. Shortcode attribute: no_follow, value: true or false (default), (optional).
Show Follow Button: This option will display the Twitter follow button. Shortcode attribute: follow_button, value: true or false (default), (optional).
Show Screen Name: the user name will be shown in the Follow button. Shortcode attribute: follow_show_screen_name, value: true or false (default), (optional).
Followers count display: followers counter will be shown in the Follow button. Shortcode attribute: follow_show_count, value: true or false (default), (optional).
Large Follow Button: This will display the big follow button. Shortcode attribute: follow_size, value: true or false (default), (optional).
Button alignment left: this option aligns to the left the follow button. Shortcode attribute: follow_data_align, value: true or false (default), (optional).
Show Link to PoseLab: It is a small link to my website. If you have installed this plugin on your website and want to thank me you can show this link to my website. Shortcode attribute: poselab_link, value: true or false (default), (optional).
Some functions of this plugin and inspiration correspond to the following plugins:
Rotating Tweets by Martin Tod
Twitter Widget Pro by Range
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Twitter Themes」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
YITH WooCommerce Catalog Mode 》H WooCommerce Catalog Mode外掛描述:, , 您是否有興趣展示產品或服務目錄,但暫時不希望讓它們立即上架出售?, 您是否正在進行盤點,但仍希望將產品保留在...。
Advanced Automatic Updates 》Advanced Automatic Updates 為 WordPress 內建的自動更新功能添加了額外的選項。除了安全更新外,它還支持安裝重大版本、外掛、主題甚至是定期的 SVN 檢出!...。
Theme Check 》主題檢查外掛是測試您的佈景主題並確保其符合最新 主題審查 標準的一種簡單方法。透過此外掛,您可以運行 WordPress.org 用於主題提交的所有自動化測試工具。...。
Theme Authenticity Checker (TAC) 》掃描所有主題文件,尋找潛在的惡意或不需要的程式碼。, TAC 是什麼, TAC 代表主題真實性檢查器。TAC 搜尋每個安裝主題的原始檔案,尋找惡意程式碼的跡象。如...。
SKT Templates – 100% free Elementor & Gutenberg templates 》, SKT Templates 是一個可以在 Elementor 和 Gutenberg 主題庫中挑選超過上百款模板的外掛,只需要瀏覽 Demo 畫面,挑選適合的模板後點擊匯入並安裝即可。它...。
Multiple Themes 》重要提示:支援服務已移至 ZATZLabs 網站,不再於 WordPress.org 論壇提供。如需開發者迅速回覆,請提交請求單。, 此外掛設定提供多種選擇方式,可讓您選擇要...。
Demo Importer Plus 》Demo Importer Plus 是最佳和強大的演示內容導入外掛之一。它允許您輕鬆地通過單擊一個按鈕來導入演示內容、小工具、定制器設置以及主題設置。, 除此之外,您...。
Hello Plus 》**總結:**, Hello+ 是一個免費的 WordPress 外掛,專為與 Elementor 的 Hello Themes(例如 Hello Biz)無縫合作而設計。它提供了堅固的基礎,讓使用者可以...。
WP-LESS 》LESS 是一種基於 CSS 的樣板語言。它提供了許多增強功能,以加速開發並使維護更容易。, 主題開發人員甚至可以捆綁該外掛而不用擔心衝突:只需包含特殊的 boot...。
Create Block Theme 》此外掛讓您可以:, – 建立新主題、空白主題、子主題或風格變化。, – 列出並預覽嵌入您佈景中的字型家族和字型樣式。, – 嵌入 Google...。
Theme Test Drive 》Theme Test Drive WordPress外掛程式允許您以管理員身份安全地在您的部落格上測試任何佈景主題,而訪客仍然使用預設佈景主題。, 這樣做是完全透明的,他們甚...。
Child Themify 》使用一個按鈕從任何非子佈景主題建立子佈景主題。, 此外掛程式支援多站點,若在多站點網路中使用,在網路管理員中會顯示建立子佈景主題的選項控制項,而非一...。
WP Theme Test 》該外掛可讓僅登入的使用者更改和顯示主題。, 當您測試新主題時,網站訪客則會看到您的舊主題。, 僅 WordPress 網站管理員可以安全地看到新主題並進行測試。, ...。
YITH Custom Login 》安裝這個外掛,改變 WordPress 登入的預設風格。為您的網站登入頁面設置漂亮的風格,並根據您的風格進行自定義!, 完整的文檔在這裡提供。, 安裝, 一旦您安裝...。
Export Themes 》這個外掛讓你能夠將主題以 .zip 檔案匯出,然後利用 WordPress 的「上傳」功能,在其他伺服器上安裝相同的主題。, 使用方式, 安裝完外掛後,你需要進入「外觀...。