You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • Is there a way to embed iframes such as ridewithGPS into replies?

    <iframe src="//ridewithgps.com/trips/3123448/embed" height="500px" width="100%" frameborder="0"></iframe>
    

    Tried code and IMG tags but it didn't seem to want to show.

  • Embeds are not permitted using OBJECT, EMBED, IFRAME, SCRIPT, LINK, etc.

    But I can add embeds for most things.

    If you have a typical URL that you would use, i.e. http://ridewithgps.com/trips/3123448 and can show me an example of some embed:

    <iframe src="//ridewithgps.com/trips/3123448/embed" height="500px" width="100%" frameborder="0"></iframe>
    

    Then I can make this for you... but only where it's possible to parse the URL, extract an ID, and use that in the embed.

    RideWithGPS.com is an easy one to do... but sometimes they are not so easy.

    I'll add the RideWithGPS one this evening when I'm home.

    http://ridewithgps.com/trips/3123448

About

Avatar for Velocio @Velocio started