File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ global_variables() {
52
52
# Set this to false for a Twitter button with share count. The cookieless version
53
53
# is just a link.
54
54
global_twitter_cookieless=" true"
55
- # Set to "topsy" which can search tweets way early in time, or "twitter"
56
- # for the default search page, where tweets more than a week old are hidden
55
+ # Default search page, where tweets more than a week old are hidden
57
56
global_twitter_search=" twitter"
58
57
59
58
# Change this to your disqus username to use disqus for comments
@@ -343,8 +342,7 @@ twitter() {
343
342
id=$RANDOM
344
343
345
344
search_engine=" https://twitter.com/search? q= "
346
- [[ $global_twitter_search == topsy ]] && search_engine=" http://topsy.com/trackback? url= "
347
-
345
+
348
346
echo " < p id= ' twitter' >< a href= ' http://twitter.com/intent/tweet?url=$1&text=$template_twitter_comment&via=$global_twitter_username' > $template_comments $template_twitter_button < /a> "
349
347
echo " < a href= ' $search_engine""$1' >< span id= ' count-$id' >< /span>< /a> & nbsp; < /p> "
350
348
# Get current tweet count
You can’t perform that action at this time.
0 commit comments