2016-03-03 92 views
0

我把一個Twitter按鈕,在我的網站,但有一個奇怪的錯字有:Twitter分享按鈕錯字

<a 
     lang="<?php echo mida_is_english() ? 'es' : 'he' ?>" 
     href="http://twitter.com/intent/tweet"  
     class="twitter-share-button" 
     data-url="<?php echo esc_url(wp_get_shortlink()); ?>" 
     data-text="<?php the_title(); ?>" 
     style="position: static; visibility: visible; <?php echo mida_is_english() ? 'width: 62px;' : 'width: 50px;' ?> height: 20px; vertical-align: bottom;"></a> 

鏈接到該頁面: enter image description here

該按鈕的代碼 http://mida.org.il/2016/03/03/no-global-cop-the-victims-of-obamas-appeasment/

任何想法爲什麼?

+0

您能發送該頁面的鏈接嗎? – Sandeep

+0

我把這個帖子的鏈接.. – Avishay28

回答

1

從外觀來看,這是因爲你使用es作爲你的語言代碼。 Lang使按鈕國際化,但es是西班牙語的語言代碼,而不是英語。英文是en