EF 4.1 Code First MVC3 应用程序和 Facebook 共享功能

发布于 12-07 08:55 字数 351 浏览 1 评论 0原文

我正在开发一个使用 Entity Framework 4.1 Code First 方法和 MVC3 制作的简单 Web 应用程序。

该 Web 应用程序是一个简单的报价网站,在其主页上,用户可以获得报价列表。我想做的是有一个 Facebook 分享按钮,如下所示:

在此处输入图像描述

当用户单击该按钮时按钮,我希望将引用作者图片以及他的引用和他的名字发布到用户的 Facebook 墙上。我相信他们称之为共享功能。

I am working on a simple web application made using Entity Framework 4.1 Code First approach and MVC3.

The web application is a simple Quotes website, and on its homepage, the user get a list of quotes. What I would like to do is have a Facebook Share button, like so:

enter image description here

And when a user clicks that button, I want the Quote author image, along with his quote and his name to be posted on the user's Facebook wall. I believe they call this Share Functionality.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鹊巢2024-12-14 08:55:53

共享富媒体
https://developers.facebook.com/docs/share/

您应该能够填充标题、图像和描述标签以获得与您想要的类似的内容。

Sharing Rich Media
https://developers.facebook.com/docs/share/

you should be able to populate the title, image and description tags to get something similar to what you want.

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