walter / ember-cli-meta-options

Use meta tags to pass your Ember.js app options.
MIT License
6 stars 2 forks source link

Setting Dynamic Page-Specific Meta Descriptions? #1

Closed e-karma closed 9 years ago

e-karma commented 9 years ago

Thanks for the contribution!

Can this addon provide this functionality? If so how?

If not, do you know of a possible solution?

walter commented 9 years ago

On its own, this addon can't, but I do add dynamic meta tags when I use it.

I use it with a wrapping jQuery loader that sets the meta options.

https://github.com/opengovernment/askthem/blob/master/public/widgets/widget-builder/widget.js#L54-L91

I've written up a rough overview of a similar widget here:

http://discuss.emberjs.com/t/how-to-have-multiple-instances-of-an-app-in-same-window/6733/2

Hope that helps!

walter commented 9 years ago

Reopen if you have anymore questions.