Shortcode:
[google-map-sc focus="all" focus_type="center" animate="true" zoom="18" type="TERRAIN" interval="3000" ]
Shortcode:
[google-map-sc focus="all" focus_type="center" animate="true" zoom="18" type="TERRAIN" interval="3000" ]
Shortcode:
[google-map-sc focus="all" focus_type="open" zoom="14" interval="2000" ]
Shortcode:
[google-map-sc width="550" margin="20" align="center" zoom="12" type="TERRAIN" ]
The Google Map Shortcode editor panel allows to set and insert the shortcode into your code, but it can be added manually using:
Shortcode for the content of posts and pages
[google-map-sc option = "option value"]
PHP code for theme files
<?php echo do_shortcode ('[google-map-sc option = "option value"]') ?>
Below you can find the Google Map Shortcode parameters and posible values, if any options are included the shortcode will use the configuration defined on the plugin options page:
Read More »
The wordpress plugin WP RSS Images was updating to include the media extension. Now you can include images to the rss using enclosure and media tag.
Enjoy!