Ride with GPS widget

  • Unknown's avatar

    Hi,
    I use Ride with GPS and they helpfully provide code for a widget to display on my blog. Unfortunately I can’t seem to find the right place for this to be pasted in, as they suggest should be easily possible. I’m not that technical but can see that there is a HTML link tag and then some form of script to get up to date information specified each time it is called. Can I use this in my blog? Any help gratefully received.

    Code here:

    Activities for Iain Duke
    <script>
    (function(d,s) {
    if(!d.getElementById(‘rwgps-sdk’)) {
    var el = d.getElementsByTagName(s)[0],
    js = d.createElement(s);
    js.id = ‘rwgps-sdk’;
    js.src = “//ridewithgps.com/sdk.min.js”;
    el.parentNode.insertBefore(js, el);
    }
    })(document, ‘script’);
    </script>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    That’s JavaScript and the software will strip the code out to preserve security on this multiuser blogging platform here at WordPress.COM. that code can only be used on WordPress.ORG installs.

    WordPress.com vs. WordPress.org

  • The topic ‘Ride with GPS widget’ is closed to new replies.