» Archive for September, 2008
GreenLinks and WordPress
As I promised, a short tutorial about how to implement GreenLinks into the Wordpress theme.
First and most important thing: Get Google Ajax Search Api key for your website:
http://code.google.com/apis/ajaxsearch/signup.html
Second, open a source of this page:
greenlinks
This is the full code of my application!
Put the <header> content from my example into your theme header section (header.php file), also find the <body> tag in your theme files and insert the onLoad attribute (as I show in the example).
The last thing you should do is to put the GreenLink panel at the end of every post :). The best way to do this is to edit a single.php file (this works in my theme).
And… That’s it, of course if you know the basics of PHP and HTML.
I made a zip file with all the scripts, graphic and pages required to run the GreenLinks on your server. If you have any problem with installing my application just post the comment here.
Please do not remove my name and link to my blog from the GreenLink panel,
thank you!
Pacman mania.
Wow, I didn’t expect that my Pacman! will be so popular. Thank you for your comments, I’m glad that you have fun playing my games. Sorry if I did not answer all of your questions posted via comments or email but currently the lack of time is my big problem, so don’t be angry on me ![]()
Ok, two things:
First. I’m seriously thinking about new game. I want to make something that was never done before in JavaScript game development (pure JS) and currently everything what I need is graphic. Two or three weeks and I’ll start new project…
Second. Lots of people asking me about how to implement Green Links in their blog, so I’ll write a short description how to put the GreenLinks in a Wordpress theme, however you must know that this is not a plugin and you will have to add few lines in your current theme. I’ll show you how to do this, so be patience….
Ok that’s it for now. Thank you once again for your feedback!