You are here

function tweetbutton_help in Tweet Button 6

Same name and namespace in other branches
  1. 8 tweetbutton.module \tweetbutton_help()
  2. 7.2 tweetbutton.module \tweetbutton_help()
  3. 7 tweetbutton.module \tweetbutton_help()

Implementation of hook_help()

File

./tweetbutton.module, line 6

Code

function tweetbutton_help($path, $arg) {
  $output = NULL;
  switch ($path) {
    case 'admin/help#tweetbutton':
      return t('This button allows your website to let people share content on Twitter without having to leave the page. Promote strategic Twitter accounts at the same time while driving traffic to your website.');
  }
}