Top "Hashtag" questions

A hashtag is an in-text label that classifies content into a specific category, first popularized by Twitter users and now common in social media.

Twitter search query both by @user and #hashtag

I'd like to embed twitter widget which will contain search results with both hashtag and user account. '#hashtag OR @…

search twitter widget hashtag social-media
How to extract Hashtags from Tweepy using tweepy.Cursor and api.search?

Tweepy has done a good job extracting all other information (except hashtags) I need by applying the tweepy.Cursor and …

python-2.7 twitter hashtag tweepy
Retrieve specific hash tag's value from url

In raw Javascript, how would one go about checking that a specific hash tag exists in a url, then grab …

javascript hashtag
AngularJS 1.1.5 - automatically adding hash tag to URLs

Does anyone know why version 1.1.5 automatically adds a hashtag to your urls, and how to turn this off? IMO this …

javascript url angularjs hashtag
Remove hashtag(#) from url

I want hash-tags to be removed from URL after they are used. For example, when i click on the link …

javascript jquery html url hashtag
Extracting Twitter hashtag from string in PHP

I need some help with twitter hashtag, I need to extract a certain hashtag as string variable in PHP. Until …

php twitter hashtag
Regex to conditionally replace Twitter hashtags with hyperlinks

I'm writing a small PHP script to grab the latest half dozen Twitter status updates from a user feed and …

php regex twitter hashtag
Detect hash tags #, mention tags @, in iOS like in Twitter App

I need to Detect #Tags given in description UILabel and change text color as [UIColor BlueColor]; where i am not …

ios objective-c uitableview uilabel hashtag
How do I use javascript to replace hash tags with links from a jquery data-attribute

I'm effectively trying to do the same as in this question Change #hash tag to link on page load But …

jquery regex hashtag
How do I scroll an overflowed div to a certain hashtag (anchor)?

On my webpage I have an overflowed div (i.e. with the vertical scrollbar). Inside the div, I have anchors …

javascript anchor hashtag