kirilln
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Tweet Blender] No Tweets Showing UpHmm, it should still work on localhost. Have you tried template tags from other plugins?
Forum: Plugins
In reply to: [Plugin: Tweet Blender] No Tweets Showing UpThere is a template tag you can put in your main page template:
<?php tb_widget(); ?>
And that tag will be replaced with the actual widget. Make sure to remove the widget from the sidebar by going to Admin > Appearance > Widgets.
You can also insert archive list into any page by using the following tag:
<?php tb_archive(); ?>
Forum: Fixing WordPress
In reply to: [Plugin: Tweet Blender] Twitter APISam,
thanks for your feedback. I’ll look into improving caching logic in the next feature release (2.1.0). Right now cache is used only if user reaches connections limit or if Twitter goes down.A few notes:
- All the work with cache is done with AJAX and is asynchronous so it should not delay page loading.
- Checking if there are new tweets also decreases the number of API calls allowed so it’s better to just get all the tweets needed
- For some blends (e.g. #twitter hashtag blended with #wordpress hashtag) the tweets are very frequent so it made sense to check for new stuff on every page load.
I’ll try to find some logic that would find the right balance. Perhaps I’ll add a configuration option for cache use to admin – this will let the blogger decide for how long the cache should be used before Tweet Blender goes and grabs fresh tweets.
Forum: Fixing WordPress
In reply to: [Plugin: Tweet Blender] Twitter APIHello,
that means one of your sources is a protected user. If you give me the URL of your site I can tell you which one. In the next feature release of the plugin I’ll add a checker in the admin panel so when you save sources it will check to make sure none of them are protected and will show a warning message if it finds any protected ones. For now, you would have to check them yourself.Forum: Plugins
In reply to: [Plugin: Tweet Blender] Missing ArgumentFixed in version 2.0.4
Please upgrade and verifyForum: Plugins
In reply to: [Plugin: Tweet Blender] No Tweets Showing UpHello,
I’m the plugin developer. Can you please provide your URL and I’ll do some digging and will help you out.Forum: Plugins
In reply to: [Plugin: Tweet Blender] Missing ArgumentGuys,
I’ll look into this one and will let you know how to fix it.Forum: Plugins
In reply to: [Plugin: Tweet Blender] not working with wpmu 2.7.1?I’m bundling JSON libary with it and it is clashing with same library in some other plugin. I’ll add a check before loading it and it should take care of the issue.