[WordPress] 外掛分享: Kebo Twitter Feed

WordPress 外掛 Kebo Twitter Feed 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Kebo Twitter Feed」是 2013-07-16 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 4000 個安裝啟用數。
  • 上一次更新是 2016-09-28,距離現在已有 3140 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.2 以上版本才可以安裝。
  • 有 63 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

peterbooker |

外掛標籤

feed | social | twitter | twitter feed | latest tweets |

內容簡介

Kebo Twitter Feed 是一個方便且易用的外掛,讓您可以輕鬆地將 Twitter 資訊加入您的網站中。只需使用幾個點擊即可開始,無需設置自己的 Twitter App。使用提供的小工具或短碼,輕鬆在您的網站上顯示推文。

為什麼要使用 Kebo Twitter Feed?

只需使用幾個點擊即可開始,無需設置自己的 Twitter App。
可以輕鬆地與您現有的網站設計相匹配。
提供友好和積極的支援。
適用於所有 WordPress 主機。
支援 WordPress多站點。
在背景下刷新推文,不會影響頁面載入速度。
支援翻譯 (參見下面的包含的語言)。

其他解決方案通常需要您創建一個Twitter App,並自行提供外掛程式的 oAuth 憑證。我們認為應該不應該這麼困難,使用我們的外掛,您只需使用幾個點擊即可在網站上顯示推文。

我們通過使用自己的 Twitter App 在我們自己的服務器上處理所有複雜的 oAuth 請求,使這變得非常容易。我們的應用程序只要求讀取權限,並且我們僅要求公開可用的信息。您的數據永遠不會存儲在我們的系統中,您可以在我們的隱私政策中了解更多關於我們如何處理您的信息的內容。

主要特色

無需創建Twitter App即可輕鬆設置。
輕鬆使用 Widget 和短碼顯示推文。
選擇顯示個人資料圖片、附加媒體和其他信息。
高級緩存,以免影響頁面載入速度。
本地緩存備份,以防連接Twitter有問題。

包含的翻譯

德語:由Bego Mario Garde提供。
俄語:由Stas Newdel提供。
義大利語:由Alberto Ramacciotti提供。
荷蘭語:由Renee Klein提供。
英語 (英國):由Peter Booker提供。
瑞典語:由Johanna Kitzman提供。
塞爾維亞語:由Borisa Djuraskovic提供。
西班牙語:由Javier Sanz提供。

評價 / 回饋

請花些時間留下評論,讓我們和其他人知道您的使用體驗。如果您的使用體驗不是五星級體驗,我們希望了解原因,以便我們為您和其他用戶改進插件。

小工具的風格

我們使用內置方法輸出小工具和標題容器,使其可以無縫集成到您的網站中。

