The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
177 views

Facebook “like” box duplicates some faces and doesn't display all the faces [closed]

I am having an annoying issue with the Facebook "like" box on my site: moroccoenglish.com The problem is that the box doesn't show all the faces related to the "likes" number, and it duplicates some ...
0
votes
1answer
439 views

Facebook doesn't display the related thumbail for some posts

When I share some of my blog posts, Facebook doesn't display their right thumbail or anyn related image to the posts ... It just gives 3 unrelated thumbails to choose ... For example , FB shows the ...
0
votes
1answer
177 views

Facebook social publisher and custom post type fields

I have a problem with how Facebook plugin shows my WordPress-based posts on my timeline. What basically happens is that the post image isn't shown. Now, the post image I want to show is a custom ...
0
votes
1answer
56 views

Any Facebook component doesn't work on Wordpress website after update. Why?

I have a problem after updating plugins and Wordpress. All my Facebook widgets that I have been using disappeared. In code I see: <fb:like href='http://facebook.com/...' send='false' ...
0
votes
2answers
108 views

Strip hashtag off permalink with php

I use the_permalink() to pass the current page to the facebook like button. But when one goes directly to a comment link with a hashtag, such as example.com/post#comment1, it's considered a separate ...
0
votes
1answer
102 views

Custom avatars in wordpress comments?

I'm looking for a way to let people connect with facebook when posting comments, and to use their facebook avatars as the avatar for the comments. How can this be done? Do I need to create a seperate ...
0
votes
2answers
57 views

Liking a facebook page from wordpress website?

I have added a button that links to a facebook page at the left of my website, I would like to be able to let people like the page directly from my website. How can I do that? Right now I added the ...
1
vote
2answers
106 views

Sync comment data

I have a site that used Facebook comments for a period of time and then removed them for native WP comments. I was able to write a function that grabbed all the comments and re-inserted them into the ...
-2
votes
1answer
462 views

Publish post facebook page & twitter automatically [closed]

I need a feature in wordpress, using which a new post automatically posted to Facebook Page & Twitter. Do I need some plugin to do that.. Do you know any plugin that provides for this kind of ...
0
votes
1answer
18 views

SFC Problem with the comment login

I want to use the comment function of the SFC plugin for my website. However, every time I click the log in with Facebook button a little window pops up asking for the app connection then disappears ...
-1
votes
1answer
90 views

FB Like button not working [closed]

For some reason FB Like button isn't working on my blogpost. popsplat.in/2012/12/01/movie-review-talaash/ If I click on the Like button, it turns 1 and then immediately turns 0. Any idea how to fix ...
0
votes
1answer
896 views

How to add social buttons like facebook and twitter in the footer of a theme?

Hi I own the blog camilamfotografia.com.br and I'd like to add social buttons in the footer or in the navigation menu to link my site to facebook twitter flickr pinterest etc... I have tried without ...
0
votes
1answer
134 views

Single article separated into multiple pages makes Facebook Like button detect as completely separated articles

I run a multiple author Wordpress platform where authors post articles where many of them are separated in several pages. The visitors can navigate the pages within the article by clicking on a Next ...
0
votes
1answer
297 views

Adding vkontakte social “like” button to posts results in multiple buttons on first post only

I'm trying to add a VKontakte (pretty much the russian version of Facebook) "like" button to wordpress posts by placing it within the loop along with Twitter/Facebook "like/share" buttons. While this ...
0
votes
1answer
398 views

Simple Facebook Connect: Access tokens not found

I'm not able to configure Simple Facebook Connect v1.5 correctly. The plugins admin panel tells me that: No User or Access Token found. Try re-saving this page. Application Access Token not ...
0
votes
1answer
201 views

Save number of Facebook likes to database

I have a custom post type called Neighborhoods, which stores information about various neighborhoods of a city. Each neighborhood also has a Facebook page. What I'd like to do is for each ...
0
votes
1answer
124 views

Load facebook php sdk problem

I am trying to load the facebook php sdk in the wordpress template. I've added the code to the header.php file: locate_template( 'facebook/facebook.php', true ); $facebook = new Facebook(array( ...
0
votes
1answer
111 views

Multiple og:image for Facebook

I've actually been searching on this site for the answer to this question for quite some time. Looking for a way to 'echo/print' multiple og:images for facebook. What I have here used only ...
0
votes
1answer
40 views

Unprotected page appears protected when posted to Facebook (S2Member)

I recently removed the restriction on the following page: http://www.boulderwritersworkshop.org/2012/10/21/david-jessup/ I can now view it without being logged in. However, if I post this URL to my ...
1
vote
2answers
336 views

Wordpress Post featured image URL in the header

I want to add the featured image URL of a post to the header. When a Facebook user shares a Wordpress page, this code in the header: The rel="image_src" attribute is what facebook is searching for. ...
1
vote
0answers
182 views

Automatically Facebook Debug Posts on Publish

I am looking to do something similar to this plugin which adds an "FB-Debugger" link on the admin of pages/posts: http://xlino.com/projects/facebook-debug-link-wordpress-plugin/ However, I'd like to ...
0
votes
1answer
245 views

Automatic connect wordpress to facebook with featured image?

i want when i publish any post then it show my facebook with feature image. because most of plugin don't show feature image. it's show other image. please tell me how i can do it except - simple ...
0
votes
0answers
5 views

Facebook. Fetch photos and post them to blog on the user side [duplicate]

Possible Duplicate: Facebook plugin. Fetch photos - chose one - post to wordpress So I'm looking for some plugin or solution to implement such function. Fetch facebook photos (using json I ...
0
votes
0answers
89 views

Facebook. Fetch user photos and post them to blog on the user side [closed]

So I'm looking for some plugin or solution to implement such function. Fetch facebook photos (using json I guess) and post them to the blog.
0
votes
2answers
396 views

Facebook 'Share' and 'Like' on individual posts

As the name of the thread indicates, I want to add to my website a Facebook 'Share' and 'Like' buttons to each of my individual posts. On each post page I will have those two buttons so people can ...
-1
votes
3answers
77 views

Make a magic tag work with Custom Post Types

