Membuat Feed Kaskus Dengan PHP

Halo, khusus hari ini saya membuat post dengan bahasa Indonesia. Saya ingin berbagi kode untuk menampilkan feed dari forum Kaskus pada situs anda, dan kode ini dapat di gunakan untuk website berbasis WordPress dan juga non WordPress. Sebelum kita masuk ke kode, alangkah baiknya bila kita mengetahui terlebih dahulu link RSS untuk masing-masing forum yang…

Parse Data From Flickr

Today i got a request from my friend in India, Rajpal. He asked about how to embed Flickr image on his WordPress theme. Basically if you add a Flickr URL like this one: On your post/page, the image will be automatically displayed without any problem. The main problem is: how if you add the URL…

Understanding WordPress Get API Function

Hi there! Last week, don’t know why i just decide to create my own first plugin. This plugin will be uploaded into WordPress.org, so anyone can use this plugin for free. My plugin will retrieve an API response from many servers as your choice and displaying the data at your post/page. If you know about PHP…