English 中文(简体)
象 but子和银灯
原标题:Facebook like button with silverlight

我制作了一张银灯,显示在特定用户控制范围内(一页)。 页: 1

foodingtons.net/index.aspx?id=211

It is all incorporated within the silverlight app on one page. Hence when the control is loaded the meta tags are updated and the like button is placed within an iframe and linked to the appropriate page. When the like button is pressed a javascript function is invoked which changes a picture behind the silverlight obj. This picture in theory should be used as the default image after the like button is pressed (on clients page). But it seems to be stuck on old images. Ie. foodingtons.net/index.aspx?id=211 (the above is using an image which doesnt even exist)

foodingtons.net/index.aspx?id=218 (is using an image from the main page)

foodingtons.net/index.aspx?id=219 (fails.. the website is inaccessable)

我也试图在网页上打上开放的图表标签,以参考新的图像,但没有任何结果。

I m using the following facebook tool to debug as well https://developers.facebook.com/tools/debug

a 略为失去......任何建议?

最佳回答

研究了正在进行的工作。 Facebook和gogle(使用其机器人)不能被拖入丝网控制本身。 因此,他们不能援引使美术和美术发生变化的职能。 如果能把变化的 met子从纸上说出来。 一切照旧。

问题回答

http://www.codeproject.com/KB/Blogs/SilverlightFacebookLike.aspx”rel=“nofollow” 添加Facebook与您的银星应用。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签