forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This corrects the twitter frontpage issues.
- Loading branch information
1 parent
b32d31f
commit a640546
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 10 additions & 2 deletions
12
themes/devopsdays-legacy/layouts/partials/twitterfeed.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |