Piazza Italia

Maps, Charts, & Ad Shortcodes

We also include functionality for google maps, google charts, easy insertion of google adsense, and also custom advertisement bars where you can insert images/links or a vendor’s ad code.

Google Maps:

Google maps lets you insert an actually google map right on your page. Setting it up can take some work though! Google requires you to manually give lattitude/longitude coordinates for things. But don’t fear! The documentation explains easy tricks for finding all this stuff! Again, we put it inside a box shortcode because it just looks nice, but you can use it anywhere!

See The Shortcodes

[box]
[google_map zoom="10" center="42.73, -84.59" marker="42.73, -84.59"]
[/box]

Google Charts:

Google charts lets you insert charts generated by google. You will need to read about google’s chart capabilities and how to set things up. So this is a shortcode few will use. But for those that understand google charts, it’s here for you!

Example Chart

See The Shortcodes

[box]
[google_chart data="41.52,37.79,20.67,0.03" bg="ffffff" labels="Example+One|Second+Example|Another+One|Other" colors="058DC7,50B432,ED561B,EDEF00" size="488x200" title="Example Chart" type="pie"]
[/box]

Google Adsense:

This is actually nothing more than doing the same thing as a “raw” tag and you paste in the adsense code. But it is helpful to have it have it’s own shortcode name so that you can keep organized in wordpress.

[google_adsense]Copy 'n paste your google adsense code here.[/google_adsense]

Custom Ad Groups:

Yes, we give you custom advertisement bar abilities! You can use an “ad_group” shortcode to create an ad bar, and then fill it with ad_image or ad_code shortcodes to show your ads.

See The Shortcodes

[ad_group adcolumns="2" outsidemargins="8" betweenmargins="8" box="yes"]
[ad_image link="#" image="125ad.png" width="125" height="125"]
[ad_image link="#" image="125ad.png" width="125" height="125"]
[ad_image link="#" image="125ad.png" width="125" height="125"]
[ad_image link="#" image="125ad.png" width="125" height="125"]
[ad_image link="#" image="125ad.png" width="125" height="125"]
[ad_code width="125" height="125"]custom ad code from 3rd party[/ad_code]
[/ad_group]