<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Hip Hop …and Twitter?!?!?<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Hip Hop …and Twitter?!?!?

Not only have hordes of actors, news reporters and CEOs joined Twitter, but you’ll also find a number of hip hop stars participating. Sure, current big shots like @50cent and @ThisIsLilWayne are tweeting but quite a few other rappers sport an ever-growing following.
  • Snoop Dogg (@snoopdogg) – Still pretending its 2007 by ending words with “izzle”, Snoop has recently been promoting his upcoming summer tour.

  • Ice T (@FINALLEVEL) – The 50+ year old is still out there working hard on both music and Law & Order. His Twitter ID represents the new label he’s pushing.

  • Eminem (@eminem) – Probably the most clever use of Twitter; he’d tweet about where his followers can snag free concert tickets at various locales in Detroit. A Web 2.0 scavenger hunt!

  • MC Hammer (@MCHammer) – When he’s not roaming the country at college speaking gigs and new media appearances, he’s running DanceJam.com, a YouTube collective of dance videos.
These artists have also been taking advantage of their Twitter following to promote new music for themselves and their cohorts. They understand that advertising new releases no longer works on MTV and the radio alone. Artists need to have their music in iTunes, YouTube, Twitter, Pandora, Rhapsody, Last.fm, and all other means of social media distribution.

So if @souljaboytellem (with over 600,000 followers) gets a listen to a new guy’s track and tweets his legion - that type of simple promotion can move a no one into a someone overnight.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>