Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

150
Vistas
How to redirect to a view after a button click?

I have a some social sharing links in my HTML template. I can share to Facebook, LinkedIn, Twitter and Whatsapp, but I want to redirect to a URL (views) in Django that would give 100 points to the user that is sharing the post using the social share link.

How can I asynchronously redirect to that view in the background?

I have tried this, but it doesn't seem to work

<div class="fb-share-button" data-href="{{url_string}}" data-layout="button_count" onclick="window.open({% url 'core:social-share' %},'_blank'); return false;"></div>

These are my shareable links#

<a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://youtube.com/user/desphixs/&amp;title=WelcomeTo{{company.name}}&amp;summary={{company.name}}&amp;source=mywebsite" target="_blank" rel="noopener">
  <small>Share on Linkedin</small>
</a>

<a class="share-linkedin text-white mr-2" href="whatsapp://send?text={{content_string}}{{url_string}}" data-action="share/whatsapp/share" target="_blank" rel="noopener">
  <small>Share on Whatsapp</small>
</a>
about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

I do not know whether there is a way to reliably check whether a user actually shared content or just clicked your link and did nothing.

But you could send a POST to a Django endpoint which adds the 100 pts to user's points, which answers with an HTTP303 to redirect the user to another page.

A clientside solution would look the same:

  1. Send a POST to any endpoint
  2. location.href to redirect.
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda