Twitter-Post-Fetcher
Twitter-Post-Fetcher copied to clipboard
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
``` while (n < x) { html += '' + tweets[n] + ''; n++; } ``` This will result in a separate a element without tweet contents
## Steps to reproduce the issue I have made a [small test case on Codepen](https://codepen.io/adamjohnson/pen/VwawLxJ) that outlines the issue. Right click and inspect any image in the timeline. ## Results...
Tweeted picture is correctly shown when `"showImages": true` is used. But for `"showImages": false` there is no indication tweet contained a picture. Please add something like `"showImages": "links"` to show...
The fetcher was failing our build process, the error that was returning was `ReferenceError: window is not defined`. I've added a window check around the JavaScript to prevent this issue...
Trying to handle around the described problem, but I don't know how to get a different value for profile_data_2x, if applicable.
fix: fixed fetch profile image by querySelector .Avatar add: added fetch card result to images add: added example of html
I am trying to use the template version (Example 8) combined with moment (Example 6, I think). But then I get problems with the moment js. It does not run...
When I use tweet.author_data.profile_image it returns the URL: https://twitter.com/twitter/profile_image?size=bigger This works correctly for desktop, but on mobile devices it's redirecting to the following which gives a 404: https://mobile.twitter.com/twitter/profile_image?size=bigger It looks...
Fixed issue with the twitter.js as the there is no img tag when the element is passed into the function as the avatarImg is returned as undefined.
I made some modification to the interaction links to a accommodate font icons. Cheers