Pastetool #267

URL: , Paste another

<?php
	// for Wordpress, add it in functions.php
	function get_social_img() {
	global $post;
	if ( is_single ()){
	preg_match('/<img src="(.*?)"/i',$post->post_content,$m);
	$image = isset($m[1])?$m[1]:'';
	if($image){
	?>
	<link rel="image_src" href="<?php echo $image; ?>" />
	<?
	}
	}
	}
	add_action('wp_head', 'get_social_img');
?>

Download code

This php code was pasted on January 28, 2010




Protected with advance Anti-SPAM techniques :)
Coded and designed by Fedmich
Follow us on Twitter