summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-03-14 21:25:48 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit1da543a70209577a6c68c6bfa5ea0d4448831fc0 (patch)
tree3eb73137756c6a2903e8864c8a8fe3d73bccd123 /templates
parent3d9027a914fd132ef2344a0bf07fd35e07aff283 (diff)
Add function getFacebookUrl and getTwitterUrl
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 71e070d50..8bcd33d14 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -142,12 +142,12 @@
<div class="col-4">
<a target="_blank"
class="icon-dropdown icon-facebook pr-5"
- ng-href="https://www.facebook.com/sharer/sharer.php?u={{ ::item.url }}"></a>
+ ng-href="{{Share.getFacebookUrl(item.url)}}"></a>
</div>
<div class="col-4">
<a target="_blank"
class="icon-dropdown icon-twitter pr-5"
- ng-href="https://twitter.com/intent/tweet?url={{ ::item.url }}"></a>
+ ng-href="{{Share.getTwitterUrl(item.url)}}"></a>
</div>
<div class="col-4">
<a class="icon-dropdown icon-mail pr-5"