jasonmayes / Twitter-Post-Fetcher

Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
http://www.jasonmayes.com/projects/twitterApi
Other
911 stars 236 forks source link

Example 2 is not working when you enable "showImages" #204

Closed joyfementira closed 4 years ago

joyfementira commented 5 years ago

On configLikes, it will not show when you enable "showImages".

Fermain commented 5 years ago

I am also experiencing this issue. It seems to be related to the regex pattern used to return data-image values.

alikuru commented 4 years ago

Same here; setting showImages option to true seems to break the flow.

alikuru commented 4 years ago

FYI, fix offered on #191 worked for me.

jasonmayes commented 4 years ago

Merged 191 as everyone said it worked. Thanks for letting me know.