Rogeros Chevereto Member Nov 23, 2024 #1 Hi. Is there a way to remove a few items from the share to list? They are of no use in Europe and I would like to disappear them from my website. Upvote 1 Downvote
Hi. Is there a way to remove a few items from the share to list? They are of no use in Europe and I would like to disappear them from my website.
TigerDragon Chevereto Member Nov 23, 2024 #2 app\src\Legacy\functions-render.php Last edited: Nov 23, 2024
Rogeros Chevereto Member Nov 23, 2024 #3 Sorry, I'm not a programmer, should I delete these items from the file or something else? 'weixin' => [ 'url' => 'https://api.qrserver.com/v1/create-qr-code/?size=154x154&data=%URL%', 'label' => '分享到微信', ], 'weibo' => [ 'url' => 'https://service.weibo.com/share/share.php?url=%URL%&title=%TITLE%&pic=%IMAGE%&searchPic=true', 'label' => '分享到微博', ], 'qzone' => [ 'url' => 'https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=%URL%&pics=%IMAGE%&title=%TITLE%', 'label' => '分享到QQ空间', 'icon' => 'star', ], 'qq' => [ 'url' => 'https://connect.qq.com/widget/share...mary=%DESCRIPTION%&title=%TITLE%&pics=%IMAGE%', 'label' => '分享到QQ', ], Click to expand... I deleted it and everything seems to work... THX
Sorry, I'm not a programmer, should I delete these items from the file or something else? 'weixin' => [ 'url' => 'https://api.qrserver.com/v1/create-qr-code/?size=154x154&data=%URL%', 'label' => '分享到微信', ], 'weibo' => [ 'url' => 'https://service.weibo.com/share/share.php?url=%URL%&title=%TITLE%&pic=%IMAGE%&searchPic=true', 'label' => '分享到微博', ], 'qzone' => [ 'url' => 'https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=%URL%&pics=%IMAGE%&title=%TITLE%', 'label' => '分享到QQ空间', 'icon' => 'star', ], 'qq' => [ 'url' => 'https://connect.qq.com/widget/share...mary=%DESCRIPTION%&title=%TITLE%&pics=%IMAGE%', 'label' => '分享到QQ', ], Click to expand... I deleted it and everything seems to work... THX