Is there anyway to pull in the images that are a part of my tweets to show up onsite?
]]>We are having issues with our feed and we can’t seem to get to the bottom of it.
I have checked by disabling plugins to see if there are any conflicts but there does not seem to be after inspecting code and template files.
How can I debug this issue and check for requests to twitter?
The feed appears on refresh, and then when we refresh again it then disappears.
Thanks,
Glen
Is it just me, or did the 1.1.3 update remove the ability to disabled Retweets?
]]>hello!
I love your plugin but in the new website it doesn’t work. It retrive tweets correctly but the fade effect doesn’t works. I think the issue came from a query conflict… how to debug and solve the problem?
Thanks!
]]>Hello,
First thank you for making this plugin available.
I have installed the plugin but nothing is showing up in my widget.
I have curl available in the system.
$ which curl
> /usr/bin/curl
and the communication+authentication with twitter is working.
in fact if I do on my server command line:
$ curl --get 'https://api.twitter.com/1.1/statuses/home_timeline.json' --header 'Authorization: OAuth oauth_consumer_key="MY KEY", oauth_nonce="MY NONCE", oauth_signature="MY SIGNATURE", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1395001011", oauth_token="MY TOKEN", oauth_version="1.0"' --verbose
I get my home timeline back.
Unfortunately the plugin is not showing the tweets, and on the widgets area I see the message.
cURL most be installed on your server. This plugin will not work.
What could be the issue? Which additional data I could provide to solve it?
Thank you for your help
]]>Hi,
I think the idea of this plugin is brilliant, thanks for your hard work. The only problem is that I’m having trouble getting it to work in WP 3.2.1 (my client doesn’t want to upgrade!)
I’ver installed the plugin and set it up, but when I view it on the page, all I get is the following text:’16130 days ago’. Nothing I do seems to change it. Please can you help?
Thanks,
Willo
]]>Hi,
Great plug in. I have set my time zone to UTS+10 in word press whilst my twitter account is using GMT+10
Problem is when I post in twitter, the post comes up as 10 hours ago where it should say a minute ago.
Could you point me in the right direction? maybe I’ve missed a config setting somewhere?
my website address is https://www.uverseu.com.au
]]>Twitter changed the API to use version 1.1. You now have to have Oauth tokens and keys. Look under “Other Notes” for “Requirements”. There is a step by step on how to get your feed back up and running.
]]>can i edit the code so it pauses the fade in/out on hover?
]]>Good Morning,
I have just updated to version 1.0.5 and it’s once again getting the tweets, but the issue is that they are overlaying each other. Below is the source code from the site.
It’s not fading in or out, can you help? Thanks!
<div id="TopBar">
<h4> </h4><div id="jtweets-feed" style="height: 60px;" data-rotatetime="2000"><li>Test 1
<span>3 hours ago</span></li>
<li>Test 2
<span>4 hours ago</span></li>
<li>Test 3 <span>13 days ago</span></li>
<li>Test 4 <span>13 days ago</span></li>
<li>Test 5 <span>15 days ago</span></li>
</div>
</div>
]]>
Div ends too soon in firefox 4 for some reason – works fine in 3.
]]>You can overwrite the default settings that this plugin has by modifying your theme’s style.css. The default styles are:
#jtweets-feed { position:relative; }
#jtweets-feed li { position:absolute; left:0; top:0; }
#jtweets-feed span { font-size: 10px; }
I *highly* recommend leaving everything that is position related alone. One way you might want to style it is like this:
#jtweets-feed { position:relative; }
#jtweets-feed li { position:absolute; left:0; top:0;
color: #aaaaff; font-size: 14px;
}
#jtweets-feed span { color: #aaaaaa; font-size: 12px; }
Or something like that. I’m thinking about adding the style options in a admin config page.
]]>