Hi,
I'm using Photostation and noticed that the sharing feature for a single picture is not working with Internet Explorer 9
According to the page source (As you can see in the code below), It seems that Facebook, Twitter, Google could be available but are not displayed correctly. If you look at the attachement, when the page is loaded, the word "Tweet" is displayed then hidden. Have you the same behavior ?
Thanks for your feedback.
Phil
<!-- Search Bar -->
<div id="photo_div"></div>
<div><table style="border-spacing: 0px; width: 100%;"><tr>
<td><table style="border-spacing: 0px; width: 100%;"><tr>
<td><div id="rotate_cn_div" style="display:none"></div></td>
<td><div id="like_cn_div" style="float:right;padding-right:12px;white-space: nowrap;">
<!-- twitter -->
<div id="tweet_on_twitter" style="float:left;overflow: hidden;width: 89px;">
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
</div>
<!-- twitter -->
<!-- Google -->
<div id="plus_cn_google" style="float:left;overflow: hidden;width: 70px;">
<g:plusone size="medium"></g:plusone>
</div>
<!-- Google -->
<!-- Facebook -->
<div id="like_cn_facebook" style="float:left;overflow: hidden;width: 80px;">
</div>
<!-- Facebook -->
</div></td>
</tr></table></td>
</tr><tr>
<td><div id="description_div"></div></td>
</tr></table></div>
<div id="guest_message_out_div"><ul>
<li><div id="guest_message_div_hs"></div></li>
<li><div id="guest_message_div" style=""></div></li>
<li><div id="guest_book_div_hs"></div></li>
<li><div id="guest_book_div" style=""></div></li>
</ul></div>
</div>
News