Esri / storymap-series

The Story Map Series lets you present a series of maps via tabs, numbered bullets, or a side accordion.
Apache License 2.0
63 stars 59 forks source link

Adding a tab externally #29

Closed sarojthapa60 closed 7 years ago

sarojthapa60 commented 7 years ago

I built an app using map series. It has 9 tabs. I have an application developed using php and sql server database table. I want to add my php application as an additional tab to the map series. How can I accomplish that? Thanks.

oevans commented 7 years ago

You should be able to just paste in the URL of your PHP app using the "web page" content type in a new section of your Map Series. Can you please try that if you haven't already and let me know if it works?

2016-09-13 at 11 06 58 am

sarojthapa60 commented 7 years ago

I am going to host my php app through our web server. After that, I should be able to embed it like you said. I will let you know if it works or not.Thanks

sarojthapa60 commented 7 years ago

@oevans, That works. Thank you.