Closed porchemasi closed 6 years ago
The examples do not work for anything with screen names. only the deprecated Id examples work. Did something change? All I want to show is my outbound tweets without an iframe.
var configLikes = { "likes": {"screenName": 'jason_mayes'}, "domId": 'exampleLikes', "maxTweets": 3, "enableLinks": true, "showUser": true, "showTime": true, "showImages": true, "lang": 'en' }; twitterFetcher.fetch(configLikes);
Works for me. I can not replicate: https://codepen.io/jasonmayes/pen/Ioype?editors=0110 Please check something on your website is not conflicting.
The examples do not work for anything with screen names. only the deprecated Id examples work. Did something change? All I want to show is my outbound tweets without an iframe.
var configLikes = { "likes": {"screenName": 'jason_mayes'}, "domId": 'exampleLikes', "maxTweets": 3, "enableLinks": true, "showUser": true, "showTime": true, "showImages": true, "lang": 'en' }; twitterFetcher.fetch(configLikes);