By michal frackowiak
Description
Alexa.com provides approximate traffic ratings for major websites on the web. They also offer embedding traffic graphs on your own website — simply click "Put this graph on your site!" below the graph, copy the whole code and paste it between the [[embed]]...[[/embed]]tags.
You can also change the user-editable variables within the code fragment if you wish. The rest of the code however must not be changed.
Code
To get traffic ratings of Wikidot.com and Twitter we got the following code:
[[embed]]
<!-- Alexa Graph Widget from http://www.alexa.com/site/site_stats/signup -->
<script type="text/javascript"
src="http://widgets.alexa.com/traffic/javascript/graph.js"></script>
<script type="text/javascript">/*
<![CDATA[*/
// USER-EDITABLE VARIABLES
// enter up to 3 domains, separated by a space
var sites = ['wikidot.com twitter.com '];
var opts = {
width: 380, // width in pixels (max 400)
height: 300, // height in pixels (max 300)
type: 'r', // "r" Reach, "n" Rank, "p" Page Views
range: 'max', // "7d", "1m", "3m", "6m", "1y", "3y", "5y", "max"
bgcolor: 'ffffff' // hex value without "#" char (usually "e6f3fc")
};
// END USER-EDITABLE VARIABLES
AGraphManager.add( new AGraph(sites, opts) );
//]]></script>
<!-- end Alexa Graph Widget -->
[[/embed]]
In action
"Wow! We are not that far behind Twitter! ;-)", Michal wrote on 08 Aug 2008 06:08
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by michal frackowiak
Zoho Writer - 16 Feb 2012 01:57
Zoho Sheet - 16 Feb 2012 01:56
Zoho Show - 16 Feb 2012 01:55
Zoho Polls - 16 Feb 2012 01:53
WoW Tooltips - 16 Feb 2012 01:52
Widgetbox Panel - 16 Feb 2012 01:52
Video from Revver - 16 Feb 2012 01:50
Todo List - 16 Feb 2012 01:48
Tabs - 16 Feb 2012 01:45
Standalone Page Buttons - 16 Feb 2012 01:44
Social Bookmarking - 16 Feb 2012 01:42
Simple Gallery - 16 Feb 2012 01:41
Remember The Milk Todo - 16 Feb 2012 01:39
Recent Changes (mini) - 16 Feb 2012 01:36
Rating Summary - 16 Feb 2012 01:35
Quimble Poll - 16 Feb 2012 01:33
Quikmaps Maps - 16 Feb 2012 01:33
Photobucket Widget - 16 Feb 2012 01:29
Page Previews (Snap.com) - 16 Feb 2012 01:29
Pabpixies Gadgets - 16 Feb 2012 01:28
Rate this solution
If you think this solution is useful — rate it up!





