Skip to content

Commit

Permalink
Correct twitter counter url
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaldi committed Feb 11, 2012
1 parent 098c646 commit 06a3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main/_twitter_button.html.haml
@@ -1,4 +1,4 @@
%li.social_button
%a.link_1.twitter-share-button{"data-hashtags" => "", "data-text" => "I adopted a sidewalk to keep clear of snow on #ChicagoShovels. Will you lend a hand this winter?", "data-url" => "http://bit.ly/w1z1Si", "data-counturl" => "http://www.cityofchicago.org/city/en/depts/mayor/snowportal/chicagoshovels.html", :href => "https://twitter.com/share"}
%a.link_1.twitter-share-button{"data-hashtags" => "", "data-text" => "I adopted a sidewalk to keep clear of snow on #ChicagoShovels. Will you lend a hand this winter?", "data-url" => "http://bit.ly/xTstHw", "data-counturl" => "http://adopt.chicagoshovels.org/", :href => "https://twitter.com/share"}
:javascript
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");

0 comments on commit 06a3bfe

Please sign in to comment.