Columna de tuitear en emails

This commit is contained in:
nukeador 2021-08-03 13:48:29 +02:00
parent 70176964b1
commit b842c548e2

View File

@ -59,6 +59,7 @@ https://websegura.pucelabits.org'| urlEncode }}{{ path }}{{ '?pk_campaign=Hazsel
<tr>
<th id="nota">Info</th>
<th id="web">Email</th>
<th id="share">¡Házselo saber!</th>
</tr>
</thead>
<tbody>
@ -76,6 +77,21 @@ https://websegura.pucelabits.org'| urlEncode }}{{ path }}{{ '?pk_campaign=Hazsel
<td>
<a href="/w/{{ web.url | replace('.', '!') }}" title="{{ web.url }}">@{{ web.url | canonical }}</a>
</td>
<td>
{% if not web.url | dmarc_secure %}
<a class="twitter-share-button" href="https://twitter.com/intent/tweet/?text={{ 'Hola @' + web.twitter + '
✉️ Los emails @'| urlEncode }}{{ web.url | canonical }}{{' son vulnerables a suplantación de identidad, cualquiera puede hacerse pasar por vosotros sin ser detectado.
⚠️ ¡Por favor, revisadlo cuanto antes!
https://websegura.pucelabits.org'| urlEncode }}/w/{{ web.url | replace('.', '!') }}{{ '?pk_campaign=HazseloSaberEmail&pk_source=twitter
#emailseguro /vía @PucelaBits' | urlEncode }}" target="_blank" rel="noopener" aria-label="Twitter">
<span class="icon brands fa-twitter">
<span>Tuitear</span>
</a>
{% endif %}
</td>
</tr>
{% endfor %}
</tbody>