PDA

View Full Version : Add Alexa PR To Site


shadav
01-20-2008, 07:09 PM
Mod Title: Add Alexa PR To Listings

Last Updated: Jan 20, 2008

Supported by Mod Developer: No

Where to Download: http://www.shadav.info/mods.php

Support Via This Thread or Download Site: This Thread

Compatible With: All Versions



original thread : http://www.phplinkdirectory.com/forum/showthread.php?t=15941&highlight=alexa

This mod adds the alexa page rank to your site lsitings

Alexa has three types banner, sky scraper and button

Open any template file and place this wherever you wish for it to be displayed

Banner Style <SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/c?url={$link.URL|escape}'></SCRIPT>Sky Scraper Style <SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/b?url={$link.URL|escape}'></SCRIPT>Button Style <SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$link.URL|escape}'></SCRIPT>remember when adding this into the details page to replace {$link.URL|escape} with {$URL|escape}

khoking
02-04-2008, 05:49 AM
Thanks for the mod! :)

khoking
03-05-2008, 04:38 AM
How to add Alexa Graph (daily reach per million)?

shadav
03-05-2008, 09:15 PM
:D in detail.tpl wherever you'd like it to show place
<img border="0" src="http://traffic.alexa.com/graph?w=379&h=216&r=6m&z=&y=r&u={$URL|escape|trim}&u=" alt="{$TITLE|escape|trim}" title="{$TITLE|escape|trim}" />

khoking
03-06-2008, 05:28 AM
Hi shadav (http://www.phplinkdirectory.com/forum/member.php?u=4376),

Thanks! Really appreciate it! :)