I can embed content from my app to GoodData dashboard using "Web content". Dashboard macros are a way how to have the content customized depending on the dashboards it appears in - some reference: http://developer.gooddata.com/article/how-to-use-dashboard-macros
http://developer.gooddata.com/article/dashboard-macro-reference
I'm trying to embed content on a link like this:
http://myserver.com/apps/my_app#%CURRENT_DASHBOARD_URI%/%CURRENT_DASHBOARD_TAB_URI%
It works fine in Chrome, but it does weird things in Firefox. Seems like I'm the macros don't work - the %CURRENT_DASHBOARD_URI% isn't being replaced with a tring like %2Fgdc%2Fmd%2FGoodSalesDemo%2Fobj%2F1952 as suggested in the docs