如何将 Facebook 点赞按钮添加到 silverlight 应用程序?
我是 silverlight 4 开发的新手。 我需要将“我喜欢”的 facebook 按钮集成到我的网站应用程序中吗?
有人可以告诉我该怎么做吗?
我可以下载一个库,该库将为我提供一个在我的工具箱中可见的用户控件,这样我就可以将此项目拖放到我的页面上吗? 如果没有,我该如何实现这个功能?
I'm new to silverlight 4 development.
I need the facebook I like button to be integrated integrated on my website application?
Can someone tell me how to do that?
Can I download a library that will provide me a user control that is visible in my toolbox, and thus I will be able to just drag and drop this item on my page?
If not, how can I implement this functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只需从此处下载“赞”按钮图像并使用Facebook SDK 来喜欢该页面。
我自己没有尝试过,但应该是可能的。
另一种方法是使用 Javascript API 并从 silverlight 调用它。
操作方法如下: http://www.dotnetspider.com/tutorials/Silverlight-Tutorial- 321.aspx
http://www.switchonthecode.com/tutorials/silverlight-and-javascript-interaction
http ://www.mostlydevelopers.com/blog/post/2008/08/11/Call-Javascript-Method-from-Silverlight-and-Vice-Versa.aspx
You can just download a like button image from here and use the Facebook SDK to like the page.
I haven't tried it myself but it should be possible.
Another approach will be to use the Javascript API and call it from silverlight.
Here's how: http://www.dotnetspider.com/tutorials/Silverlight-Tutorial-321.aspx
http://www.switchonthecode.com/tutorials/silverlight-and-javascript-interaction
http://www.mostlydevelopers.com/blog/post/2008/08/11/Call-Javascript-Method-from-Silverlight-and-Vice-Versa.aspx
如果您想从 silverlight 调用“我喜欢”功能,您只需从位于页面上的 silverlight 调用 javascript 代码(引发 onclick 事件)即可。
If you want to invoke the "I like" feature from silverlight you can just call javascript code (rise the onclick event) from silverlight which located on your page.