diff --git a/views/challenges/show.jade b/views/challenges/show.jade index defd8ebdbd8..13251ef9c3e 100644 --- a/views/challenges/show.jade +++ b/views/challenges/show.jade @@ -36,7 +36,7 @@ block content - if (cc) a.animated.fadeIn.delay-2.btn.btn-lg.btn-primary.btn-block.next-button(name='_csrf', value=_csrf, aria-hidden='true') Take me to my next challenge - if (points && points > 2) - a.animated.fadeIn.delay-2.btn-twitter.btn.btn-lg.btn-info.btn-block(href="https://twitter.com/intent/tweet?text=I%20just%20#{verb}%20Free%20Code%20Camp%20Challenge%20%23#{number}:%20#{name}&url=http%3A%2F%2Ffreecodecamp.com/challenges/#{number}&hashtags=learntocode, javascript") + a.animated.fadeIn.delay-2.btn-twitter.btn.btn-lg.btn-info.btn-block(href="https://twitter.com/intent/tweet?text=I%20just%20#{verb}%20Free%20Code%20Camp%20Challenge%20%23#{number}:%20#{name}&url=http%3A%2F%2Ffreecodecamp.com/challenges/#{number}&hashtags=learntocode, javascript" target="_blank") i.fa.fa-twitter   = phrase - else diff --git a/views/partials/meta.jade b/views/partials/meta.jade index 362fe67a62b..b0e1e746f41 100644 --- a/views/partials/meta.jade +++ b/views/partials/meta.jade @@ -21,8 +21,9 @@ link(href="https://plus.google.com/114148836969274586544", rel="author") meta(content="freecodecamp", name="twitter:creator") meta(content="http://www.freecodecamp.com", name="twitter:url") meta(content="freecodecamp", name="twitter:site") -//meta(content="summary_large_image", name="twitter:card") -meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", name="twitter:title") +meta(content="summary_large_image", name="twitter:card") +meta(name="twitter:image:src" content="https://s3.amazonaws.com/freecodecamp/challenges.png") +meta(content="Free Code Camp: a community of busy people learning to code", name="twitter:title") meta(content="https://pbs.twimg.com/profile_images/522961310212833280/XE6vGAaO.jpeg", name="twitter:image:src") meta(content="Free Code Camp is a community of busy people learning to code by collaborating on projects for nonprofits. Learn Full-stack JavaScript, build a portfolio, and get great references with our coding bootcamp.", name="twitter:description") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") \ No newline at end of file