Skip to main content

Hashtag and hashtagging



Hashtag is a way or means to group posts for easy access in the social networking sites and the internet in general. Companies, government and non-governmental organizations used this medium to achieve a collective work. Sometimes hashtags are been used to present elections results or submit certain report.

Hashtagging is not only for organizations or companies, indiviuals do use hashtagging to update their status, hence making it easy for people to access the post based on the common tag. Hashtags can help people contribute into a particular topic or discussions simply. Activists use hashtag for cyber demonstration.

<script type='text/javascript' src='//eclkmpbn.com/adServe/banners?tid=67126_106136_3&type=slider&size=800x440'></script>

Common hashtag mistakes and corrections


Many people make so many mistakes when creating hashtags. I saw many online journals making the same mistakes like normal individuals. In IT everything you do goes by certain rules. You don't just write “#” and write what ever you like without following the rules and you expect it to be perfect. Below we shall discussed the common hashtags mistakes and corrections.

Placing the hash # symbol after the word

one of the common mistakes people make is placing the # after the word they want to tag. For example ICTmagazine#, this will never work. The only way hashtag will work is by placing the “#” before the word without spacing (#ICTmagazine).

Using spacing between words 

Just like in normal programming language, writing ICT magazine is not the same with ICTmagazine. When you are trying to create a tag with two different word (like ICT and magazine) you are left with three options
1. Camel sentence: this is combination of upper case(capital letters) and lower case(capital letters). For example #ICTmagazine, #IctMagazine or #ictMagazine etc.
2. Using the underscore (_): Creating a hashtag with more than one word can be done using under score to act like spacing. For example #ICT_magazine.
3. Writing without spacing nor underscore, for example #icmagazine.

Use of special characters within tags

The only special character that is allowed to be used in hashtag is the one already mentioned the underscore “_”. when one tried to create a tag like this #ict@magazine, #ict$magazine, #ICT*magazine, #ICT+magazine, #ICT%magazine etc it will never work, thus only the first word will be hashetagged, in this case only the ICT or ict will be hashtagged.  The only valid one will be #ICT_magazine, because its the only one that carried the valid special character.

Using more than one hash symbol within a tag

One of the most common mistakes people made when hashtagging is using more than one hashtag in a sentence or when tagging more than one word. For example #ICT#magazine, this is only tag the first word and discard the rest of the words. In twitter it will see both words as common words and not hashtag.

Never start tags with numbers or create tags with numbers only

Tags and contains numbers within but not in the beginning. Hashtag like #ict20 is valid while #20ict or #2000 is invalid.

You can drop your corrections and suggestions through the comment space or area. Mind you English is not my tongue… laughing… I'm still a learner...

Comments

Popular posts from this blog

Microsoft Office for Tablet now on Google Play store

Back in November, Microsoft opened up early previews builds for its new mobile Office applications for Android tablets to those willing to sign up and wait for an invitation. After taking on feedback over the past couple of months, Microsoft has announced that it is expanding its preview scheme by releasing its Office applications to everyone directly through the Google Play Store. The new Office software for mobile unifies Android, IOS, and Windows platforms. Previously each platform had to make do with its own apps, meaning that feature sets differed depending on your operating system and updates were often slow and intermittent. By unifying the Office platform, Microsoft hopes to bring updates and new features to users in a timelier manner. There are still a couple of conditions attached to the preview builds though. Firstly, Office is still limited to ARM-based Android tablets with a screen size between 7 and 10.1 inches. Your tablet will also need to be running Ki...

Ethical Hacking Simplified. Applications of Cryptography

Pretty good Privacy PGP This type of cryptographic Application uses Public key encryption system and  is one of the most popular means of encryption in the world. It is used in securing data, data storage, email, Instant Messaging (instant messaging are messaging system that happens in real time, just like whatsApp, Facebook messenger etc.) and other forms of communication. The early version of this cryptographic application was written by Philip Zimmerman and has it public appearance in 1991. it is part of an open-source project with many version where user can choose the best that suit them. This cryptographic application comes with privacy and security measure that are found in many online systems. The data will travel in an encrypted form (chipertext), upon arriving at the receiving end, the receiving will use PGP to decrypt the data back to plaintext. PGP uses the Public/Private key encryption. Where the sender uses his public key to encrypt data, and the receiver ...

Tips for strong password

As we have already discussed that passwords are strong and at the same time weak! If user create password from his name, date of birth or any other combination that is related to him, cracking down his account doesn't need much technical know how. Meaning attacker who know you, can be lucky enough to access your sensitive information by only entering certain key combinations. Creating strong and almost non hackable wait!!! is there any non hackable password! I was once told that any system can be hacked! It only took time, skills and resources! You are absolutely right! But at-least one has to really suffer before getting your data! Arm robbers do rob banks! Do you think a local or common thief can rob bank? The ans is absolute NO! Strong passwords doesn't happen by chance! Below are the steps to create a very strong passwords! Passwords should be at-least 8 characters Its already becoming standard on the internet. Many websites doesn't allow less than 6 charact...