Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: index.html

Issue 8689009: share-page: Initial implementation (Closed)
Patch Set: Created Oct. 25, 2012, 1:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « img/twitter-bird-light-bgs.png ('k') | js/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: index.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/index.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta name="description" content="">
+ <title>Spread the word about Adblock Plus</title>
+ <link rel="stylesheet" href="css/main.css">
+ <script src="js/main.js"></script>
+ </head>
+
+ <body>
+ <h1>Think Adblock Plus is worth sharing?</h1>
+
+ <div id="facebook">
+ <div id="fb-root"></div>
+ <div class="fb-like" data-href="https://www.facebook.com/adblockplus"
+ data-send="true" data-width="450" data-show-faces="true"></div>
+ </div>
+
+ <div id="twitter">
+ <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button"
+ data-show-count="false" data-size="large">Follow @AdblockPlus</a>
+ <a href="https://twitter.com/share" class="twitter-share-button"
+ data-url="http://adblockplus.org"
+ data-text="No more annoying ads thanks to @adblockplus!"
+ data-size="large">Tweet</a>
+ </div>
+
+ <div id="gplus">
+ <div class="g-plus"
+ data-href="https://plus.google.com/110020691898167279887"
+ data-rel="publisher"></div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « img/twitter-bird-light-bgs.png ('k') | js/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld