Skip to content

Commit 7d47407

Browse files
committed
Remove twitter widget component and use a script tag instead
1 parent 9c302de commit 7d47407

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bfcoder-github-com/app/templates/application.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838
<!-- Twitter -->
3939
<p>
40-
<a href="https://twitter.com/bfcoder" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @bfcoder</a>
41-
{{twitter-widget}}
40+
<a href="https://twitter.com/bfcoder?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @bfcoder</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
4241
</p>
4342
<!-- End Twitter -->
4443

0 commit comments

Comments
 (0)