Skip to content

Commit

Permalink
Merge pull request #297 from devopsdays/bridget-fix-twitter-frontpage
Browse files Browse the repository at this point in the history
This corrects the twitter frontpage issues.
  • Loading branch information
bridgetkromhout committed May 8, 2016
2 parents 6c204ab + 3b6e1db commit 11cd3c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions themes/devopsdays-legacy/layouts/partials/twitterfeed.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<div style="height:340px">
<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>
<div>
<a class="twitter-timeline"
data-dnt="true"
href="https://twitter.com/devopsdaysmsp/lists/devopsdays"
data-widget-id="720829916510466048"
data-chrome="noheader"
height="440"
>
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 11cd3c2

Please sign in to comment.