l see that Twitter widget not show Retweet .
how l can fix it ? what l need to add and where that Twitter widget will show also Retweet ?
Thanks
l see that Twitter widget not show Retweet .
how l can fix it ? what l need to add and where that Twitter widget will show also Retweet ?
Thanks
someone ?
Hey,
it turns out adding a retweet button isn't as simple as you'd think, I'll forward it to Kriesi as a feature request.
l do not mean to add retweet button ! l said that the "Twitter widget" in the sidebar not show Retweet of the user of the Twitter .
if l choose to display 15 last tweets and 10 of them are retweet RT of other , l see only 5 tweets .
thanks
Hey,
go Appearance > Widgets and click on the "Corona twitter widget" bar to change the widget settings. Search for "Exclude @replies" and set it to "No". Then save the widget options.
Hi , l try set the widget in the way you said and it is still not work , not show Retweet .
there are more ideas ?
thank you !
Ok - I did some research and you need to activate this feature. Open up corona\framework\php\class-framework-widgets.php and replace:
$response = wp_remote_get( 'http://api.twitter.com/1/statuses/user_timeline.xml?screen_name='.$username );
with:
$response = wp_remote_get( 'http://api.twitter.com/1/statuses/user_timeline.xml?include_rts=true&screen_name='.$username );
You'll need to reinitialise the twitter statuses - change a setting of the twitter widget (i.e. number of tweets), save the options, load a page where the widget is used, go back and change the option back to the "standard" value and click "save" again.
excellent !! now it is working include RT .
thank you very much Dude !
Glad that I could help you :)
You must log in to post.