Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. =========== HABILITAR SISTEMA DE RATING DE BLOGGER==========
  2.  
  3. Buscar:
  4. <div class='post-footer-line post-footer-line-1'>
  5.  
  6. Agregar despues:
  7. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  8.  
  9. <span class='star-ratings'>
  10. <b:if cond='data:top.showStars'>
  11. <div expr:g:background-color='data:backgroundColor' expr:g:text-color='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='180'/>
  12. </b:if>
  13. </span>
  14.  
  15. </b:if>
  16.  
  17. Buscar:
  18. <b:include name='nextprev'/>
  19.  
  20. Agregar despues:
  21.  
  22. <b:if cond='data:top.showStars'>
  23. <script src='http://www.google.com/jsapi' type='text/javascript'/>
  24. <script type='text/javascript'>
  25. google.load("annotations", "1");
  26. function initialize() {
  27. google.annotations.createAll();
  28. google.annotations.fetch();
  29. }
  30. google.setOnLoadCallback(initialize);
  31. </script>
  32. </b:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement