AddThis - contains too many device filters error

Posted by Yousef_Jadallah on ASP.net Weblogs See other posts from ASP.net Weblogs or by Yousef_Jadallah
Published on Mon, 17 Sep 2012 17:46:00 GMT Indexed on 2012/09/17 21:39 UTC
Read the original article Hit count: 850

Filed under:
|
|
When using AddThis service with asp.net, some exceptions will throw like these: The string 'fb:like:layout' contains too many device filters. There can be only one. The string 'g:plusone:size' contains too many device filters. There can be only one. You can solve this by using "In line server code".   Step 1: Implement the following code in your code file:   Protected Function GetFacebookAttribute() As String Return String .Format( "{0}=" "{1}" ""...(read more)

© ASP.net Weblogs or respective owner

Related posts about addthis

Related posts about ASP.NET