Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Twitcasting Status

Descripció

“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/

Captures

  • Setting menu at the widget

  • Twitcasting Status in action

Instal·lació

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!

PMF

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

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Twitcasting Status» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

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.