facebook-social-plugins

Auto-approve all comments in Comments Plugin

强颜欢笑 提交于 2019-12-01 04:37:19
Is there a way to auto-approve and make all the Comments Plugin's comments public by default? Also I really need to know on what basis the comments are held for moderation. On some pages, they are public by default, on others they end up in moderation queue. ---------- Update 0 --------- I removed fb:admins , the moderation UI has disappeared, but the moderation is still in effect. I get the admin UI when I load the page logged in with the App admin creds, and the I can see the comments are in the moderation queue (even new ones). I have even ticked "Make every post visible to everyone by

adding social share links to phonegap app

陌路散爱 提交于 2019-12-01 01:22:44
i have an app that is using jquery mobile and it outputs and image. now i have displayed the image in a preview page and i have added links below to share them on facebook and twitter and other platforms how do i go about coding it... when the user click on the share button the default share pannel should pop up like this https://cdn.tutsplus.com/mobile/uploads/legacy/Android-SDK_Share-Activity/android_share_chooser.png when the user select for example twitter the twitter app opens and the image should be attached. How can this be achived..should i be looking in the apis of the social site or

adding social share links to phonegap app

馋奶兔 提交于 2019-11-30 19:10:24
问题 i have an app that is using jquery mobile and it outputs and image. now i have displayed the image in a preview page and i have added links below to share them on facebook and twitter and other platforms how do i go about coding it... when the user click on the share button the default share pannel should pop up like this https://cdn.tutsplus.com/mobile/uploads/legacy/Android-SDK_Share-Activity/android_share_chooser.png when the user select for example twitter the twitter app opens and the

How do you get the total likes for a URL (Likes and Shares)?

时间秒杀一切 提交于 2019-11-30 15:57:52
The "Likes" plugin that I've dropped on my page displays both the number of times the button has been directly clicked, as well as the number of times the page URL has been shared or the Like has been commented on. When I use the Graph API to check out my object though, it only shows the number of direct "Like" clicks. Here is an example object: { "id": "17678692xxxxxxx", "name": "The Dali Lama Returns", "picture": "http://profile.ak.fbcdn.net/hprofile-ak-snc4/161984_176786925772923_6855xxxxxxx.jpg", "link": "http://mysite.com/8/the-dali-lama-returns", "likes": 1, "app_id": 478xxxxxxx,

Is it possible to use Facebooks Comments Plugin with Graph Object IDs/Graph URLs rather than www URLs?

雨燕双飞 提交于 2019-11-30 09:16:23
A little while ago, I built this: http://www.littlebray.co.uk/photos.aspx It's kind of an off-Facebook partial replica of a Facebook photo album gallery, the photos in the gallery section are all pulled from Facebook albums on the Page for Little Bray (fb.com/littlebray) enlarging them gives you a kinda full screen view of them with commenting facilties on the right margin, just like Facebook. You'll notice that, whilst this comment section looks a bit like a Facebook plugin, it isn't, and the reason for this is that if I used Facebooks Comments Plugin, when a user comments on a photo on the

social content locker for blogger.com blogs? is it possible

痞子三分冷 提交于 2019-11-29 04:42:01
How can I integrate social content locker in blogger blogs? We see in numbers of WordPress blogs and websites, But in blooger.com blogs you see no plugin option does anybody has another way or something like this? I Want visitor to like, tweet or g+ before reading my posts. thanks I found this working script for this what you need to do is first backup you template. then edit HTML >search <head> tag and put this code after <head> <script src='http://code.jquery.com/jquery-1.10.2.min.js' type='text/javascript'/> After that search </head> tag and put below code before this tag <link href='https:

How to make Facebook comments widget a fluid width?

末鹿安然 提交于 2019-11-28 16:51:09
Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specified as: width - the width of the plugin in pixels. Minimum recommended width: 400px. So maybe it's not possible... I found a solution using css. Inspiration came from this article http://css-tricks.com/2708-override-inline-styles-with-css/ .fb-comments, .fb-comments iframe[style] {width: 100% !important;} Alan your solution was working however it looks like facebook updated their plugin and broke the style. I got it working again using the

single page application with angularjs and facebook share button

ぐ巨炮叔叔 提交于 2019-11-28 16:15:46
I follow this post to deploy facebook share botton in my app http://www.hyperarts.com/blog/tutorial-how-to-add-facebook-share-button-to-your-web-site-pages/ The first problem is I can not pass post.id , post.caption to facebook script. The second one is the link to every post on facebook wall link: ' link to every {{post.id}}' . If people click on a link shared on their wall, it should jum (AUTO SCROLL) to specific post on my site, this is single page so all post have the same link Thanks so much! This is my Angularjs controller: function MyController($scope) { $scope.posts = [{"title":

Social media buttons slow down website load time

≡放荡痞女 提交于 2019-11-28 15:14:49
I'm creating a simple and fast website, and I'm trying to optimize the site as much as I can. I noticed that social media buttons are slowing down the website by quite a lot. I'm including the Facebook Like Button, Twitter Button and Google+ Button. So I ran a few tests: Website without social media buttons, loading time 0.24s: Website with social media buttons, loading time 1.38s: Here is my code: <div id="social"> <!-- FB --> <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

Facebook Page Plugin appears as link only on website

梦想与她 提交于 2019-11-28 14:48:06
I have seen similar posts, but haven't found an answer. I am rebuilding my website using Bootstrap and would like to add the new Page Plugin. I have followed all the instructions, inserting the Javascript code after the opening tag and inserting the other code into my web page. All that appears on my webpage is a link that reads "KMC Marine", which DOES go to my Facebook page, but no other plugin data appears. Any suggestions would be greatly appreciated. 1) put following css code, it will solve your problem <style type="text/css"> .fb_iframe_widget span{ overflow: initial !important; } .fb