Need 2 problems solved on my test autoblog

Malachute

Junior Member
Joined
Oct 21, 2009
Messages
124
Reaction score
421
Hi all,

I've set up a test blog to see how things are coded for autoblogs. I've been following the techchuck thread for a while and I just need to get 2 things sorted for me to create my own themes.

  1. The plugins provided as well as the .php files fetch the feed using the tags from websites. (I'm about to insert the relevant Digg stories as well but need this on first). Problem is it's only using the first tag using the
    Code:
    <a target="_blank" href="http://search.twitter.com/search?q=<?=$tagname ?>">
    How can I code it so it uses mulitple tags using a space between, as that is the best search query for websites (instead of commas). I know that should be done with arguments, however all that I tried gave no real tags to the queries.
  2. This is kind off newby, after a night coding - I stumbled upon the sidebar being away from the body and more down. Am I missing a tag somewhere?
thanks in advance. For whoever finds the solution, ill share the digg stories plugin ;)
 
1. It would be easier with a code sample. Twitter do allow searching for multiple tags but i guess getting that into the code is what is challenging you?
2. Yes, or... your theme suck or you tested it in another browser with a faulty box model (ie).
 
1. It would be easier with a code sample. Twitter do allow searching for multiple tags but i guess getting that into the code is what is challenging you?
2. Yes, or... your theme suck or you tested it in another browser with a faulty box model (ie).

Yes exactly, I don't give a crap about the theme, just how to get the multiple tags working for the search queries.
 
Sorry but I still haven't fixed the first problem yet, if you have any idea - it would be great if you shared. Thanks.
 
Back
Top