ymcatwincities / openy

The Open Y platform. See README.md below
https://openy.org
GNU General Public License v3.0
49 stars 112 forks source link

Feature Request: Smart Banner App for mobile view in Safari #2055

Open christianguitarfreak opened 4 years ago

christianguitarfreak commented 4 years ago

Could we add a way for associations to fill out a field (app-id) and automatically populate a Meta Tag in the header for their app. Doing so would populate a banner on mobile devices in Safari that references the app. The code below is an example for YMCA of Greater Fort Wayne.

There is a similar way to do this for Google Chrome/Android apps, but it requires scripting and a little bit more work.

<meta name="apple-itunes-app" content="app-id=1461474539, affiliate-data=myAffiliateData,app-argument=myURL">`

Smart Banner

podarok commented 4 years ago

Hi Thank you for the request There is a way to manage tags via metatag subsystem which is already exists in Open Y out of the box Adding dedicated functionality would create maintenance overhead.

These metatags from different vendors usually evolve overtime, which could also cause regressions.

So I vote for working on a tutorial for how to add this meta information via metatag Admin UI.