Skip to content

Commit

Permalink
Merge pull request #3677 from webcompat/issue/3672/1
Browse files Browse the repository at this point in the history
Fixes #3672 - Remove "Share on facebook" button
  • Loading branch information
ksy36 authored Feb 18, 2022
2 parents eb13e66 + d2b8b5e commit bef5831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webcompat/templates/issue/thanks.jst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<a class="button button-primary button-thanks"
href="https://twitter.com/intent/tweet?text=<%- encodeURIComponent("I just filed a bug on the internet:") %>&url=<%- encodeURIComponent("https://webcompat.com/issues/") %><%= data.number %>&via=webcompat"
target="_blank">Share on Twitter</a>
<a class="button button-primary button-thanks"
href="https://facebook.com/sharer/sharer.php?u=<%- encodeURIComponent("https://webcompat.com/issues/") %><%= data.number %>"
target="_blank">Share on Facebook</a>
<p>You can return to this web page at any time to track the progress of this report.</p>
</section>
</script>
˚

0 comments on commit bef5831

Please sign in to comment.