A clean and simple contact form with Bootstrap markup.
Simple Shortcode for Google Maps
Hospedagem WordPress com plugin Simple Shortcode for Google Maps
Onde hospedar o plugin Simple Shortcode for Google Maps?
Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos optar por um provedor de hospedagem seguro, com servidores adaptados para WordPress, como o serviço de hospedagem WordPress da MCO2.
Hospedando o plugin Simple Shortcode for Google Maps em um provedor de confiança
A MCO2, além de instalar o WordPress na versão mais atualizada para seus clientes, fornece o WP SafePress, um mecanismo singular que salvaguarda e aumenta a performance do seu site ao mesmo tempo.
Por que a Hospedagem WordPress funciona melhor na MCO2?
A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.
Simple to use, yet powerful, Google Maps plugin! Reviews say this is “Best Google Map Shortcode plugin”.
Put a Google map on your WordPress posts and pages simply and easily with a shortcode. Straight forward and easy to use! Ideal for contact page maps, maps showing delivery areas and many other uses!
This plugin will enable a simple shortcode that you can use for embedding Google Maps in any WordPress post or page. The shortcode uses the WordPress HTTPS API and the Transients API for delivering cached Google maps with little to no impact on your site’s performance.
Maps are displayed with the [pw_map] shortcode:
[pw_map address="New York City" key="YOUR API KEY"]
Google now requires that new accounts use an API key. You can register a free API key here.
You can have multiple map pins, simply add multiple addresses separated by semi-colon ;
[pw_map address="Statue of Liberty National Monument NYC;Empire State Building, New York, NY, USA" key="YOUR API KEY"]
All Shortcode Options
Mandatory
Optional ( with default values)
- “cooperative”: Scroll events and one-finger touch gestures scroll the page, and do not zoom or pan the map. Two-finger touch gestures pan and zoom the map. Scroll events with a ctrl key or ⌘ key pressed zoom the map. In this mode the map cooperates with the page.
- “greedy”: All touch gestures and scroll events pan or zoom the map.
- “none”: The map cannot be panned or zoomed by user gestures.
- “auto”: Gesture handling is either cooperative or greedy, depending on whether the page is scrollable or in an iframe.
- “roadmap”: This map type displays a normal street map.
- “satellite”: This map type displays satellite images.
- “hybrid”: This map type displays a transparent layer of major streets on satellite images.
- “terrain”: This map type displays maps with physical features such as terrain and vegetation.