Skip to content

Commit 4fd61f0

Browse files
authored
Add data-dnt="true" to the Twitter share button
1 parent 2375baa commit 4fd61f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 itemprop="name">Hangfire</h1>
2828
<iframe src="https://ghbtns.com/github-btn.html?user=HangfireIO&repo=Hangfire&type=watch&count=true"
2929
allowtransparency="true" frameborder="0" scrolling="0" width="97" height="20"></iframe>
3030

31-
<a href="https://twitter.com/share" class="twitter-share-button" data-via="hangfireio" data-url="https://www.hangfire.io">Tweet</a>
31+
<a href="https://twitter.com/share" class="twitter-share-button" data-dnt="true" data-via="hangfireio" data-url="https://www.hangfire.io">Tweet</a>
3232
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
3333

3434
</div>

0 commit comments

Comments
 (0)