Skip to content

Commit

Permalink
Merge pull request #144 from devopsdays/mattstratton/change-twitter-w…
Browse files Browse the repository at this point in the history
…idget

Change from twitter search to twitter list widget
  • Loading branch information
mattstratton committed Apr 15, 2016
2 parents 6ed8502 + b33bda7 commit 8a6bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/devopsdays-legacy/layouts/partials/twitterfeed.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="height:340px">
<a class="twitter-timeline" href="https://twitter.com/search?q=devopsdays+OR+devopsday+OR+%23devopsday+OR+%23devopsdays" data-widget-id="345935942680469504">Tweets about "devopsdays OR devopsday OR #devopsday OR #devopsdays"</a>
<a class="twitter-timeline" data-chrome="noheader nofooter" data-tweet-limit=3 data-dnt="true" href="https://twitter.com/devopsdaysmsp/lists/devopsdays" data-widget-id="720829916510466048">Tweets from devopsdays events</a>
<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>
</div>

0 comments on commit 8a6bac7

Please sign in to comment.