clynton
Member
Posted 4 months ago #
I activated the plugin and no tweets are showing up on my website. There's also a discrepency when it comes to showing how to enter tweet addresses: sometimes no space after comma, other times space after comma (in plugin how-to and examples from developer). I tried all of the options and still the arrows keep spinning, searching for data to display. Anyone have any ideas?
http://wordpress.org/extend/plugins/tweet-blender/
kirilln
Member
Posted 4 months ago #
Hello,
I'm the plugin developer. Can you please provide your URL and I'll do some digging and will help you out.
gerbilo
Member
Posted 4 months ago #
kirilln, one question - how can i use you wonderfull plugin on main page, but not in sidebar?
kirilln
Member
Posted 4 months ago #
There 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(); ?>
gerbilo
Member
Posted 4 months ago #
kirilln, i've allredy tryed this tag.. but it doesn't work for me. Maybe it shouldn't work on localhost (not live, def php settings, firewall) wp?
kirilln
Member
Posted 4 months ago #
Hmm, it should still work on localhost. Have you tried template tags from other plugins?