$id$
DESCRIPTION
-----------

Hashtags module allow users to create hashtags for their nodes using (#) sign.

REQUIREMENTS
------------

 * Taxonomy module
 
INSTALLATION
------------

 1. CREATE DIRECTORY

    Create a new directory "hashtags" in the sites/all/modules directory and
    place the entire contents of this hashtags folder in it.

 2. ENABLE THE MODULE

    Enable the module on the Modules admin page:
      Administer > Site building > Modules (admin/build/modules)

 3. CONFIGURE HASHTAGS

    Go to Taxonomy list page: (admin/content/taxonomy);
    press 'edit vocabulary' link in front of 'Hashtags' taxonomy;
    here you can set up content types for which hashtags need to work;
    Use (#) in Body textarea on node add/edit page to create hashtags.
    (For example: Body : "Enable the #module..." will create #module hashtag. 
    
EXAMPLE
-------------
Enable 'hashtags' module; go to (admin/content/taxonomy) -> edit vocabulary for 'Hashtags'; check Page 
content type and submit form; go to Create Page form (node/add/page). Fill up title: Some title, fill up 
Body: "create #hashtags for their #nodes" and press Save; Doing so you create two hashtags - #hashtags 
and #terms. Where nodes body will be shown (node, node/%, taxonomy/term/% etc) the hashtags words turn
into links of concreate term. For example, "create #hashtags for their #nodes" on (node/9) page is shown 
as "create <a href="taxonomy/term/5">#hashtags</a> for their <a href="taxonomy/term/6">#nodes</a>".
