WordPress comments and Facebook comments

I’ve used these two plugins: 1) Disqus Commenting Plugin – the easiest way to add facebook functionality to your wordpress blog: They allow a whole host of features including facebook, twitter, google login/commenting and some other cool stuff. It will probably be more than you need but you might like the extras and the easy … Read more

Facebook Like needs confirmation?

If you are developing your site locally, like with easyphp or others, then it’s normal, it’ll work fine when you upload everything. If the problem happens online then it’s something else. Do you have the plugin’s link?

Facebook Share Thumbnail

You need to add Open Graph meta tags to your <head>. See og:image below… <meta property=”og:title” content=”35% of LinkedIn Users Check The Site Daily” /> <meta property=”og:type” content=”article” /> <meta property=”og:url” content=”http://therealtimereport.com/2011/08/05/35-of-linkedin-users-check-the-site-daily/” /> <meta property=”og:image” content=”http://therealtimereport.com/wordpress/wp-content/uploads/2011/08/LinkedIn-Users-Are-Highly-Engaged.png” /> <meta property=”og:site_name” content=”The Realtime Report” /> <meta property=”og:description” content=”Now the No.2 ranked social networking site – as of … Read more

RSVP form for Facebook events from a WordPress post?

I’m also working on this right now, I’d love if you post your final solution once you get there. Here are two tutorials that may help you. http://www.masteringapi.com/tutorials/how-to-check-status-and-rsvp-to-facebook-events-using-graph-api-fql/61/ http://www.masteringapi.com/tutorials/how-to-create-facebook-events-using-graph-api-advanced/59/

Sync comment data

After some more thought, I got it figured out. It involves multiple functions to go through each step of the process, but here it is: https://gist.github.com/4355955

Hiding styles from Facebook

You can use Open Graph Protocol to define the data Facebook fetches from your site: http://developers.facebook.com/docs/opengraphprotocol/ The metatag for the description has this form: <meta property=”og:description” content=”my custom description for single post” /> You can use plugins, like http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/ to do it for you. You can then debug your page here: http://developers.facebook.com/tools/debug to see how … Read more

Facebook plugin shows existing comments

I don’t use this plugin, but it looks like this comment template is loaded with add_filter( ‘comments_template’, array( ‘Facebook_Comments’, ‘comments_template’ ) ); The simplified structure of this comment template looks like: if ( have_comments() ) : // … wp_list_comments( $_comment_options ); // … endif; $_facebook_comments = Facebook_Comments::comments_box(); if ( $_facebook_comments ) { do_action( ‘facebook_comment_form_before’ ); … Read more

WordPress Social Login > Post to a users Facebook wall

Im no expert on this but here goes: After reading some code and doing a global search of the filter, its not a filter at all, the only time that filter is called is in a do_action // HOOKABLE: This action runs just before logging the user in (before creating a WP cookie) do_action( “wsl_hook_process_login_before_wp_set_auth_cookie”, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)