Browse Source

Merge pull request #68 from vjeux/twitter

Integrate twitter in the support page
main
Timothy Yung 12 years ago
parent
commit
e617dbbd19
  1. 2
      _layouts/default.html
  2. 6
      support.md

2
_layouts/default.html

@ -79,6 +79,8 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41298772-1', 'facebook.github.io'); ga('create', 'UA-41298772-1', 'facebook.github.io');
ga('send', 'pageview'); ga('send', 'pageview');
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script> </script>
</body> </body>
</html> </html>

6
support.md

@ -13,3 +13,9 @@ id: support
## IRC ## IRC
Many developers and users idle on Freenode.net's IRC network in **[#reactjs on freenode](irc://chat.freenode.net/reactjs)**. Many developers and users idle on Freenode.net's IRC network in **[#reactjs on freenode](irc://chat.freenode.net/reactjs)**.
## Twitter
[**#reactjs** hash tag on Twitter](https://twitter.com/search?q=%23reactjs) is used to keep up with the latest React news.
<center><a class="twitter-timeline" data-dnt="true" data-chrome="nofooter noheader transparent" href="https://twitter.com/search?q=%23reactjs" data-widget-id="342522405270470656"></a></center>

Loading…
Cancel
Save