How can I create FULL WIDTH Twitter Timeline on responsive site?
-
I want to have a Twitter timeline filling the full width of a page on a responsive WordPress website.
For the last few years I have been able to do this by copying and pasting the Twitter Timeline code from the Twitter widgets settings page directly into my Worpress page and then adding a simple bit of css code in my custom.css file:
#twit iframe {width:150% !important;}
However, since June 2015 that has stopped working and my Twitter Timeline feeds have shrunk back to the default 520px width. I understand this is because Twitter has changed the way their code works.
Any ideas to fix this? I don’t mind if its adding code or a WordPress plugin. But ideally I want to put the Twitter Timeline in a page – not a Widget area.
- The topic ‘How can I create FULL WIDTH Twitter Timeline on responsive site?’ is closed to new replies.