
內容簡介
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 結構:
<ul class="kebo-tweets">
<li class="ktweet">
<div class="kmeta">
<a class="kaccount"></a>
<a class="kdate"></a>
</div>
<p class="ktext">
<a><img class="kavatar" /></a>
</p>
<div class="kfooter">
<a class="ktogglemedia"></a>
<a class="kreply"></a>
<a class="kretweet"></a>
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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:
Four more years. pic.twitter.com/bAJE6Vom
— Barack Obama (@BarackObama) November 7, 2012
