 kaixin/csna_kaixin.module | 2 +-
 qq/csna_qq.module         | 2 +-
 renren/csna_renren.module | 2 +-
 weibo/csna_weibo.module   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kaixin/csna_kaixin.module b/kaixin/csna_kaixin.module
index fc52033..88ab1ad 100644
--- a/kaixin/csna_kaixin.module
+++ b/kaixin/csna_kaixin.module
@@ -14,7 +14,7 @@ function csna_kaixin_csna_provider_info() {
   $providers = array();
   $providers['kaixin'] = array(
     'title' => t('Kaixin'),
-    'description' => t('Set your Kaixin authorized KEY and SECRET below.'),
+    'description' => t('Set your <strong>Kaixin authorized KEY</strong> and <strong>SECRET</strong> below.<br/>If you want to use an API key, you can get one at the !keylink.', array('!keylink' => l(t('Kaixin API website'), 'http://open.kaixin001.com/', array('attributes' => array('target' => '_blank'))))),
     'display_title' => csna_get_kaixin_button_image(),
     'authorize_uri' => 'http://api.kaixin001.com/oauth2/authorize',
     'access_token_uri' => 'http://api.kaixin001.com/oauth2/access_token',
diff --git a/qq/csna_qq.module b/qq/csna_qq.module
index 5ae4da9..e154233 100644
--- a/qq/csna_qq.module
+++ b/qq/csna_qq.module
@@ -15,7 +15,7 @@ function csna_qq_csna_provider_info() {
 
   $providers['qq'] = array(
     'title' => t('QQ'),
-    'description' => t('Set your QQ authorized KEY and SECRET below.'),
+    'description' => t('Set your <strong>QQ authorized KEY</strong> and <strong>SECRET</strong> below.<br/>If you want to use an API key, you can get one at the !keylink.', array('!keylink' => l(t('QQ API website'), 'http://connect.qq.com/', array('attributes' => array('target' => '_blank'))))),
     'display_title' => csna_get_qq_button_image(),
     'type' => CSNA_OAUTH2,
     'authorize_uri' => 'https://graph.qq.com/oauth2.0/authorize',
diff --git a/renren/csna_renren.module b/renren/csna_renren.module
index 602c947..609b870 100644
--- a/renren/csna_renren.module
+++ b/renren/csna_renren.module
@@ -15,7 +15,7 @@ function csna_renren_csna_provider_info() {
 
   $providers['renren'] = array(
     'title' => t('Renren'),
-    'description' => t('Set your Renren authorized KEY and SECRET below.'),
+    'description' => t('Set your <strong>Renren authorized KEY</strong> and <strong>SECRET</strong> below.<br/>If you want to use an API key, you can get one at the !keylink.', array('!keylink' => l(t('Renren API website'), 'http://dev.renren.com/website', array('attributes' => array('target' => '_blank'))))),
     'display_title' => csna_get_renren_button_image(),
     'authorize_uri' => 'https://graph.renren.com/oauth/authorize',
     'access_token_uri' => 'https://graph.renren.com/oauth/token',
diff --git a/weibo/csna_weibo.module b/weibo/csna_weibo.module
index e1f8385..f799dd9 100644
--- a/weibo/csna_weibo.module
+++ b/weibo/csna_weibo.module
@@ -14,7 +14,7 @@ function csna_weibo_csna_provider_info() {
 
   $providers['weibo'] = array(
     'title' => t('Weibo Sina'),
-    'description' => t('Set your Sina Weibo authorized KEY and SECRET below.'),
+    'description' => t('Set your <strong>Sina Weibo authorized KEY</strong> and <strong>SECRET</strong> below.<br/>If you want to use an API key, you can get one at the !keylink.', array('!keylink' => l(t('Sina Weibo API website'), 'http://open.weibo.com/', array('attributes' => array('target' => '_blank'))))),
     'display_title' => csna_get_weibo_button_image(),
     'type' => CSNA_OAUTH2,
     'authorize_uri' => 'https://api.weibo.com/oauth2/authorize',
