Skip to content

Commit ed5a7ac

Browse files
committed
Add ref_src parameter to show embedded X timeline
1 parent 05af192 commit ed5a7ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/home/show.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@
116116
%br
117117
%h3.text-center{style: 'margin-bottom: 30px;'}
118118
%a{href: "https://twitter.com/search?vertical=default&q=dojocon%20OR%20coderdojo%20OR%20%E3%82%B3%E3%83%BC%E3%83%80%E3%83%BC%E9%81%93%E5%A0%B4%20lang%3Aja", target: "_blank", rel: "external noopener"}
119-
%i.fab.fa-twitter
119+
%i.fab.fa-x-twitter
120120
最近の CoderDojo
121121
.twitter-timeline-wrap
122-
%a.twitter-timeline{href: "https://twitter.com/CoderDojoJapan", target: "_blank",
122+
%a.twitter-timeline{href: "https://twitter.com/CoderDojoJapan?ref_src=twsrc%5Etfw", target: "_blank",
123123
rel: "external noopener", 'data-lang' => "ja", "data-dnt" => "true",
124124
"data-chrome" => "noheader nofooter noborders", "data-width" => "500",
125125
"data-tweet-limit" => "5"} @CoderDojoJapan アカウントのタイムライン

0 commit comments

Comments
 (0)