CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript programming (http://www.codingforums.com/forumdisplay.php?f=2)
-   -   Help with geolocation detect (http://www.codingforums.com/showthread.php?t=284990)

zackles 12-29-2012 08:40 AM

Help with geolocation detect
 
Im trying to use the addthis welcome bar api to detect location, but I wont work. I've managed to everyother config to work except this one.

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50c562341cdc5d64"></script>
<script type='text/javascript'>
addthis.bar.initialize([
{

"match": {

"LocatedIn": "US"
},
"message": "Welcome",
"action": {
"type": "button",
"text": "Follow us",
"verb": "follow",

"url": "http://www.twitter.com/example"
}
}
]);


</script>

can anyone figure this out?

Old Pedant 12-29-2012 09:41 PM

Why not ask at addthis.com???

They have a big "POST A QUESTION" button at the bottom of their front page.


All times are GMT +1. The time now is 12:27 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.