I tried that, it shows the icon of our twitter account, but any photos that are posted to twitter do not show in the feed. Any way of getting the posted photos to show up in the feed?
http://test01.studiochartreuse.ca/
Thanks
http://wordpress.org/extend/plugins/twitter-widget-pro/
My twitter icons aren’t showing up (Reply, Retweet, Favorite) – Only the text shows up.
How can I get these to show up on the page?
http://test01.studiochartreuse.ca/
Thanks
http://wordpress.org/extend/plugins/twitter-widget-pro/
I don’t see the widget on that page you linked to.
My twitter icons aren’t showing up (Reply, Retweet, Favorite) – Only the text shows up.
You can do this by following the FAQ titled “How can I style it to look nicer?” Make sure not to forget to grab the everything sprite from Twitter that is linked to before the CSS.
As for showing images in the feed, this plugin doesn’t do that. However, every URL is passed through a private _buildLink function, which applies a filter to attributes (widget_twitter_link_attributes) and text (widget_twitter_link_text). I could add one more filter on the $noFilter variable in there and you’d be able to do it.
Basically you’d read in the attributes, grab the URL and decide if it’s an image. If it is, you’d add a filter on $noFilter to set it to true and add a filter on widget_twitter_link_text to replace the text (which is a URL) with an image tag (using that URL).
I’ll add that filter in the next version.
Oh, but if you want to try it with the filter now, you can download the development version from Git: https://github.com/OpenRange/twitter-widget-pro/archive/master.zip