tfraley
#1
Good day guys,
For some reason today it seems my twitter embed is not working.
Could someone take a quick look
It’s within the menu
Code I am using is
<a
class="twitter-timeline"
href="https://twitter.com/tfraley/likes"
width="100%"
data-chrome="noheader nofooter noborders"
data-tweet-limit="5"
>
Tweets Liked by @tfraley
</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<style>
.sidetray-blocks.scroll {
overflow: scroll
}
</style>
Thanks
It works here - you need to be moused over the timeline iframe itself for the scrolling to work though. Scrolling within the parent div doesn’t work.
tfraley
#3
Thank you,
I needed to tweak the frame code to get it to work.
Figured it out the other night.
Not sure why but don’t think it’s twitter widgets fault
I ended up adding an overflow:auto to that sidetrayblock
Pretty sure it’s a squarespace bug.
1 Like