Chat Post using Twitter feed problems
-
Using v1.11, I’m experimenting in localhost so can’t give you a link.
I’ve setup a Post for each standard Post type. Was fine until I added a standard Twitter feed into a Chat posttype. Originally had twitter timeline plugin activated, but have deactivated and still have a problem (no plugins now). Have set all except Chat to Draft so only have a single Chat post displayed.
The standard height of the Twitter feed is 600px, but my footer is overlapping the Chat box at c300px.
Twitter code loaded to Excerpt:
<a class="twitter-timeline" href="https://twitter.com/twitter" data-widget-id="MYCODEHERE">Tweets by @twitter</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>
The faulty line of generated HTML is:
<div class="posts" style="position: relative; height: 328.833px;">
Help!
- The topic ‘Chat Post using Twitter feed problems’ is closed to new replies.