Hello everyone,
My new error with Multi-language SEO URLs:
display those url for search engines
<base href="http://www.targetmarts.com/" />
<link rel="canonical" href="http://www.targetmarts.com/en/index.php?main_page=product_info&products_id=286" />
<link rel="alternate" href="http://www.targetmarts.com/index.php?main_page=product_info&products_id=286" hreflang="x-default" />
<link rel="alternate" href="http://www.targetmarts.com/gb/index.php?main_page=product_info&products_id=286" hreflang="gb" />
<link rel="alternate" href="http://www.targetmarts.com/en/index.php?main_page=product_info&products_id=286" hreflang="en" />

and it display the urls for browser
http://www.targetmarts.com/ds2cd2135...6#.WngISPmWbDc.

I installed the pluse want it display as below urls and without #.WngISPmWbDc.

<base href="http://www.targetmarts.com/" />
<link rel="canonical" href="http://www.targetmarts.com/en/ds2cd2135fwdi-3-mp-ultralow-light-outdoor-network-dome-camera-p-286" />
<link rel="alternate" href="http://www.targetmarts.com/ds2cd2135fwdi-3-mp-ultralow-light-outdoor-network-dome-camera-p-286" hreflang="x-default" />
<link rel="alternate" href="http://www.targetmarts.com/gb/ds2cd2135fwdi-3-mp-ultralow-light-outdoor-network-dome-camera-p-286" hreflang="gb" />
<link rel="alternate" href="http://www.targetmarts.com/en/ds2cd2135fwdi-3-mp-ultralow-light-outdoor-network-dome-camera-p-286" hreflang="en" />

so have anyone can help me?