Bitcoin Forum
May 03, 2024, 10:23:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: need alexa widget code  (Read 171 times)
gullu (OP)
Full Member
***
Offline Offline

Activity: 456
Merit: 103



View Profile
October 25, 2018, 11:02:54 AM
 #1

Can anyone help me by giving alexa widget code that displays just alexa rank   for a php based site?

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714774989
Hero Member
*
Offline Offline

Posts: 1714774989

View Profile Personal Message (Offline)

Ignore
1714774989
Reply with quote  #2

1714774989
Report to moderator
1714774989
Hero Member
*
Offline Offline

Posts: 1714774989

View Profile Personal Message (Offline)

Ignore
1714774989
Reply with quote  #2

1714774989
Report to moderator
1714774989
Hero Member
*
Offline Offline

Posts: 1714774989

View Profile Personal Message (Offline)

Ignore
1714774989
Reply with quote  #2

1714774989
Report to moderator
coin_curious
Full Member
***
Offline Offline

Activity: 409
Merit: 103



View Profile WWW
October 25, 2018, 01:19:18 PM
Merited by gullu (2)
 #2

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.


◄ freebcc.org ►
gullu (OP)
Full Member
***
Offline Offline

Activity: 456
Merit: 103



View Profile
October 25, 2018, 02:13:20 PM
 #3

Thanks for the code. Let me try and see this one.

felicita
Legendary
*
Offline Offline

Activity: 1582
Merit: 1031



View Profile
October 25, 2018, 04:31:49 PM
 #4

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
coin_curious
Full Member
***
Offline Offline

Activity: 409
Merit: 103



View Profile WWW
October 25, 2018, 05:59:03 PM
 #5

yes code works. it just print the rank number. you can always make your own simple widget with css around it.

◄ freebcc.org ►
felicita
Legendary
*
Offline Offline

Activity: 1582
Merit: 1031



View Profile
October 25, 2018, 07:20:39 PM
 #6

oh ok thanks just saw this is a selfamde widget Wink good work you amde here thanks for this !
But there is no one from alexa supportet rigth now ?


regards
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!