Difference between revisions of "Widget:Star"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
| − | < | + | <b:if cond='data:top.showStars'> |
| − | + | <script src='http://www.google.com/jsapi' type='text/javascript'/> | |
| − | + | <script type='text/javascript'> | |
| − | + | google.load("annotations", "1"); | |
| − | </ | + | function initialize() { |
| + | google.annotations.createAll(); | ||
| + | google.annotations.fetch(); | ||
| + | } | ||
| + | google.setOnLoadCallback(initialize); | ||
| + | </script> | ||
| + | </b:if> | ||
</includeonly> | </includeonly> | ||