Hello,
We’ve got an issue where the tweets of the account that the feed is linked to, are not being pulled through anymore. The credentials in the settings of the feed are correct and have not been changed. Can you please help?
]]>I am having trouble editing the link colour of the credit link
I have tried editing the link colour in the widget setting,
also I have tried to edit the colour in my custom css.
But it is still displaying as the default grey, which disappeard against my footer background
here is my custom css:
.timeline-Tweet-retweetCredit, p.timeline-Tweet-text a:link, p.timeline-Tweet-text a:visited, p.timeline-Tweet-text a:hover, p.timeline-Tweet-text a:active {color: #000000 !important;}
here is the plugin css that seems to override my css despite using !important
.timeline-Tweet-retweetCredit {
margin-bottom: 8px;
margin-left: 18px;
font-size: 12px;
color: #889ba6;
}
]]>
I’m having an issue with getting a webpage to laod twitter feeds on my boss’ computer. We both are using Firefox but the twitter feed is left blank on her computer. Any Ideas if there are compatibly issues for this across platforms? Any help is appreciated.
jqn
]]>Please, I would appreciate some help with the following.
The padding of this widget is defined in a CSS-file outside of WP and set to 10px.
I need to change this to 24px. How can I achieve that?
In my website we have used this Easy Twitter Feed Widget Plugin. Everything works fine except pinned tweets and retweets are not showing in the widgets. You can check the widgets on footer. Please check the link and suggest us the solution as soon as possible.
]]>Hi,
I have requrest from client to fix site to work on IE9 and then tweets are not showed in iframe but as link to twitter page. Why? IE9 support iframe tag. Is that because of style?
Best regards
]]>It’s all about the details that matter. So I have been looking all over the plugin css to find the border-radius, in order to straighten out the rounded corners. But none found so far.
So my question is: where is it?
Hi, the twitter widget uses iframe and apply some formatting elements like frameborder, etc. that should be stored in CSS. Otherwise this can cause accessibility issues.
]]>Twitter is no longer using a twitter id to link to. They are creating an ’embed’ string that needs to be used to link to a twitter account. Does the latest version of this plugin work with this?
]]>Hello! For some reason, I cannot get this to display properly. All I get is a text link to the specified Twitter account. Help would be most appreciated! Thank you!
]]>all it does is show “tweets by” and my username, but no actual tweets. Works fine on desktop.
]]>I am trying to insert this widget already configured into a page.
<?php the_widget( 'widget-do-etfw' ); ?>
does not show anything. What code do I have to use instead and what do I add to insert a functioning widget that does not use the default values for the username?
I love your plugin and it works great. The only missing thing for me is the ability to exclude replies, that’s a must for me. Would it be possible to add this ability to configuration?
If you want absolutely no bells and whistles I would appreciate if someone could recommend an equally as good a plugin which also allows replies to be excluded. Thanks!
]]>Can I have multiple twitter accounts on one site? I have a membership website and want them to be able to show their personal twitter feeds on their user profiles.
]]>Hi
My wordpress events history is showing a continuous deactivation error for easy twitter widget. I have not deactivated the widget, this seems to be a wordpress notification. Any ideas what could be causing this continuous warning?
Screenshot : https://www.screencast.com/t/lll2GqPv
Hello:
I have looked high and low in the WordPress Admin Settings and Twitter Admin setting and cannot find a way to hide the button at of the bottom of the Twitter feed; https://dev.leadingpeopleright.com/
Help.
Thanks
]]>how can I change the color of the grey font on the tweet to white ?
]]>If we include it using tgmpa script, it gives some error/warning while activation. And the same thing happens while activating it using wp-cli commands.
I found out that the following code is causing this issue:
add_action( 'activated_plugin', 'do_etfw_activation_redirect' );
If we remove this code all works fine. Can you please fix it? Thanks
]]>We’ve spotted an error on line 83 of the file widget-twitter.php
the JS file is called beginning with a slash, that results in an error on some servers.
wp_enqueue_script( 'do-etfw-twitter-widgets', DO_ETFW_URI . '/js/twitter-widgets.js', array( 'jquery' ), '1.0', true );
the JS file should be called without the slash, so:
wp_enqueue_script( 'do-etfw-twitter-widgets', DO_ETFW_URI . 'js/twitter-widgets.js', array( 'jquery' ), '1.0', true );
We had the problem on CDN but was working fine on local installation.
]]>I am using Easy Twitter Feed Widget in Sidebar 1 on my site. I don;t have the width set – though I have tried the minimum 220.
The tweets are cut off on the right hand side, I could not find a way to wrap them / make the fonyt smaller so they fit?
Any advice appreciated.
]]>How can I get rid of images in a Twitter stream? I changed option “Auto Expand Photos in Tweets” to “No” but this changed nothing.
]]>Updated to the latest version of the plugin for a company website I’m working on, to discover the scrolling option no longer working for the plugin.
Is this a bug than you’re planning on fixing?
]]>Hello,
In order to speed up the loading of this javascript, it is recommended to load it asynchronously.
In file twitter-widgets.js, I added this extra line
js.async = true;
So the full code gives this :
/*!
* Twitter Embeddable Widget
* https://dev.twitter.com/web/javascript/loading
*/
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.async = true;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
Can you update the plugin with this feature request ?
Thanks a lot.
]]>As soon as I updated it, it has stopped working. The widget displays but shows:
Tweets by @@user
You notice the addition of the extra @
I tried removing the ‘@” from inside the widget but still no feed.
The Twitter account its pulling in IS active and tweeting
I added a new widget and inside it prompts for the twitter name without the @.. however after saving it, on the frontend still displays the tweets by ..with 2 @
Nice plug, hope its something easy to fix quickly.
Thanks
Updated Easy Twitter Feed Widget plugin from 0.5 to 0.6 and it stopped working – feed disappeared on home page.
Restored 0.5 and it works again.
]]>Hi,
I’ve use this plugin on a few sites and have noticed in the past few days the feed is no longer loading. In the console I get the following:
Failed to load resource: the server responded with a status of 400 () syndication.twitter.com/i/jot/syndica ….
Failed to load resource: the server responded with a status of 400 (Bad Request)
profile
I’m hoping it’s a temporary issue and not the end of API keyless twitter feeds,
Abi
]]>When using Googles page speed insights – The Add Expires headers causes google to down grade your site with the Easy Twitter Feed Widget plug in. Nothing major, but it still shows a negative score when I use this plug in & an upgraded score when I delete it from the site. No good for me, if it affects anything Google wants to rank you higher.
]]>I’ve just updated my WordPress website from an older version, and the first thing I noticed was that the scrollbars have disappeared.
If I remember rightly, there used to be a setting that required you to leave as default.
But where have the scrollbars gone to?
]]>Hello,
After updating wordpress the tweets are missing, its now showing up.
This is the site:
https://www.invirongroup.com.au/
You committed an updated that removed your widget from about 100+ projects that I have hosted for clients. I received an email that updates were rolling from Twitter to their website and couldn’t figure it out. The changing the names of your plugin widget coupled with 100+ projects set to automatically update caused a blank widget message to show on tons of sites. Can you fix this issue on your end?
]]>