Bitcoin Forum

Economy => Micro Earnings => Topic started by: gullu on October 25, 2018, 11:02:54 AM



Title: need alexa widget code
Post by: gullu on October 25, 2018, 11:02:54 AM
Can anyone help me by giving alexa widget code that displays just alexa rank   for a php based site?


Title: Re: need alexa widget code
Post by: coin_curious on October 25, 2018, 01:19:18 PM
Code:
<a href="http://www.alexa.com/siteinfo/freebcc.org/">- Alexa Rank: <?
$url='freebcc.org';
$xml = simplexml_load_file('http://data.alexa.com/data?cli=10&dat=snbamz&url='.$url);
$rank=isset($xml->SD[1]->POPULARITY)?$xml->SD[1]->POPULARITY->attributes()->TEXT:0;
$web=(string)$xml->SD[0]->attributes()->HOST;
echo $rank;
?></a>

replace 'freebcc.org' with your address.



Title: Re: need alexa widget code
Post by: gullu on October 25, 2018, 02:13:20 PM
Thanks for the code. Let me try and see this one.


Title: Re: need alexa widget code
Post by: felicita on October 25, 2018, 04:31:49 PM
is this code above working ??
be course as i know alexa wiged is not longer available ?
The not longer supporting this widget so there should no images shown ?


regards


Title: Re: need alexa widget code
Post by: coin_curious on October 25, 2018, 05:59:03 PM
yes code works. it just print the rank number. you can always make your own simple widget with css around it.


Title: Re: need alexa widget code
Post by: felicita on October 25, 2018, 07:20:39 PM
oh ok thanks just saw this is a selfamde widget ;) good work you amde here thanks for this !
But there is no one from alexa supportet rigth now ?


regards