Publishing just a Facebook URL without full code snippet

Note that Facebook is a registered oEmbed provider in the WordPress core. You could e.g. use the pre_oembed_result filter, before the HTTP request is made, to cancel it and override it to your needs. Here’s an example for Facebook posts: add_filter( ‘pre_oembed_result’, function ( $result, $url, $args ) { // override the HTML result for … Read more

How to grab facebook page feed?

If you’re talking about subscribing to a page’s wall (not notifications feed), then yes, you can do that. To find the feed for the wall, the easiest thing is to visit the target Facebook page in Firefox. Click the RSS icon in the address bar and choose “Subscribe to THE PAGE NAME”. This will bring … Read more

I want to enable facebook connect how to do this?

Try the new beta version of my Simple Facebook Connect plugin. http://plugins.svn.wordpress.org/simple-facebook-connect/branches/new-sfc/ I prefer this comment implementation over others as mine does not create WordPress users directly from Facebook connected users when just used for commenting.

Adding a list of social media links

There are a couple of ways to do this. You can do as Chris Carson suggested and manually add them as a text menu. You can also make a text widget and use icons with links to the various services. If you’re looking for something a little more robust, there’s also a couple plugins and … Read more

Integrate open graph protocol without plugin?

This information doesn’t have to be static. Here’s an example: <meta property=”og:title” content=”<?php if ( is_single() ) { wp_title(); } else { bloginfo(‘name’); } ?>” /> <meta property=”og:type” content=”blog” /> <meta property=”og:url” content=”<?php echo get_permalink() ?>” /> <meta property=”og:site_name” content=”<?php bloginfo(‘name’) ?>” /> Images are a little tricker. I like using the featured image if … Read more

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