Google Map Shorcode – Advance Example With Animation

Shortcode:

[google-map-sc focus="all" focus_type="center" animate="true" zoom="18" type="TERRAIN" interval="3000" ]

Read More »

Posted in: 
Google Map
Leave a comment

Google Map Shorcode – Advance Example

Shortcode:

&#91google-map-sc focus="all" focus_type="open" zoom="14" interval="2000" &#93

Read More »

Posted in: 
Google Map
4 Comments

Google Map Shorcode – Simple Example

Shortcode:

[google-map-sc width="550" margin="20" align="center" zoom="12" type="TERRAIN" ]

Read More »

Posted in: 
Google Map
Leave a comment

Google Map Shortcode Reference

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 »

Posted in: 
Google Map
38 Comments

WP RSS Images – Include images to your blog feed

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!

Posted in: 
Plugins
2 Comments