[req] Add Scraped Search Results to Wordpress Posts?

mgma4

Registered Member
Joined
Jan 12, 2011
Messages
59
Reaction score
0
I came by this site inetgiant.co.uk/trend/earth-day/12368 and wanted to implement a similar scraped bottom, which is search engine scrapes from google, blogs, and news. I'm wondering if anyone knows a similar way to do this and implement it in wordpress?
 
Last edited:
Hello, it called AGC aka auto generated content. As I know, there are several way to make it.
One of them is edit your single.php file, and embed a search engine results.
Here is one of edited theme.

Code:
http://www.mediafire.com/?8j41kasc3u16489

If it does not work, please put a new BING API Code
Code:
$searchurl .= 'AppId='.'[B]CFB475B1F4CCA8DCE81DD0CB88C061A1252D1582[/B]'; //ganti ABCDEFG dengan kode api BING

It is not my theme, and it was edited on Indonesian forum.
Just share, hope it useful
 
Back
Top