Insert Google Map
Task
Display Featured Page as Google Map.
Solution
- Open http://maps.google.com/
- Find your location
- Click on Link and on Customize and preview embedded map [screenshot]
- Set a dimentions 480×385 px end copy part of google code [screenshot]
- Create new page Admin Panel > Pages > Add New and paste two shortcodes:
[noformat] [feat_object] GOOGLE CODE GOES HERE [/feat_object] [/noformat] - And paste the code of map. In the end you must get something like this:
[noformat] [feat_object] <iframe width="480" height="385" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&ll=7.886678,98.365917&spn=0.065464,0.082569&z=13&output=embed"> </iframe> [/feat_object] [/noformat]
