Archive

Posts Tagged ‘yahoo id’

PHP AJAX: yahoo tag suggestion

November 8th, 2009 Jigish Thakar No comments

Note: code of the below post is taken from one of the very famous WordPress plug-in Simple Tags.

during my first few post, i was so much confused about what and how i ll write.. and that time there was one more difficulty. how i ll give tags to my post which ll result in some traffic..

so then i got Simple Tag and that day i decided when ever i ll develop blog or anything similar i ll surely develop this feature in it, and i did it.

so now how does it work..

first write your article and then on some event we will send your article to yahoo API and in response it will return us tags. for this your server must support cURL those who don’t know what it is please click here. most of the time it is available on Linux servers and for if you are windows user and wanna know how to install in on WAMP or XAMPP please click here.

moving back to main topic so here is server side code. Read more…