這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Twitcasting Status

外掛說明

“Twitcasting Status” is a widget and shortcode plug-in to display the live/offline status of a Twitcasting channel, using the images.

Enter a Twitcasting (Twitter) ID, and it will fetch the online/offline status. Then it will display the online/offline status images of your choice.

Twitcasting is the light-weight easy live casting service from your iPhone or Android using your Twitter or Facebook login. No registration is required. You can start the live cast right away.

Check out the demo at (although you only see it when I’m live.)
http://katzueno.com/

I’m looking for your feedback! Please contact me via my website
or @katz515 on twitter.

Fork me on GitHub. Pull Requests are always welcome!
https://github.com/katzueno/TwitcastingStatus-WordPress

Plug-in Support Page
http://katzueno.com/wordpress/twitcasting-status/

Also check out my other WordPress plugins
http://katzueno.com/wordpress/

螢幕擷圖

  • Setting menu at the widget

  • Twitcasting Status in action

安裝方式

How to install and use it

Installation

  1. Upload twitcasting-status folder to the /wp-content/plugins/ directory or you can install from admin panel directly.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Preparation

  1. Create Twitcasting account (if you haven’t done so)
  2. Upload two (2) images which indicates online and offline status

Create a widget

  1. Go to ThemeWidget and set up your Twitcasting ID and enter the image URLs
  2. Save

Insert a shortcode

Enter the shortcode as following format

[twitcasting-status account=”Account Name” online=”Online Image URL” offline=”Offline Image URL”]

  • Account Name: Enter the channel name (Or you can enter the full URL of a Twitcasting page)
  • Online Image URL: Enter the full path to the online image.
  • Offline Image URL: Enter the full path to the online image.

Shortcode Example:

[twitcasting-status account=”yokosonews” online=”http://example.com/yokoso_online.gif” offline=”http://example.com/yokoso_offline.gif”]

This plugin uses cache. You may have to wait for 60 seconds until you see the channel becomes live or offline. Please be patient!

常見問題集

What do I need?

In addition to WordPress site, you need to sign-up at Twitcasting.tv and start live casting.

How do I sign up for Twitcasting?

Click LOGIN icon from Twitcasting.tv using your Twitter or Facebook account

I don’t have any images for offline/online images

You need to make your own images. I may make preset later if you ask me so.

I’m live. But my status won’t change.

First, wait for 60 seconds. Twitcasting Status uses cache. It only check the live/offline status once a min.

If you don’t see the change os status after 60 seconds you become live, you may have misspelled your Twitcasting ID, your WordPress site may be having hard time reaching Twitcasting Server, or your IP may be blocked from Twitcasting Server.

How can I check if Twitcasting server is working or not?

In order to check if Twitcasting service itself is working or not, you could directly ping their server by going to

http://api.twitcasting.tv/api/livestatus?type=jason&user=XXXXXXXXXXX

Replace the last “X” to your account ID (e.g., YokosoNews) when you’re live. You should be able to see “islive”:true in your browser.

If you’re still having problem getting the status, you can think of the following situation

  • You mistyped your Twistcasting ID (Twitter ID)
  • You mistyped the wrong URL of images
  • Twitcasting Server may be having some problem.
  • Your WordPress server may be blocked by Twitcasting Server

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Twitcasting Status〉的開發相關工作。

參與者

將〈Twitcasting Status〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.2

  • Support translation.

2.0.1

  • Fix shortcode output.

2.0.0

  • Added the support multiple accounts to display their status.
  • Added the support for shortcode.
  • Tested up to Version 4.3

1.0.1

  • fixed the bug that not showing the Twitcasting title

1.0.0

  • Adding the cache (by using Transient API)

0.9.1

  • Fixing the file structure

0.9.0

  • The initial version. This is in beta but it should work ok.