Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.03 KB

changes-and-backwards-compatibility.md

File metadata and controls

48 lines (27 loc) · 2.03 KB
title page_title description slug tags published position
Changes and Backwards Compatibility
Changes and Backwards Compatibility - RadSocialShare
Check our Web Forms article about Changes and Backwards Compatibility.
socialshare/changes-and-backwards-compatibility
changes,and,backwards,compatibility
true
1

Changes and Backwards Compatibility

Telerik RadSocialShare for ASP.NET AJAX

A complete list of all changes can be found on Release History page: https://www.telerik.com/support/whats-new/aspnet-ajax/release-history

Telerik RadSocialShare for ASP.NET AJAX Q3 2014

The script that generates the Facebook [standard buttons]({%slug socialshare/configuring-buttons/standard%}) has been updated to version 2.1. You must add the following XML namespace to the <html> tag of your document in order for the buttons to work properly in earlier versions of Internet Explorer.

<html xmlns="https://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">

For versions prior to the Q3 2014 release, you must use the following XML namespace:

<html xmlns="https://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"
	xmlns:og="http://opengraphprotocol.org/schema/">

More information on the Facebook platform versioning is available on the official Facebook site: https://developers.facebook.com/docs/apps/versions.

caution Facebook buttons are not rendered in Internet Explorer 7 because Facebook is phasing out the support for Internet Explorer 7. More information on the matter is available in the [Facebook Specifics]({%slug socialshare/troubleshooting/facebook-specifics%}) help article, in the section called "Facebook buttons are not rendered in Internet Explorer 7" .

See Also