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

Side by Side Diff: index.html

Issue 8689009: share-page: Initial implementation (Closed)
Patch Set: Created Oct. 24, 2012, 3:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="description" content="">
5 <title>Spread the word about Adblock Plus</title>
6 <link rel="stylesheet" href="css/main.css">
7 </head>
8
9 <body>
10 <h1>Think Adblock Plus is worth sharing?</h1>
11
12 <div id="facebook">
13 <div id="fb-root"></div>
14 <div class="fb-like" data-href="https://www.facebook.com/adblockplus"
15 data-send="true" data-width="450" data-show-faces="true"></div>
16 </div>
17
18 <div id="twitter">
19 <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button"
20 data-show-count="false" data-size="large">Follow @AdblockPlus</a>
21 <a href="https://twitter.com/share" class="twitter-share-button"
22 data-url="http://adblockplus.org"
23 data-text="No more annoying ads thanks to @adblockplus!"
24 data-size="large">Tweet</a>
25 </div>
26
27 <div id="gplus">
28 <div class="g-plus"
29 data-href="https://plus.google.com/110020691898167279887"
30 data-rel="publisher"></div>
31 </div>
32
33 <script src="js/main.js"></script>
Wladimir Palant 2012/10/25 07:24:34 I consider listening to DOMContentLoaded cleaner -
34 </body>
35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld