disable defaault wordpress comments from a plugin

Most themes used comments_template to include their comment areas. It’s completely full of filters, one of which is the include file (usually comments.php) that you can hijack to include a file from your plugin that contains all the stuff for facebook comments (or nothing if you just want to disable comments. Example: <?php add_filter( ‘comments_template’, … Read more

Facebook profile pic used as avatar

To sum up, I’d like a plugin or a code so that visitors to my blog are automatically represented with their FB profile pic (if they are already logged in to Facebook) without the need for them to register or log in with FB details to my blog. There is no possible way to do … Read more

Publishing a video from blog to youtube

If there’s a plugin, it has to be found. If not, a custom solution has to be written. But YouTube does provide an API for that. YouTube API v2.0 – Direct Uploading This page explains how to upload videos to YouTube using direct uploading. Direct uploading lets you add videos that are in your video … Read more

How to install Facebook, Google+, & Twitter LIKE buttons for each individual post at frontpage?

You have two options: The easy way is to install an extension that puts these buttons on your posts. You can search wordpress.com’s plug-ins database, here is an example, but there are many more: http://wordpress.org/extend/plugins/really-simple-facebook-twitter-share-buttons/ You can also search for these from within your WordPress admin interface to install these with one click. The more … Read more

WordPress > Error when pasting link into Facebook

Sure you tested with twentyeleven? Try reuploading wp-admin and wp-includes Your current theme code is messy with a missing <html> tag and other errors and that might be causing the strange link error: [Invalid] Markup Validation of andrewjamesobrien.com – W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.

Facebook comment url is unreachable

i’ve figured out the problem of the issue in my blog, it might help others too. I had lazy load installed and when Facebook tried to read the website, it reads it partially so it cause ssome sort of an error: Partial Content The server is delivering only part of the resource due to a … Read more

Change the Simple Facebook Connect popup position

Thanks to SO: https://stackoverflow.com/questions/10471848/css-z-index-overflow-facebook-xfbml-and-safari Turns out I needed positions and z-indexes, but also this on the containing <div>, which uses a “clearfix” trick (instead of using overflow:hidden) to make #main wrap its floated children: Original: #main { clear: both; padding: 5px 0 0 0; position: relative; z-index:1; overflow:hidden /*removed */ } Added: #main:after { content: … Read more

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

All in One SEO plugin is setting your FaceBook open graph meta tags. For Facebook to “see” your video, you need to set video meta tags: <meta property=”og:video” content=”http://example.com/movie.swf” /> <meta property=”og:video:secure_url” content=”https://secure.example.com/movie.swf” /> <meta property=”og:video:type” content=”application/x-shockwave-flash” /> <meta property=”og:video:width” content=”400″ /> <meta property=”og:video:height” content=”300″ /> Whether or not this is possible with that plugin … Read more

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