Remove Social ID for WP
开发者 |
nitin247
|
更新时间 |
2024年11月25日 23:14 |
捐献地址: |
去捐款 |
PHP版本: |
5.6 及以上 |
WordPress版本: |
6.7 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Facebook, Google(adwords), Microsoft Advertising is now adding a fbclid, gclid, msclkid argument to all the shared URLs respectively. Each visitor/user now comes from Facebook with a unique URL, because of this cache and various other functionality breaks on Wordpress site.
Specially redirect rules get broken and pages show 404 error sometimes.
This plugin scans the incoming url for fbclid, gclid and redirect to the url after removing the querystring.
安装:
- Upload the directory '/remove-social-id/' to your WP plugins directory and activate from the Dashboard of the main blog.
更新日志:
1.3
Added support for MSCLKID
1.2
Support for WP 6.6
1.1
Added support for GCLID ( Google Adwords )
1.0
First version release