0

Wordpress CMS を使用してサイトを作成していますが、Wordpress の URL 作成に問題があります。

ページ リンクをクリックすると、ページの URL は次のようになります。

http://example.com/page/?ID=603#

しばらくすると、ページの URL は次のようになります。

http://example.com/page/?ID=603#.USY_Xx1HI1M

.USY_Xx1HI1Mこのコードを URL の最後に追加する方法がわかりません。

皆さん、この問題の解決策があれば、私と共有してください。

4

2 に答える 2

0

There is a two ways to remove the hash tag from the URL.

1) In the script, there is a property which control to display hashtag or not. Just set 'hashAddressBar: false'

2) When generating a code for the button there is a radio button saying 'Track when users share by copying your URL' so just uncheck this and it wont generate hast tag for URL.

于 2013-08-25T00:34:11.837 に答える