如果您想在 Widget 內部進行樣式設置,這是 HTML 結構:









  • 原文外掛簡介

    Hassle-free and user-friendly way to add a Twitter Feed to your website. Get started in just a few clicks without the need to setup your own Twitter App. Use the provided Widget or Shortcode to easily display your Tweets on your website.
    Why use Kebo Twitter Feed?

    Get started in just a few clicks. No setting up your own Twitter App.
    Fits seamlessly with your current site design.
    Friendly and active support.
    Compatible with any WordPress hosting.
    WordPress Multisite compatible.
    Refreshes Tweets in the background, never impacts pageload.
    Translation ready (see below for included languages).

    Other solutions usually require you to create a Twitter App and provide the plugin with oAuth credentials yourself. We don’t believe it should be that hard, and with our plugin you can get the Tweets displayed on your website with just a few clicks.
    We make this so easy by managing all the complex oAuth requests on our own server using our Twitter app. Our app only asks for read permission and we only ever request publically available information. Your data is never stored on our system and you can read more about how we treat your information in our privacy policy.
    Main Features

    Hassle-free setup (no creating a Twitter App).
    Easily display Tweets with a Widget or Shortcode.
    Choose to show a profile image, attached media and much more with your Tweets.
    Advanced Caching, so that we never impact pageload speed.
    Local cache backup, in case the connection to Twitter has problems.

    Included Translations

    German by Bego Mario Garde.
    Russian by Stas Newdel.
    Italian by Alberto Ramacciotti.
    Dutch by Renee Klein.
    English (British) by Peter Booker.
    Swedish by Johanna Kitzman.
    Serbian by Borisa Djuraskovic.
    Spanish by Javier Sanz.

    Rate Us / Feedback
    Please take the time to let us and others know about your experiences by leaving a review. If your use of our plugin has not been a five star experience we would like to understand why, so that we can improve the plugin for you and other users.
    Styling the Widget
    We use the the inbuilt methods to output the Widget and Title containers so that it should fit seamlessly into your website.
    If you want to style the inside of the Widget below is the HTML structure:





    The slider has one significant change which is that the containing unordered list has an ID of ‘kebo-tweet-slider’.
    Developers Notes
    You can directly access the object containing all the Tweets like this:

    This function checks the cache and refreshes the data if needed. Then returns the object containing all the Tweets. Below is an example of how you might use the data:

    {0}->created_at ) ) : ?>

    text; ?>

    Sorry, the Tweet data is not in the expected format.

    What data is available?
    The object we store contains everything that the Twitter API returns, leaving what you use in your control. Below are some of the most useful items:
    $tweet->id_str // Tweet ID
    $tweet->created_at // Date/Time created
    $tweet->text // The content text (URLs already HTML links)
    $tweet->user->id_str // Author ID
    $tweet->user->name // Author display name
    $tweet->user->screen_name // Author screen name
    $tweet->user->location // Author location
    $tweet->user->description // Author description
    $tweet->user->followers_count // Author followers count
    $tweet->user->friends_count // Author friends count
    $tweet->user->profile_image_url // Authors profile image URL
    $tweet->user->profile_image_url_https // As above but with HTTPS

    There are many ways you could use this information for more than just a Twitter Feed. For example you could also use this to track the follower count of your Twitter account for display on your website.
    Shortcodes
    Currently there is one Shortcode which can be used to replicate the behavior of the Widget. You can call this shortcode in the content of a post and/or page using:
    [kebo_tweets]

    Or by using PHP directly:

    Here is the shortcode with all the available attributes and their default values:
    [kebo_tweets title="" count="5" style="list" theme="light" offset="false" avatar="off" conversations="false" media="false"]

    The available options are:
    title - Text
    count - 1-50
    style - list/slider
    display - tweets/retweets/all
    theme - light/dark
    avatar - on/off
    offset - 1-50
    conversations - true/false
    intent - true/false
    media - true/false
    media_visible - true/false

    Embedded Tweets
    WordPress has inbuilt functionality for embedding Tweets directly into posts/pages. You can do this by simply pasting the full URL of the Tweet into the content, the URL will look similar to this:

    各版本下載點

    • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
    • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Kebo Twitter Feed」來進行安裝。

    (建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


    0.15 | 0.25 | 0.26 | 0.3.2 | 0.3.3 | 0.3.4 | 0.3.5 | 0.4.0 | 0.4.1 | 0.4.2 | 0.4.3 | 0.5.0 | 0.5.1 | 0.5.2 | 0.5.3 | 0.5.4 | 0.5.5 | 0.5.6 | 0.5.7 | 0.5.8 | 0.5.9 | 0.6.0 | 0.6.1 | 0.6.3 | 0.6.4 | 0.6.5 | 0.6.6 | 0.6.7 | 0.7.2 | 0.7.3 | 0.7.4 | 0.7.5 | 0.7.6 | 0.7.8 | 0.9.0 | 0.9.1 | 0.9.2 | 0.9.3 | 0.9.4 | 0.9.5 | 0.9.6 | 0.9.7 | 0.9.8 | 1.0.2 | 1.0.4 | 1.0.5 | 1.0.7 | 1.0.8 | 1.0.9 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.1.8 | 1.2.0 | 1.3.0 | 1.4.0 | 1.4.1 | 1.4.2 | 1.4.3 | 1.4.4 | 1.4.6 | 1.4.7 | 1.5.0 | 1.5.8 | trunk | 0.5.10 | 0.5.11 | 0.5.12 | 0.5.13 | 1.5.10 | 1.5.11 | 1.5.12 |

    延伸相關外掛(你可能也想知道)

    • Custom Twitter Feeds – A Tweets Widget or X Feed Widget 》在您的網站上顯示可完全自訂、響應式且可被搜尋引擎爬取的 Twitter 動態資訊。 Custom Twitter Feeds 外掛將顯示完全符合您網站外觀和風格的推文,並提供大量...。
    • Easy Twitter Feed Widget Plugin 》Easy Twitter Feed Widget 外掛使用 Twitter Widget,不需建立 API 即可在 WordPress 網站上顯示推文,不需要建立 Twitter 應用程式。該外掛提供方便的介面,...。
    • Social Feed | Custom Feed for Social Media Networks 》範例 | 支援 | 付費版, Social Feed 是展示你社交媒體帳號最佳的社交媒體外掛之一。這個外掛可以協助你展示任意 Facebook 專頁的貼文、由你或其他 hashtag 引...。
    • TweetScroll Widget 》TweetScroll 是一個使用新的 oAuth API 1.1 顯示您的 Twitter 帳戶最新推文的小工具。, 此簡單的小工具可用於任何網站/部落格。, Twitter 最近關閉了他們的 A...。
    • Feeds For Twitter 》這個外掛可以透過短代碼在文章、頁面及小工具區塊中嵌入 Twitter 時間軸/動態資訊流和關注按鈕,雖小卻功能強大。, 短代碼, Twiiter 時間軸, 使用以下短代碼...。
    • Walls.io: Social Media Feed 》您正在尋找一個社交牆解決方案,以在您的網站上展示來自多個社交平台的帖子嗎?, 使用 Walls.io,您可以在一個地方收集來自多個社交媒體網絡的帖子、照片和視...。
    • DevBuddy Twitter Feed 》注意:此外掛需要您的伺服器啟用 cURL 才能運作。, 功能:, , 支援用戶時間軸、搜尋時間軸和列表, 使用模板標籤或簡碼來渲染資料, 開發人員可以利用外掛系統...。
    • Arrow Custom Feed for Twitter 》首頁 | 演示 | 支援 | 高級版, Twitter Feed by ArrowPlugins 是一款用於 WordPress 的高級 Twitter Feed 外掛程式。您可以透過這個外掛程式將 Twitter Feeds...。
    • Peadig's Twitter Feed: Embedded Timeline WordPress Plugin 》WordPress Twitter Feed 外掛讓您能輕鬆地將任何用戶的推文輸出到 WordPress 頁面、模板或側邊欄!您可以自訂使用者名稱、推文數量,以及輸出的樣式。, , Twi...。
    • Mini twitter feed 》重要通知:Twitter已關閉其v1 API並現在使用v1.1,要更新您的小型Twitter Feed,您需要前往https://twitter.com/settings/widgets/new創建一個新的小工具,並...。
    • Ultimate Twitter Feeds 》Ultimate Twitter Feeds是最好的輕量級外掛之一,可在您的網站上顯示Twitter feeds(推文)。它可以從Twitter個人檔案、Twitter用戶列表和單個推文中提取feed...。
    • WS Twitter Tweets Widget 》我們的 WS Twitter Tweets Widget 可以讓您輕鬆在 WordPress 網站上添加最新的 Twitter 推文。, 要查找您的 oauth 存取和使用者權杖 , , 您需要一個 Twitter ...。
    • Timeline Twitter Feed 》Timeline Twitter Feed 讓您將Twitter時間軸和多個標籤輸出為平倦的HTML並加入到您的 WordPress 網站中。, 幾乎每個方面的輸出都可以自定義,包括是否顯示個...。
    • Social Feeds for Elementor 》此外掛提供了所有 Facebook 和 Twitter 功能,包括:, 查看展示版, Facebook Like Box / Page Plugin:, - 时间线:展示 Facebook 帖子、活动和信息选项卡, - ...。
    • Twitter Feed 》想要展示推特個人檔案的最新消息嗎?您來對地方了!Twitter Feed 外掛可以讓您在網站上展示您的推文以及來自推特的照片。此外掛提供多項自定設定選項,讓您輕...。

文章
Filter
Mastodon