aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-10-25 12:18:22 +0200
committercedricbonhomme <devnull@localhost>2011-10-25 12:18:22 +0200
commit29af715055662b2fbaf3ae2d484ce12df2c84d3e (patch)
tree456efdd1e1a4241a473b0a1bce65af2721a899c1 /pyAggr3g470r.py
parentSimple HTML export has been replaced by Webzine HTML export. (diff)
downloadnewspipe-29af715055662b2fbaf3ae2d484ce12df2c84d3e.tar.gz
newspipe-29af715055662b2fbaf3ae2d484ce12df2c84d3e.tar.bz2
newspipe-29af715055662b2fbaf3ae2d484ce12df2c84d3e.zip
Removed Google Buzz button.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index d2d6ede7..fc9629e7 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -521,11 +521,6 @@ class Root:
# on Twitter
html += """\n\n\t<a href="http://twitter.com/share" class="twitter-share-button" data-url="%s" data-text="%s" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>\n""" % \
(article.article_link, article.article_title)
-
-
- # on Google Buzz with counter
- html += """<br /><br />\n<a title="Share on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-url="%s"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script>\n""" % \
- (article.article_link,)
# Google +1 button
html += """\n\n<g:plusone size="standard" count="true" href="%s"></g:plusone>""" % \
bgstack15