我有一个有电影和审查的网站。 在某个电影网页上,我有一部电影版和《Facebook》等。 我愿像纽特那样使用开放图示普森。 但是,在电影的后面,我也进行了像纽州一样的审查。 我希望这些审查不会使用图A普西语,也只是把与审查的联系像样。
这是可能的吗?
我有一个有电影和审查的网站。 在某个电影网页上,我有一部电影版和《Facebook》等。 我愿像纽特那样使用开放图示普森。 但是,在电影的后面,我也进行了像纽州一样的审查。 我希望这些审查不会使用图A普西语,也只是把与审查的联系像样。
这是可能的吗?
<head>
<meta property="og:title" content="Spaceballs"/>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId={{your app id}}";
fjs.parentNode.insertBefore(js, fjs);
}(document, script , facebook-jssdk ));</script>
<div id="movie-info">
<h1>Spaceballs</h1>
<h3>Sci-Fi, Spoof, Comedy</h3>
<div class="fb-like"></div>
</div>
<div>
<div id="review-1">
<div>The crappiest movie I ever saw.</div>
<div class="fb-like" data-href="http://example.com/Spaceballs/Review/1"></div>
</div>
<div id="review-2">
<div>Some people just don t get Mel Brooks, but if you do this movie will likely cause stack overflows in your data processors.</div>
<div class="fb-like" data-href="http://example.com/Spaceballs/Review/2"></div>
</div>
</body>
Not sure if I understood your question, but just change the href
attribute on the like buttons?
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...
I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...
I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...
If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...