Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar widget com os últimos tópicos na lista PythonBrasil #140

Open
luzfcb opened this issue Sep 30, 2014 · 1 comment
Open

Criar widget com os últimos tópicos na lista PythonBrasil #140

luzfcb opened this issue Sep 30, 2014 · 1 comment

Comments

@luzfcb
Copy link
Member

luzfcb commented Sep 30, 2014

A ideia é carregar , provavelmente via AngularJS o RSS/Atom da grupo, se mostrá-lo em algum local da interface.

https://groups.google.com/forum/#!aboutgroup/python-brasil

Uma implementação exemplo de como utilizar AngularJS para carregar dados pode ser esta(Lembrando que não fui eu que fiz esse projeto. Sei bem pouco de AngularJS)

https://github.com/luzfcb/luzfcb.github.io
http://luzfcb.github.io/

Issue relacionado:
#116

@luzfcb luzfcb changed the title Criar widget com os últimos tópicos na lista Criar widget com os últimos tópicos na lista PythonBrasil Oct 1, 2014
@luzfcb
Copy link
Member Author

luzfcb commented Dec 12, 2014

@igr-santos
Descobri como "emblendar" o forum da Python-Brasil

O código é o abaixo.
Agora só falta arrumar algum local para inserir no layout do site, e arrumar o CSS para fazer caber no layout

<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/python-brasil'
     + '&showsearch=true&showpopout=true&showtabs=false'
     + '&parenturl=' + encodeURIComponent(window.location.href);
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant