如何将 Facebook 点赞按钮添加到 silverlight 应用程序?

发布于 2024-11-13 06:46:44 字数 165 浏览 2 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海里的那抹蓝 2024-11-20 06:46:44

您只需从此处下载“赞”按钮图像并使用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

沫雨熙 2024-11-20 06:46:44

如果您想从 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文