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. 25, 2012, 1:19 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
« no previous file with comments | « img/twitter-bird-light-bgs.png ('k') | js/main.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <script src="js/main.js"></script>
8 </head>
9
10 <body>
11 <h1>Think Adblock Plus is worth sharing?</h1>
12
13 <div id="facebook">
14 <div id="fb-root"></div>
15 <div class="fb-like" data-href="https://www.facebook.com/adblockplus"
16 data-send="true" data-width="450" data-show-faces="true"></div>
17 </div>
18
19 <div id="twitter">
20 <a href="https://twitter.com/AdblockPlus" class="twitter-follow-button"
21 data-show-count="false" data-size="large">Follow @AdblockPlus</a>
22 <a href="https://twitter.com/share" class="twitter-share-button"
23 data-url="http://adblockplus.org"
24 data-text="No more annoying ads thanks to @adblockplus!"
25 data-size="large">Tweet</a>
26 </div>
27
28 <div id="gplus">
29 <div class="g-plus"
30 data-href="https://plus.google.com/110020691898167279887"
31 data-rel="publisher"></div>
32 </div>
33 </body>
34 </html>
OLDNEW
« 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