Resource icon

Strava 1.1

No permission to download
No, the matched URL is missing the + signed which is what I referenced in the previous reply.
 
No, the matched URL is missing the + signed which is what I referenced in the previous reply.
Changed my matched url settings to your new update but in the post it still shows a strava page and a login field.

Oh well no worries.
 
@ WoodiE : you must extract the two ids (activity and embed) and post it in this way:

Code:
[media=strava]<activity-id>|<embed-id>[/strava]

HTH.
 
@MattW it doesn't work after change http to https, now works pretty good. However, both links should be work. Http or https should be work like YouTube etc.

Thanks again.
 
@MattW it doesn't work after change http to https, now works pretty good. However, both links should be work. Http or https should be work like YouTube etc.

Thanks again.
Strava is forcing HTTPS, so all the links will need to be updated. The PHP file is already protocol-less, however, the URL which strava gives to embed to route is HTTPS

Code:
<iframe height='405' width='590' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/activities/240500141/embed/bb2ec95da99b5ab8c26d87ee2f6a760e07ce7ba5'></iframe>

upload_2015-1-13_13-57-14.webp
 
@MattW there is a problem. If you click to "View all of Matt's activity on Strava »", it opening inside of the page. In fact, it should open different page. It's possible to add target="blank_" ?
 
@MattW there is a problem. If you click to "View all of Matt's activity on Strava »", it opening inside of the page. In fact, it should open different page. It's possible to add target="blank_" ?
No, because if you go to the full URL directly (which is what is pulled into the iframe)
https://www.strava.com/activities/240500141/embed/bb2ec95da99b5ab8c26d87ee2f6a760e07ce7ba5
That is where the "View all of Matt's activity on Strava" is generated, and it can't be manipulated.
 
It's okay then but it's bad for users. Because people who want to see click all of user's activity on Strava, view on the same page. If they view to activity on different page, it would be awesome. However yes, that is correct. There is function for that. Thanks again MattW :)
 
It's okay then but it's bad for users. Because people who want to see click all of user's activity on Strava, view on the same page. If they view to activity on different page, it would be awesome. However yes, that is correct. There is function for that. Thanks again MattW :)
You could always tell people to right click and open the link in a new tab?
 
You don't need to use my add-on for it. You can do this easily just creating the custom BB code

upload_2015-1-13_15-8-58.webp

Code:
Media Site ID: stravasegment
Site Title: Strava Segment
Site URL: https://www.strava.com
Match URLs: https://www.strava.com/segments/{$id}/embed
Embed HTML: <iframe height='405' width='590' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/segments/{$id}/embed'></iframe>
 
I'll give this add on a try.

We've created a club under Strava, we'll see if our users like having it and also be able to share their stats and stuff.
 
Top Bottom