]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix social sharing buttons
authorszaimen <szaimen@e.mail.de>
Mon, 25 Apr 2022 15:44:31 +0000 (17:44 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Wed, 27 Apr 2022 11:34:06 +0000 (11:34 +0000)
Signed-off-by: szaimen <szaimen@e.mail.de>
apps/federatedfilesharing/templates/settings-personal.php

index 1804921aa1baeeb9be22180d95be53358be855cb..2e81ccf6497c77d2056184cd37b9f433456afb82 100644 (file)
@@ -22,15 +22,15 @@ style('federatedfilesharing', 'settings-personal');
 
        <p>
                <?php p($l->t('Share it so your friends can share files with you:')); ?><br>
-               <button class="social-facebook pop-up"
+               <button class="social-facebook pop-up social_sharing_buttons"
                                data-url='https://www.facebook.com/sharer/sharer.php?u=<?php p(urlencode($_['reference'])); ?>'>
                        Facebook
                </button>
-               <button class="social-twitter pop-up"
+               <button class="social-twitter pop-up social_sharing_buttons"
                        data-url='https://twitter.com/intent/tweet?text=<?php p(urlencode($_['message_with_URL'])); ?>'>
                        Twitter
                </button>
-               <button class="social-diaspora pop-up"
+               <button class="social-diaspora pop-up social_sharing_buttons"
                                data-url='https://share.diasporafoundation.org/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
                        Diaspora
                </button>