Clickable facebook page bot id to go to fb messaging app
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
212ce3b129
commit
8a5189b926
@ -59,7 +59,11 @@
|
|||||||
{% for bot in bots_info %}
|
{% for bot in bots_info %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ bot.page_name }}</td>
|
<td>{{ bot.page_name }}</td>
|
||||||
<td>{{ bot.page_id }}</td>
|
<td> <a href="https://www.facebook.com/messages/t/{{ bot.page_id }}/"
|
||||||
|
target="_blank" rel="noopener"
|
||||||
|
class="fw-semibold text-decoration-none">
|
||||||
|
{{ bot.page_id }}
|
||||||
|
</a></td>
|
||||||
<td>{{ bot.assistant }}</td>
|
<td>{{ bot.assistant }}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if bot.is_subscribed %}
|
{% if bot.is_subscribed %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user