| 
            tweet_help           | 
                  
            ./tweet.module           | 
                  
            Implementation of hook_help().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            tweet_link           | 
                  
            ./tweet.module           | 
                  
            Implementation of hook_link().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            tweet_menu           | 
                  
            ./tweet.module           | 
                  
            Implementation of hook_menu().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            tweet_to_twitter           | 
                  
            ./tweet.module           | 
                  
            Returns a link from _tweet_to_twitter().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            tweet_uninstall           | 
                  
            ./tweet.install           | 
                  
            Implementation of hook_uninstall().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            _tweet_exclude           | 
                  
            ./tweet.module           | 
                  
            Excludes certain Node IDs from displaying links.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _tweet_get_title           | 
                  
            ./tweet.module           | 
                  
            Returns the title of the node for which the NID was passed or the current page.
Note that there is no good way to get the page title for a page that is not the current page.
We assume the title is the same as the title of the node if a node is being…           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _tweet_get_url           | 
                  
            ./tweet.module           | 
                  
            Gets an abbreviated URL using either CURL or PHP from the appropriate service.
Times out after three (3) seconds.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _tweet_make_url           | 
                  
            ./tweet.module           | 
                  
            Retrieves and beautifies the abbreviated URL.           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _tweet_node_types           | 
                  
            ./tweet.module           | 
                  
            Helper function to provide node types in the format array(TYPE => TYPE).           | 
                  
            1           | 
                  
                       | 
              
          
                  | 
            _tweet_to_twitter           | 
                  
            ./tweet.module           | 
                  
            Creates a link to post a URL and optionally title to twitter.  Uses the current page by default.           | 
                  
            2           | 
                  
                       |