Evan Sobkowicz
Forum Replies Created
-
Forum: Plugins
In reply to: [Twitter] Remove retweets from Twitter Embedded List TimelineUnfortunately there isn’t a way to do this with filters since this plugin just makes it easier to implement Twitter’s embeds. You can see the documentation for the embeds here: https://developer.twitter.com/en/docs/twitter-for-websites/overview
Forum: Plugins
In reply to: [Twitter] Remove retweets from Twitter Embedded List TimelineThere currently isn’t a way to hide retweets in a Twitter Timeline embed. We’ll note this as a feature request though!
Forum: Plugins
In reply to: [Twitter] Twitter widget not showing timelineI was looking through your the source for your page, and looks like you have some plugin modifying script tags, including the Twitter widgets.js script. My guess is this is the issue.
Your script tag:
<script type="text/rocketscript" id="twitter-wjs" async defer data-rocketsrc="https://platform.twitter.com/widgets.js" charset="utf-8"></script>Suggested script tag:
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>Try disabling whatever is creating the rocketscript changes, at least for the Twitter widgets.js script, and see if that fixes the problem.
Forum: Plugins
In reply to: [Twitter] Show Button only on postsHi @newslicer,
The plugin does not currently support that, but that’d be a good feature.
If you want to add an option for that and submit a pull request we’d be happy to include it! The plugin is on GitHub here: https://github.com/twitter/wordpress.
Thanks!
Forum: Plugins
In reply to: [Twitter] Twitter widget not showing timelineHi! The widget renders for me on your site and I can see the timeline. Can you on the Javascript Console and see if there are any errors when it’s not rendering? If so, let me know what they are and I might be able to help you debug this further.
Forum: Plugins
In reply to: [Twitter] Plugin still limits tweets to 140 charactersHi Eric!
We just released a new version of the plugin (v2.0.2) that fixes this issue. You can add longer Tweet text now!
-Evan