oniswap
Forum Replies Created
-
Forum: Plugins
In reply to: [Mini twitter feed] Multiple twitter usernames in 1 feed?Yes. You can create a list and display that list.
Forum: Plugins
In reply to: [Mini twitter feed] Newbie confused by install instructionsYou just need to paste this code in your text editor after the plugin has been installed.
Yes it is the only one solution since twitter changed their API.
Indeed, the plugin is doing the same as the twitter widget. But you can use it as a shortcode or a widget in WordPress. The javascript used for the widget is inserted once in the footer. It is optimized to work smoothly with WordPress. You can reuse your widget ID to create a list, a query or customize it more: like the color of the links, width, height, border, no footer… All of this features will come in the next release.
Forum: Plugins
In reply to: [Mini twitter feed] Mini Twitter Feed not Workinggo on The installation process, everything is written.
Forum: Plugins
In reply to: [Mini twitter feed] Mini Twitter Feed not WorkingIt is updated. Now you just need to get your new widget ID and it should work.
Forum: Plugins
In reply to: [Mini twitter feed] ERROR: Notice: Undefined index: width and heightIt is notices and shouldn’t be displayed. Maybe you have still the mode debug on: define( ‘WP_DEBUG’, true ); Anyway, I will try to resolve this notices.
Forum: Plugins
In reply to: [Mini twitter feed] Feeds stopped working???Twitter changed their API it is now using the API v1.1. They were shutting down sometimes the v1.
Forum: Plugins
In reply to: [Mini twitter feed] Add to a post?You need to add a shortcode on your php page.
Forum: Plugins
In reply to: [Mini twitter feed] How often does the feed refresh?It refreshes every time that you open the page.
Forum: Plugins
In reply to: [Mini twitter feed] List not workingyour need to put your username and the name of the list.
Forum: Plugins
In reply to: [Mini twitter feed] Changing Header ColorCannot be done anymore with the new version.
Forum: Plugins
In reply to: [Mini twitter feed] change width of Mini twitter feedNow you can put the width parameter in the shortcode like: [minitwitter id=”YOUR_WIDGET_ID” width=”500px” username=”USERNAME”]
Forum: Plugins
In reply to: [Mini twitter feed] Just on home page?yes with a shortcode.
Forum: Plugins
In reply to: [Mini twitter feed] Where to put the custom css fileYou can create a new CSS style sheet, nothing will be overwritten.