Flow Router used for CLient Side Routing
- Navigate to Page /newPage to see Flow Router to see Client Side Routing
For SSR
- Navigate to Page /browse/:Anything
Hope it Helps
Source: https://forums.meteor.com/t/facebook-share-setup/12980/7
DEMO: https://ionicmeteor.herokuapp.com/
Current Issue:
The Page you want to share cannot have the code inside the client folder. It needs to be in the private folder and must be in html not in Blaze. Also, would be advisable if it have non reactive content in that page.