diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index eba8e24e9..ac1344c09 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -225,7 +225,8 @@ <% if has_vid?(@article) %> <%= render "articles/fitvids" %> <% end %> - <% if @article.processed_html.include? 'class="twitter-tweet"' %> + <% if @article.processed_html.include?('class="twitter-tweet"') || + @article.processed_html.include?("ltag_twitter_timeline-liquid-tag") %> <% end %> <% if @article.processed_html.include? "instagram-media" %> @@ -248,5 +249,4 @@ <%== TweetTag.script %> <%== UserSubscriptionTag.script %> - <%== TwitterTimelineTag.script %> <% end %>