Welcome Guest, Not a member yet? Register   Sign In
Best way to integrate
#1

[eluser]Gewa[/eluser]
Hi, there is a service that needs to be integrated in my site to show links .
So here what they say I need to do.

define a global variable
Code:
define('LINKFEED_USER', '597a420cb42bbb3148b53cd2663609f1769b1891');
   require_once($_SERVER['DOCUMENT_ROOT'].'/'.LINKFEED_USER.'/linkfeed.php');
   global $linkfeed;
   $linkfeed = new LinkfeedClient();
then use this code to show links
Code:
global $linkfeed;
   echo $linkfeed->return_links(1);

What is the best way to make it?


Messages In This Thread
Best way to integrate - by El Forum - 01-16-2009, 04:47 PM
Best way to integrate - by El Forum - 01-16-2009, 05:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB