Skip to content

Commit

Permalink
chore: review changes for zeit.
Browse files Browse the repository at this point in the history
  • Loading branch information
nistormihai committed Mar 9, 2016
1 parent 7e19316 commit cda6c44
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 deletions.
30 changes: 15 additions & 15 deletions plugins/embed/gui-resources/scripts/js/build/main.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div data-gimme="post.share-social" class="share-box" style="visibility:hidden">
<span><a href="#" class="social facebook" title="_('Share this post on Facebook');" data-gimme="fb">Facebook</a></span>
<span><a href="#" class="social twitter" title="_('Share this post on Twitter');" data-gimme="twt">Twitter</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
{#showLin}<span><a href="#" class="social linkedin" title="_('Share this post on Linkedin');" data-gimme="lin">LinkedIn</a></span>{/showLin}
{#showPin}<span><a href="#" class="social pinterest" title="_('Share this post on Pinterest');" data-gimme="pin">Pinterest</a></span>{/showPin}
{#showGoogle}<span><a href="#" class="social google" title="_('Share this post on Google+');" data-gimme="ggl">Google +</a></span>{/showGoogle}
<span><a href="{emailurl}" class="social email" title="_('Share this post via Email');" target="_blank">Mail</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define({
'&description=%s',

// Twitter URL, params: message, blog title, permanent link
twt: '//twitter.com/home?status=' + '%s %s: %s',
twt: '//twitter.com/home?status=' + '%s',

// LinkedIn URL, params: permanent link, blog title, summary
lin: '//www.linkedin.com/shareArticle?mini=true&url=%s&title=%s&summary=%s',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ define([

var urlParams = {
pin: [permLink, imgsrc, blogTitle],
twt: [gt.gettext('Now reading'), blogTitle, permLink],
twt: [permLink],
lin: [permLink, blogTitle, summary],
ggl: [permLink],
email: [gt.gettext('Check out this Live Blog'), permLink],
Expand Down
1 change: 1 addition & 0 deletions plugins/embed/gui-themes/themes/zeit/liveblog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div data-gimme="post.share-social" class="share-box" style="visibility:hidden">
<span><a href="#" class="social facebook" title="_('Share this post on Facebook');" data-gimme="fb">Facebook</a></span>
<span><a href="#" class="social twitter" title="_('Share this post on Twitter');" data-gimme="twt">Twitter</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
{#showLin}<span><a href="#" class="social linkedin" title="_('Share this post on Linkedin');" data-gimme="lin">LinkedIn</a></span>{/showLin}
{#showPin}<span><a href="#" class="social pinterest" title="_('Share this post on Pinterest');" data-gimme="pin">Pinterest</a></span>{/showPin}
{#showGoogle}<span><a href="#" class="social google" title="_('Share this post on Google+');" data-gimme="ggl">Google +</a></span>{/showGoogle}
<span><a href="{emailurl}" class="social email" title="_('Share this post via Email');" target="_blank">Mail</a></span>
<span class="whatsapp"><a href="{whatsappurl}" class="social" title="_('Share this post on WhatsApp');" target="_blank">WhatsApp</a></span>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define({
'&description=%s',

// Twitter URL, params: message, blog title, permanent link
twt: '//twitter.com/home?status=' + '%s %s: %s',
twt: '//twitter.com/home?status=' + '%s',

// LinkedIn URL, params: permanent link, blog title, summary
lin: '//www.linkedin.com/shareArticle?mini=true&url=%s&title=%s&summary=%s',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ define([

var urlParams = {
pin: [permLink, imgsrc, blogTitle],
twt: [gt.gettext('Now reading'), blogTitle, permLink],
twt: [permLink],
lin: [permLink, blogTitle, summary],
ggl: [permLink],
email: [gt.gettext('Check out this Live Blog'), permLink],
Expand Down

0 comments on commit cda6c44

Please sign in to comment.