Twitter find referal tweet - twitter

This is nuts.
I have quite some traffic coming on my site and it apparently comes from one tweet: t.co/<HASH>
But after searching for quite some time, I can't find a way to reach back the tweet.
Tried to google tweeter backlink and co, tried the twitter advanced search with my domain name, etc. but nothing works... All I find are obscure marketing website I really don't want to visit...
Can't twitter tell me which tweet does it originates from? Or any other clean-ish tool?
Cheers

Found the solution. I googled the"t.co/<HASH>" URL with quotes and suddenly it appeared.
Power to google once again...

Related

All tweets from Blogger says data:blog.metaDescription

I've been trying to update my dead blog Devilish Heels but I'm running into a problem with Twitter. New tweets and old tweets all say data:blog.metaDescription. I don't know much about Twitter, and can't seem to find a way to fix or remove that portion.
I have spent five hours searching the net and adding one twitter card after another to my blog with my blog and twitter info, but nothing changes. (Pretty sure I need to reset template at this point) I don't know what else to do. I tried all the different solutions from others who had similar issues but nothing is working for me.
My Blog
My Twitter

Missing ID for GTM with RapidWeaver Stacks website

I'm a total novice when it comes to coding, so I've build my website in RapidWeaver and I'm happy with the result. But when I try to track clicks on my website I run into a problem with a missing ID. Is there any way that I will still be able to track clicks on my website?
I've tried to look at other answers to this, but it all involves a lot of code and I'm so very bad at that.

google search result to my site takes me to a wrong url

I am a web developer and one of our client's site is having an issue which i am unable to figure out, url to the site is "www.theleatherdoc.com" when you search for "leather repair sandy Utah" it comes in first 3 results of google but it redirects you to some wrong or advertising url when you click on the search result, but directly you can access that site, any suggestions or ideas what problem might is
Thank you
I have search at Google-US and found that your problem,I have analysis the whole problem from the root and found that the result which shows are in search engine are in the form of "Google listing results"
So in my opinion please re check your Google listing settings and verify your actual Link there.
I am sure your problem will be solve from there.

Searching tweets published from Delicious with Twitter API

I am a new user in StackOverflow. I am developing a tool.
My problem is that I am trying get tweets published from Delicious ("X minutes ago via Delicious").
In Twitter API Documentation (https://dev.twitter.com/doc/get/search), I can see:
Originating from an application:
http://search.twitter.com/search.atom?q=landing+source:tweetie
I am copy & paste "http://search.twitter.com/search.atom?q=landing+source:tweetie" in web navigator. The example from Twitter API don't work!!! :S
However, I am trying others search applications, and WORK:
http://search.twitter.com/search.atom?q=landing+source:TweetDeck
http://search.twitter.com/search.atom?q=landing+source:twitterfeed
http://search.twitter.com/search.atom?q=landing+source:ping.fm
http://search.twitter.com/search.atom?q=landing+source:web
http://search.twitter.com/search.atom?q=landing+source:SocialOomph
http://search.twitter.com/search.atom?q=landing+source:tumblr
But when I try to search for Delicious, don't work:
http://search.twitter.com/search.atom?q=landing+source:Delicious
Why? I am try next, and don't work:
http://search.twitter.com/search.atom?q=landing+source:del.icio.us
http://search.twitter.com/search.atom?q=landing+source:icio.us
Exists solution to http://search.twitter.com/search.atom?q=landing+source:Delicious?
I am try to access to Twitter API IRC, but don't work... :S
Thank you very much, and I sorry my bad English. Regards! :)
With landing+source:Delicious there are no search results because there frankly aren't any recent tweets containing "landing" that were tweeted using Delicious.
The other source applications contain results because people have been tweeting "landing" using other apps, as you've noted.
But source:Delicious does work; try searching for other terms, like food+source:Delicious or happy+source:Delicious and you should see results.

Highlight search terms in forum when coming from websearch

in the recent past i’ve noticed quite often that, when searching something with google and looking at one of the search results, that the search terms are bold on the site.
how can this be done? is it a feature of google which is messing around with other sites (i hope not!) or are some sites parsing the referrer and check for search engine links and try to hilight the search terms?
i’m curious for the answers
That feature works by looking at the http referer header sent by browser. This post should explain how it work: http://weblogtoolscollection.com/archives/2009/04/10/how-to-highlight-search-terms-with-jquery/
You have to look into http referrer http server variable, there You will find URL where user comes from.
I believe you can look in the HTTP headers for the referrer (i.e. the previous URL visited). If your visitor arrived from Google, that will be the URL of the search page. Sending this header is a feature of most web browsers and it's useful for things like this. As Google search results are GET queries, a standard referrer url looks like:
http://www.google.com/search?q=stack+overflow
You can parse these out to get the query terms and format appropriately using server side script. I'm sure there's a library to do this, but it wouldn't be hard to write one.
after googling around for a while i found a plugin for phpBB.
it can be found in their forums: http://www.phpbb.com/community/viewtopic.php?f=69&t=784615
it will take all popular search engines into account and hilight the search terms in the forum. reading the plugin is a great source of information

Resources