lewismc / iPReS

iPReS - An Internationalization (i18n) Product Retrieval Service for NASA JPL's PO.DAAC
http://lewismc.github.io/iPReS/
Apache License 2.0
5 stars 1 forks source link

Embed Google Group in Project Website #3

Closed lewismc closed 9 years ago

lewismc commented 9 years ago

We can use the following code to embed the group in our project website

<iframe id="forum_embed"
  src="javascript:void(0)"
  scrolling="no"
  frameborder="0"
  width="900"
  height="700">
</iframe>
<script type="text/javascript">
  document.getElementById('forum_embed').src =
     'https://groups.google.com/forum/embed/?place=forum/ipres-capstone'
     + '&showsearch=true&showpopout=true&showtabs=false'
     + '&parenturl=' + encodeURIComponent(window.location.href);
</script> 
lewismc commented 9 years ago

Can someone scope and add this to the website once we've updated it with some more content?

lewismc commented 9 years ago

Task is addressed and can be seen at link below http://lewismc.github.io/iPReS/#google-forum