I have a custom post type: add_action( 'init', 'register_cpt_foto' ); function register_cpt_foto() { $labels = array( 'name' => _x( 'Fotoalbums', 'foto' ), 'singular_name' ...
0
votes
3answers
352 views

custom field with total count of Facebook likes, comments and shares

i want to make custom filed that contains facebook like count for the post url to get the likes i used this code function fb_count(){ $link = get_permalink($post->ID); $content = ...
0
votes
1answer
292 views

Facebook and Twitter share buttons not working [closed]

I have jetpack enabled on wordpress 3.4.2 install. However the Facebook and Twitter share buttons don't work. Whenever one clicks on the Facebook or the Twitter button, a new window pops-up with the ...
0
votes
2answers
307 views

Check for Facebook comments in a post?

How can I check if a post has Facebook comments on it and create a conditional statement? I'd like to show a small comments icon if any comments have been made. Even better, anyone know how to get ...
1
vote
0answers
434 views

Integrating Facebook Registration (and Login) on a Wordpress page

I would like to use the Facebook Registration tool. I've read the documentation on https://developers.facebook.com/docs/plugins/registration/ I've also gave a look at plugins like Simple Facebook ...
0
votes
1answer
198 views

Remove 'Publish to Facebook' checkbox for Facebook page publish plugin

I am using Facebook Page Publish plugin and it adds a checkbox within the metabox submitdiv. I would like to remove that checkbox for my custom post type. Is there any way to do that using a function? ...
-1
votes
2answers
140 views

Facebook share button help

I am developing a social sharing widget. It has Facebook sharing option too. I wrote the following link structure for it but when clicked, the page neither displays the link to share, nor the title ...
1
vote
2answers
101 views

Is there a way of putting the facebook social plugins into page template php files?

I was wondering if there was any way of putting the features that come with the "Facebook" wordpress plugin, such as comments, recommend and subscribe, on my front page which I created using a ...
0
votes
0answers
70 views

Plugin to pull status updates of facebook pages [closed]

I have pages on my site that are dedicated to different merchants. They show deals offered by respective merchants. Every merchant has a facebook page. Is there a plugin using which I can pull and ...
0
votes
1answer
141 views

How do I set a featured image for the homepage? [closed]

How do I set a featured image for the homepage? I am not concerned with the outcome of having or not having a featured image within wordpress itself. I want to control the featured image when it gets ...
-1
votes
2answers
47 views

How Facebook.com knows about duplicate pages on my site?

I have facebook Like Button and I use Wordpress 3.4.1. I notice if I make "like" on URL like http://example.com/{post_type}/{post_slug}/ facebook knows about copy of this page on URL ...
0
votes
1answer
984 views

Facebook Like Button with NextGen Gallery

i'm following this tutorial: http://itc.webmaasters.com/nextgen-gallery-with-facebook-and-twitter-wordpress-tutorial-or-hack/ for implement Facebook Like Button on this plugin. It's working very ...
0
votes
1answer
54 views

Posting from Wordpress to Facebook

Is there a plugin that automatically posts your blog post to Facebook? And only to a specific Page (because I'm admin of several).
0
votes
1answer
171 views

Overriding FB Auto Connect plugin function displayed in footer

I have FB Auto Login plugin installed and i have wrote my own custom javascript to handle logins. Now my question is how do i override the jfb_output_facebook_init function with my own function which ...
0
votes
1answer
144 views

Looking for a plugin which could publish my site rss to facebook timeline automaticlly

I am looking for a plugin which could publish my site rss to facebook timeline automaticlly. The function like rssgraffiti.com. For explain, if my wordpress site's rss (blog, post, bb press, ...
0
votes
3answers
426 views

Multiple social buttons with a fast loading? [closed]

I have pages like this with a lot of social buttons. A lot means more than 50 buttons because each posts on that page has its own buttons. So maybe I'll make the page smaller, with less posts but ...
1
vote
0answers
36 views

How do post a Photo to Facebook when a post is published?

I have a wordpress site. It is now using the official Facebook plugin. When a new post is published, an action will be posted to Facebook. The posted message contains a small thumbnail , post title ...
0
votes
1answer
74 views

wp_update_post call really slow when official Facebook plugin is installed

I'm having this weird issue, if i install my plugin and the official Facebook plugin the call to wp_update_post() becomes really slow. I've done some benchmark and it goes up to almost two seconds. If ...
0
votes
1answer
151 views

Can't access site after plugin activation

I get the following error after adding multiple plugins, including All In One Event Calender and BackupWP. Now I can't access anything from within the admin panel or from the front-end. I can't get ...
-1
votes
1answer
466 views

How to feed custom post type to a facebook page?

I built my portfolio using custom post type. Later I created a Facebook page for my website under my FB account. Please advice how I can push from WP my work to FB. Image project description No ...
2
votes
1answer
68 views

How to get wordpress link to fully evaluate when coming from facebook

The short version: Any link from Facebook to a page stops evaluating at the "hardcoded page" in the wordpress press install, ignoring the remaining parts of the URL. It doesn't allow the shortcode ...
0
votes
1answer
179 views

like-share wordpress comments [closed]

I am trying to implement liking/ sharing comments. Please visit any post on this site. My issues: Is it a good thing to do as I believe its slowing up the page load? Any suggestions? When i use ...
0
votes
2answers
386 views

Social Media's Avatar not working (Wordpress Social Login plugin)

I am using Wordpress Social Plugin. The problem is that social media's avatar is not showing. Here is my comment avatar code: <?php echo get_avatar(get_current_user_id(),30); ?> I found ...
0
votes
1answer
480 views

Social Login Then Restrict Access to Users Until Approved [closed]

My question was already partially answered by Peter on this page: Is there a social members only login plugin for WordPress? Here's the full explanation, questions follow: I have a private family ...
0
votes
1answer
148 views

How to get Facebook to see YouTube/Blip embeds when sharing a link?

I run a sketch comedy channel that posts new content regularly. On our site (powered by WordPress.org) we embed Blip.tv players. The problem is, whenever we share a link on Facebook to one of our ...