Tweet box shows counts for web page, not post - twitter

I've installed a Tweet button per Twitter's instructions here: https://dev.twitter.com/docs/tweet-button.
The issue is that if you go to the homepage of my blog, http://trevormckendrick.com you'll notice that the tweet buttons show the number of times the homepage has been shared, not the post.
An example of the behavior I want can be found # http://startupflavor.com. Notice the Tweet button counts are different on every post on the homepage.

Related

use anchor tag to open a static page in worpdress

I have one page site which have blog section, and a blog page which will include all blog posts. When I click in particular posts read more button, it redirects me to single.php page. But when I click on View all blog post button , it redirects me to blank blog page with 0 comments page . I want it to redirect to blog.php page. I have already created page-blog.php for it.

Add twitter share button to each blog post on tumblr

I'm working on a tumblr blog and I would like to add the twitter share button at the end of each blog post. I know how to get the button for the code and I've been able to get it on a post successfully. However I want it to be on all my post so I don't want to have to add the code at the end of each blog posts's html.
I thought I could avoid this by putting the code in my blogs html. I added in between the block:Post and /block:Post. This works for the most part, the only thing is that when I'm on my blog the link shows up on the post preview and shows how many shares my blog has had and while I'm on an individual post it shows how many shares the post has.
How can I add it such that it only shows the number of shares the post has and will be added to each post automatically.
I think this should do the job:
http://ialreadydontlikeyou.tumblr.com/post/1167220523/implementing-the-tweet-button-on-posts-in-tumblr#.U7_VW41_v_E
It needs special workaround, as you need to place many tweet buttons on the same page.

How to crawl a hashtag on twitter automatically with search api

I've created an app on twitter, and i can make a search and get results.
For example when i searched #starbucks it has found 25.000 tweet but max paging limit
is 100 record per page that means i have to navigate 250 page to insert theese tweets
to my database.
Twitter returns nextpage QueryString its fine so, results like this
tweet
tweet
tweet
...
99.tweet
100.tweet
next page starts from 101 to 199..
i tried meta refresh to navigate automatically, after post form next page link
comes to meta refresh url http://example.com?q=#starbucks&count=100&max_id=xxxxxxxxxxxx/">
and 60 secs after open next page, this process continue until last page.
my question is how can do this on linux with cronjob (vps,vds or hosting)
i can make request for first page, because form working with get request, but
can linux navigate pages automatically?
thank you.

How do I find tweets given to a web page?

I have a web page with the little Twitter API code that allows anyone to tweet about a page. Now, I want to find the tweets that these people have made. How do I do that?
Here is example:
http://www.squidoo.com/google-glass-glasses
On the left side it shows 3 tweets. A search on Twitter for that URL only brings back one real tweet to that page.
http://backtweets.com seems to do it better than twitter itself.

Facebook 'like' with dynamic page titles

I'm trying to get Facebook 'Likes' (http://developers.facebook.com/docs/reference/plugins/like/#) working on my site, but my page titles are dynamic, filled in with bits of .erb.
In initial testing, upon trying to 'send' the page, the .erb bits are coming up blank. I imagine this is because the Rails controller action is not firing each time Facebook goes in just to collect the page title. How can I circumvent this so the dynamic titles work when Facebook comes knocking at the door for a page title?

Resources