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

Custom Google Talk Chatback

外掛說明

Embed links to your Google Talk Chatback. Display different things when online or offline. The plugin is made to be highly customizable.

Features

  • Custom “start chat link” and “offline text”. Use text or image.
  • Display things depending on if the user is online or offline
  • Widget, Shortcode and Template Tag support
  • Translatable (send them to us if you make any)

Contact

Go to the Plugin Home Page over at Intervaro Web Agency to give feedback or propose a feature!

Special thanks to Israelwebdev who made the script that makes it possible to check if a user is online or offline.

螢幕擷圖

  • Widget settings
  • Widget example

安裝方式

  1. Upload custom-google-talk-chatback to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Find your personal Google Talk Hash Key (ID), see below
  4. Add the widget, insert shortcode into the WYSIWYG or use template tag in your theme template.

The Google Talk Hash Key (ID)

To use this plugin you first need to know what you hash key is for your Google Talk account. The hash key is the string containing characters and numbers, found between the tk= and & at http://www.google.com/talk/service/badge/New or for domain users, at: http://www.google.com/talk/service/a/YOUR-DOMAIN-HERE/badge/New

Widget instructions

Just drag the widget to the prefered sidebar and set it up as wanted.

Shortcode instructions

There are 3 shortcodes available.

[gtalk hash=”” link=”” offline=””]
Prints a link to start chat or a text message if offline

  • Hash: your hash key (ID) for Google Talk Chatback
  • Link: link text
  • Offline (optional): text if offline

[gtalk_online hash=””] [/gtalk_online]
Content inside shortcode will only be displayed if user is online

[gtalk_offline hash=””] [/gtalk_offline]
Content inside shortcode will only be displayed if user is offline

Template Tag instructions

<?php gtalk_status( $hash ) ?>

Returns 1 (true) if online and 0 (false) if offline

<?php gtalk_link( $hash, $link ) ?>

Returns a link to start chat

  • Hash: your hash key (ID) for Google Talk Chatback
  • Link: link text or image (HTML)

常見問題集

None yet.. Have one? Visit the Custom Google Talk Plugin Homepage

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Custom Google Talk Chatback〉的開發相關工作。

參與者

將〈Custom Google Talk Chatback〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.2

  • Fixed Bugs:
    • Loading translation files