hello friends, I want to add some facebook meta tags in my DLE script but I dont know how to call the images posts that appears in my frontpage... I spent hours around this code and cant figure out... can please someone help me? this is my website: http://www.celebridadesdespidas.com I want to show specific thumbnails when someone likes a post using the facebook button... I have another website working like that, and in that website I added this code in the posts file: <meta property="og:title" content="Thongs Around The World - From <?php echo $row['country_name'].': '.$row['name']; ?>"> <meta property="og:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>"> <meta property="fb:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>"> Code (markup): but I don't know how to do with DLE... please helpppppp
Im now working in engines/engine.php file. I added this line: <meta property="og:image" content="{ thumbnail($imgfile) }"> Code (markup): but without success... doesnt appear any image :/